diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-03-31 16:13:17 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-13 22:53:41 +0100 |
commit | bf261073dc4d788170d51fdc718d63ce0976fd77 (patch) | |
tree | 8393d5a03e1d7db4d1a24354fd2ba698c09b4039 /tools/libtool/Makefile | |
parent | 0d0cfe9f2d086404093b547b89afec822c32bd76 (diff) | |
download | upstream-bf261073dc4d788170d51fdc718d63ce0976fd77.tar.gz upstream-bf261073dc4d788170d51fdc718d63ce0976fd77.tar.bz2 upstream-bf261073dc4d788170d51fdc718d63ce0976fd77.zip |
tools/libtool: bump to 2.4.7
Remove upstreamed patch and refresh others.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[rebased and refreshed patches again]
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'tools/libtool/Makefile')
-rw-r--r-- | tools/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libtool/Makefile b/tools/libtool/Makefile index 4149491bd3..6626142294 100644 --- a/tools/libtool/Makefile +++ b/tools/libtool/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtool PKG_CPE_ID:=cpe:/a:gnu:libtool -PKG_VERSION:=2.4.6 +PKG_VERSION:=2.4.7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f +PKG_HASH:=4f7f217f057ce655ff22559ad221a0fd8ef84ad1fc5fcb6990cecc333aa1635d HOST_BUILD_PARALLEL:=1 |