diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-10-27 09:47:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 09:47:28 +0300 |
commit | 172c50c4b127a58529f8982061bafd2add325d13 (patch) | |
tree | a1581a437c88ec93d3f5e11e9dbe838eda134a7a /devel/libtool-bin/Makefile | |
parent | 8e8fdc4b4d55ecdac690021dc4c7fbc246f56e91 (diff) | |
parent | fa679bb173722c7dbd5ca45bc26957198ac0eb7d (diff) |
Merge pull request #3278 from diizzyy/patch-13
libtool-bin: switch to xz tarball
Diffstat (limited to 'devel/libtool-bin/Makefile')
-rw-r--r-- | devel/libtool-bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libtool-bin/Makefile b/devel/libtool-bin/Makefile index 4ed689c81..a10303eb2 100644 --- a/devel/libtool-bin/Makefile +++ b/devel/libtool-bin/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtool PKG_VERSION:=2.4.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/libtool -PKG_MD5SUM:=addf44b646ddb4e3919805aa88fa7c5e +PKG_MD5SUM:=1bfb9b923f2c1339b4d2ce1807064aa5 PKG_MAINTAINER:=Heinrich Schuchardt <xypron.glpk@gmx.de> PKG_LICENSE:=GPL-2.0+ PKG_BUILD_DIR = $(BUILD_DIR)/libtool-bin/$(PKG_NAME)-$(PKG_VERSION) |