diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2017-03-27 23:05:49 -0300 |
---|---|---|
committer | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2017-03-27 23:05:49 -0300 |
commit | e66e7d35bcaad0781b5d0f847af43dde09f1ff1e (patch) | |
tree | 8edee2653c7262dc40f733b1714e381cc0ac99a6 /lang/ruby/Makefile | |
parent | d235263b94a35810e03cd8e900c13963a164ad14 (diff) |
ruby: change source to .xz
It will save about 2M of download. Thanks @diizzyy.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r-- | lang/ruby/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 109f6aa43..adca82f64 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2006-2016 OpenWrt.org +# Copyright (C) 2017 Luiz Angelo Daros de Luca <luizluca@gmail.com> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -16,9 +17,9 @@ PKG_RELEASE:=1 # First two numbes PKG_ABI_VERSION:=$(subst $(space),.,$(wordlist 1, 2, $(subst .,$(space),$(PKG_VERSION)))) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://cache.ruby-lang.org/pub/ruby/$(PKG_ABI_VERSION)/ -PKG_HASH:=ccfb2d0a61e2a9c374d51e099b0d833b09241ee78fc17e1fe38e3b282160237c +PKG_HASH:=4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654 PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com> PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=COPYING |