From 2833a26a5e3ffd35f9eb6939b7af540cf88d02da Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sun, 23 Nov 2025 09:41:25 +0100 Subject: [PATCH] libtool: update to 2.5.4 Release Notes: - 2.5.0: https://savannah.gnu.org/news/?id=10631 - 2.5.1: https://savannah.gnu.org/news/?id=10660 - 2.5.2: https://savannah.gnu.org/news/?id=10669 - 2.5.3: https://savannah.gnu.org/news/?id=10676 - 2.5.4: https://savannah.gnu.org/news/?id=10693 Link: https://github.com/openwrt/openwrt/pull/20879 Signed-off-by: Nick Hainke --- package/libs/libtool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/libtool/Makefile b/package/libs/libtool/Makefile index f897f98c16..2dfcb9c694 100644 --- a/package/libs/libtool/Makefile +++ b/package/libs/libtool/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtool -PKG_VERSION:=2.4.7 +PKG_VERSION:=2.5.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/libtool -PKG_HASH:=4f7f217f057ce655ff22559ad221a0fd8ef84ad1fc5fcb6990cecc333aa1635d +PKG_HASH:=f81f5860666b0bc7d84baddefa60d1cb9fa6fceb2398cc3baca6afaa60266675 PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING -- 2.30.2