Skip to content
Snippets Groups Projects
Commit 1d7af1a2 authored by Daniel Engberg's avatar Daniel Engberg Committed by John Crispin
Browse files

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: default avatarDaniel Engberg <daniel.engberg.lists@pyret.net>
parent f23a4417
No related merge requests found
...@@ -11,9 +11,9 @@ PKG_NAME:=libtool ...@@ -11,9 +11,9 @@ PKG_NAME:=libtool
PKG_VERSION:=2.4 PKG_VERSION:=2.4
PKG_RELEASE:=1 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_SOURCE_URL:=@GNU/libtool
PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 PKG_MD5SUM:=afcce660d3dc54c63a0a5ba3cf05272239dc3c54bbeba20f6bad250f9dc007ae
PKG_LICENSE:=GPL-2.0+ PKG_LICENSE:=GPL-2.0+
PKG_LICENSE_FILES:=COPYING PKG_LICENSE_FILES:=COPYING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment