Looks like minor changes, bug fixes. https://cgit.git.savannah.gnu.org/cgit/automake.git/tree/NEWS?h=v1.18.1
Signed-off-by: Christian Melki <[email protected]> --- rules/host-autotools-automake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make index 9e64056cb..82bc33620 100644 --- a/rules/host-autotools-automake.make +++ b/rules/host-autotools-automake.make @@ -14,8 +14,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOMAKE) += host-autotools-automake # # Paths and names # -HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.17 -HOST_AUTOTOOLS_AUTOMAKE_MD5 := 7ab3a02318fee6f5bd42adfc369abf10 +HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.18.1 +HOST_AUTOTOOLS_AUTOMAKE_MD5 := cea31dbf1120f890cbf2a3032cfb9a68 HOST_AUTOTOOLS_AUTOMAKE := automake-$(HOST_AUTOTOOLS_AUTOMAKE_VERSION) HOST_AUTOTOOLS_AUTOMAKE_SUFFIX := tar.xz HOST_AUTOTOOLS_AUTOMAKE_URL := $(call ptx/mirror, GNU, automake/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX)) -- 2.34.1
