From a9c1fd47322b74a7f6357fe4cd6a474da26f4eec Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Wed, 13 Oct 2021 11:26:57 +0200 Subject: [PATCH] automake: update to 1.16.5 --- srcpkgs/automake/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/automake/template b/srcpkgs/automake/template index 8cfdccb2b91a8f..c6e0657bfe9e17 100644 --- a/srcpkgs/automake/template +++ b/srcpkgs/automake/template @@ -1,7 +1,7 @@ # Template file for 'automake' # NOTE: also update common/environment/configure/automake when updating! pkgname=automake -version=1.16.4 +version=1.16.5 revision=1 build_style=gnu-configure make_check_args="${makejobs}" @@ -14,7 +14,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://www.gnu.org/software/automake" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d +checksum=f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469 pre_check() { # taken from http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html