Browse Source

Merge pull request #4183 from luizluca/ruby_update

ruby: bump to 2.4.1
lilik-openwrt-22.03
Luiz Angelo Daros de Luca 7 years ago
committed by GitHub
parent
commit
f3256314aa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/ruby/Makefile

+ 2
- 2
lang/ruby/Makefile View File

@ -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


Loading…
Cancel
Save