automake: update to 1.16.4.

This commit is contained in:
Andrew J. Hesford 2021-09-29 20:17:15 -04:00
parent 40738cfd72
commit bd8cdd720b
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'automake' # Template file for 'automake'
# NOTE: also update common/environment/configure/automake when updating! # NOTE: also update common/environment/configure/automake when updating!
pkgname=automake pkgname=automake
version=1.16.2 version=1.16.4
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
make_check_args="${makejobs}" make_check_args="${makejobs}"
hostmakedepends="perl autoconf" hostmakedepends="perl autoconf"
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://www.gnu.org/software/automake" homepage="https://www.gnu.org/software/automake"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=ccc459de3d710e066ab9e12d2f119bd164a08c9341ca24ba22c9adaa179eedd0 checksum=80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d
pre_check() { pre_check() {
# taken from http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html # taken from http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html