summaryrefslogtreecommitdiff
path: root/package/ruby/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-12 16:23:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-12 16:23:24 +0200
commit9e685f31fd84fac0f3f4f86c2551cec42e822c6e (patch)
tree212c7884c768e0aa7e03ddeddacfd5d110cdda73 /package/ruby/Makefile
parent7f6502e41b71005d3239b47dfa6415fba4b547a3 (diff)
parentb35a255e0d4381dbca931138bcbe45eca28c08a2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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