diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2017-03-23 00:40:46 -0300 |
---|---|---|
committer | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2017-03-23 00:40:46 -0300 |
commit | 26d19b5cb1293d0e2058c09bb63c007bd124cdb2 (patch) | |
tree | d06e7574b3c8bebb2262a53f5e6f6d09f46bb8de /lang/ruby/Makefile | |
parent | eb56619a3d4dfcfba20e7a5eedc09024faab1f17 (diff) |
ruby: bump to 2.4.1
This releases contains only bug and security fixes,
mostly backported from devel branch.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r-- | lang/ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index f1440d966..109f6aa43 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ruby -PKG_VERSION:=2.4.0 +PKG_VERSION:=2.4.1 PKG_RELEASE:=1 # First two numbes @@ -18,7 +18,7 @@ PKG_ABI_VERSION:=$(subst $(space),.,$(wordlist 1, 2, $(subst .,$(space),$(PKG_VE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://cache.ruby-lang.org/pub/ruby/$(PKG_ABI_VERSION)/ -PKG_MD5SUM:=440bbbdc49d08d3650f340dccb35986d9399177ad69a204def56e5d3954600cf +PKG_HASH:=ccfb2d0a61e2a9c374d51e099b0d833b09241ee78fc17e1fe38e3b282160237c PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com> PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=COPYING |