summaryrefslogtreecommitdiff
path: root/package/ruby/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-09 20:05:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-09 20:05:43 +0200
commit1838aa2870cf0f876fc724231f31428f0d8b8bd0 (patch)
tree73aad0788a02d02fb6f67c514314b0e29f23e1c6 /package/ruby/Makefile
parentcf65700059b7c82d883ea31cff2d379d580c8fcb (diff)
update and fix packages which got activated to autogenerated
package configuration menu.
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