gdbm: update to 1.14.1.

This commit is contained in:
maxice8 2018-03-09 13:06:58 -03:00 committed by Jürgen Buchmüller
parent 9b3416c91f
commit 82d096b1e6
2 changed files with 4 additions and 4 deletions

View File

@ -181,7 +181,7 @@ libxfconf-0.so.2 xfconf-4.9.1_1
libxfce4util.so.7 libxfce4util-4.12.1_1
libxfce4panel-1.0.so.4 xfce4-panel-4.9.2_1
libxfce4panel-2.0.so.4 xfce4-panel-4.12.0_1
libgdbm.so.4 gdbm-1.10_1_1
libgdbm.so.5 gdbm-1.14_1_1
libgdbm_compat.so.4 gdbm-1.10_1_1
libintl.so.8 gettext-libs-0.19.2_1
libgnuintl.so.8 gettext-libs-0.19.2_1

View File

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