gdbm: update to 1.18.

This commit is contained in:
maxice8 2018-08-21 16:38:17 -03:00
parent 2d623024ce
commit aa693cc53f
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

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