diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2016-10-08 23:43:06 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-15 11:36:51 +0200 |
commit | 1d7af1a296b56552320746117c334a050abc4fcd (patch) | |
tree | 95f121ccb87a9da049ba2568a7c93397a3a6c2f1 /package/libs/libtool/Makefile | |
parent | f23a44173e7115856bf4bce9a9f44d195b6dac5d (diff) | |
download | upstream-1d7af1a296b56552320746117c334a050abc4fcd.tar.gz upstream-1d7af1a296b56552320746117c334a050abc4fcd.tar.bz2 upstream-1d7af1a296b56552320746117c334a050abc4fcd.zip |
package/libs/libtool: Switch to xz tarball
Switch to xz tarball, there's no point pulling two different tarballs of the same source code (tools/libtool uses xz).
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package/libs/libtool/Makefile')
-rw-r--r-- | package/libs/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libtool/Makefile b/package/libs/libtool/Makefile index 8091081f96..47b8907c23 100644 --- a/package/libs/libtool/Makefile +++ b/package/libs/libtool/Makefile @@ -11,9 +11,9 @@ PKG_NAME:=libtool PKG_VERSION:=2.4 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/libtool -PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 +PKG_MD5SUM:=afcce660d3dc54c63a0a5ba3cf05272239dc3c54bbeba20f6bad250f9dc007ae PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING |