aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile
diff options
context:
space:
mode:
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>2014-10-04 20:09:20 -0300
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>2014-10-07 14:14:53 -0300
commitd372bf0eba9faece6aa151268e91d0abaf49c5b5 (patch)
tree219769741691c8a8ad5849a6df45111cfdb17259 /lang/ruby/Makefile
parentabfa610a1c8507d4506e992c0aa93aefbbb804a4 (diff)
ruby: update to 2.1.3
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r--lang/ruby/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 90d337d2c..0b6d2c301 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -6,18 +6,18 @@
#
# To Do:
# - dirs not removed when uninstalling!
-# - update to 2.1.3!
+# -- sort pkgs locations
include $(TOPDIR)/rules.mk
PKG_NAME:=ruby
-PKG_VERSION:=2.1.2
-PKG_RELEASE:=11
+PKG_VERSION:=2.1.3
+PKG_RELEASE:=1
PKG_LIBVER:=2.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://cache.ruby-lang.org/pub/ruby/$(PKG_LIBVER)/
-PKG_MD5SUM:=ed9b8565bdeccb401d628ec8d54a0774
+PKG_MD5SUM:=02b7da3bb06037c777ca52e1194efccb
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>
PKG_LICENSE:=BSD-2-Clause
PKG_LICENSE_FILE:=COPYING
@@ -40,7 +40,7 @@ define Package/ruby/Default
endef
define Package/ruby/Default/description
- Ruby is the interpreted scripting language for quick and easy
+ Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text files
and to do system management tasks (as in perl). It is simple,
straight-forward, and extensible.