gdbm: update to 1.12.

This commit is contained in:
Michael Gehring 2016-05-17 04:10:38 +02:00
parent 4a806995e9
commit 088554f3c7

View file

@ -1,7 +1,7 @@
# Template file for 'gdbm'
pkgname=gdbm
version=1.11
revision=6
version=1.12
revision=1
build_style=gnu-configure
configure_args="--enable-libgdbm-compat --disable-rpath"
short_desc="GNU database routines"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://www.gnu.org.ua/software/gdbm/"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=8d912f44f05d0b15a4a5d96a76f852e905d051bb88022fcdfd98b43be093e3c3
checksum=d97b2166ee867fd6ca5c022efee80702d6f30dd66af0e03ed092285c3af9bcea
if [ "$CROSS_BUILD" ]; then
hostmakedepends="libtool automake gettext-devel"