summaryrefslogtreecommitdiff
path: root/package/ruby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r--package/ruby/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index 93317e851..a05372ca8 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -4,17 +4,17 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= ruby
-PKG_VERSION:= 1.9
+PKG_VERSION:= 1.9.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= 9fc5941bda150ac0a33b299e1e53654c
+PKG_MD5SUM:= 0f6d7630f26042e00bc59875755cf879
PKG_DESCR:= interpreter for the ruby language
PKG_SECTION:= lang
PKG_NOPARALLEL:= 1
PKG_URL:= http://www.ruby-lang.org
PKG_SITES:= ftp://ftp.ruby-lang.org/pub/ruby/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-stable.tar.gz
-WRKDIST= ${WRKDIR}/${PKG_NAME}-1.9.1-p378
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-p429.tar.gz
+WRKDIST= ${WRKDIR}/${PKG_NAME}-1.9.1-p429
include ${TOPDIR}/mk/package.mk