gdbm: update to 1.23.

This commit is contained in:
André Cerqueira 2022-08-03 13:22:10 +01:00 committed by classabbyamp
parent 097c280c1e
commit 217b8a531e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gdbm' # Template file for 'gdbm'
pkgname=gdbm pkgname=gdbm
version=1.19 version=1.23
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-libgdbm-compat --disable-rpath" configure_args="--enable-libgdbm-compat --disable-rpath"
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="http://www.gnu.org.ua/software/gdbm/" homepage="http://www.gnu.org.ua/software/gdbm/"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=37ed12214122b972e18a0d94995039e57748191939ef74115b1d41d8811364bc checksum=74b1081d21fff13ae4bd7c16e5d6e504a4c26f7cde1dca0d963a484174bbcacd
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends="libtool automake gettext-devel" hostmakedepends="libtool automake gettext-devel"