update ruby to 1.8.5 (recloses: #1160)
authorNicolas Thill <nico@openwrt.org>
Wed, 10 Jan 2007 00:53:05 +0000 (00:53 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 10 Jan 2007 00:53:05 +0000 (00:53 +0000)
SVN-Revision: 6055

lang/ruby/Makefile

index aad9ca086317e6e57ad5b634f3defc914962243c..9bce84e81ec459ff5c0f38899c3ea5215e1cf168 100644 (file)
@@ -1,3 +1,4 @@
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -8,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ruby
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ruby
-PKG_VERSION:=1.8.4
+PKG_VERSION:=1.8.5
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/
-PKG_MD5SUM:=bd8c2e593e1fa4b01fd98eaf016329bb
+PKG_MD5SUM:=3fbb02294a8ca33d4684055adba5ed6f
 PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)