diff options
author | Ivan Pavlov <AuthorReflex@gmail.com> | 2021-09-05 22:54:12 +0300 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2021-09-07 21:10:53 +0200 |
commit | cdc646c03282b91d7e9518bb726f29c1de5d24fc (patch) | |
tree | a7477b2ce4b864f08fd10cfe30fe79474d2a4574 /tools/libtool/Makefile | |
parent | ae33ce2af2b273332017d0b49e37c4224e40a62a (diff) | |
download | upstream-cdc646c03282b91d7e9518bb726f29c1de5d24fc.tar.gz upstream-cdc646c03282b91d7e9518bb726f29c1de5d24fc.tar.bz2 upstream-cdc646c03282b91d7e9518bb726f29c1de5d24fc.zip |
tools/libtool: update to 2.4.2
Refresh patches.
Remove upstreamed: 001-fix-func_append.patch
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
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 dd4a7f6380..2bc9db7d0d 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 +PKG_VERSION:=2.4.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=afcce660d3dc54c63a0a5ba3cf05272239dc3c54bbeba20f6bad250f9dc007ae +PKG_HASH:=1d7b6862c1ed162e327f083a6f78f40eae29218f0db8c38393d61dab764c4407 HOST_BUILD_PARALLEL:=1 |