Looks like minor changes. https://gitweb.git.savannah.gnu.org/gitweb/?p=libtool.git;a=shortlog;h=v2.5.4
* License file changed. Default dist COPYING changed, whitespace. Signed-off-by: Christian Melki <[email protected]> --- rules/host-autotools-libtool.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/host-autotools-libtool.make b/rules/host-autotools-libtool.make index 7d10d5149..6da5c14f1 100644 --- a/rules/host-autotools-libtool.make +++ b/rules/host-autotools-libtool.make @@ -14,8 +14,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_LIBTOOL) += host-autotools-libtool # # Paths and names # -HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.5.3 -HOST_AUTOTOOLS_LIBTOOL_MD5 := 42abe5bed6cc8207f0868968d89d77cf +HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.5.4 +HOST_AUTOTOOLS_LIBTOOL_MD5 := 862d906983d9b423b072285d999d8672 HOST_AUTOTOOLS_LIBTOOL := libtool-$(HOST_AUTOTOOLS_LIBTOOL_VERSION) HOST_AUTOTOOLS_LIBTOOL_SUFFIX := tar.gz HOST_AUTOTOOLS_LIBTOOL_URL := $(call ptx/mirror, GNU, libtool/$(HOST_AUTOTOOLS_LIBTOOL).$(HOST_AUTOTOOLS_LIBTOOL_SUFFIX)) @@ -24,7 +24,7 @@ HOST_AUTOTOOLS_LIBTOOL_DIR := $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_LIBTOOL) HOST_AUTOTOOLS_LIBTOOL_DEVPKG := NO HOST_AUTOTOOLS_LIBTOOL_LICENSE := GPL-2.0-or-later HOST_AUTOTOOLS_LIBTOOL_LICENSE_FILES := \ - file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 + file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce # ---------------------------------------------------------------------------- # Extract -- 2.34.1
