Merge pull request #3278 from diizzyy/patch-13
libtool-bin: switch to xz tarball
This commit is contained in:
commit
172c50c4b1
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue