From d92d23911bf8c967421c044d64f51887eb324808 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 10 Jul 2021 09:40:41 +0000 Subject: [PATCH] gdbm: update to 1.20. --- srcpkgs/gdbm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gdbm/template b/srcpkgs/gdbm/template index 687a561ff534..e4a3b37c3da7 100644 --- a/srcpkgs/gdbm/template +++ b/srcpkgs/gdbm/template @@ -1,6 +1,6 @@ # Template file for 'gdbm' pkgname=gdbm -version=1.19 +version=1.20 revision=1 build_style=gnu-configure configure_args="--enable-libgdbm-compat --disable-rpath" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="GPL-3.0-or-later" homepage="http://www.gnu.org.ua/software/gdbm/" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=37ed12214122b972e18a0d94995039e57748191939ef74115b1d41d8811364bc +checksum=3aeac05648b3482a10a2da986b9f3a380a29ad650be80b9817a435fb8114a292 if [ "$CROSS_BUILD" ]; then hostmakedepends="libtool automake gettext-devel"