mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
tdb: update to 1.3.16.
This commit is contained in:
parent
d3d8b955ed
commit
749174549f
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template build file for 'tdb'.
|
# Template file for 'tdb'
|
||||||
pkgname=tdb
|
pkgname=tdb
|
||||||
version=1.3.15
|
version=1.3.16
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
||||||
short_desc="A Trivial Database similar to GDBM but allows simultaneous commits"
|
short_desc="A Trivial Database similar to GDBM but allows simultaneous commits"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://tdb.samba.org/"
|
homepage="https://tdb.samba.org/"
|
||||||
distfiles="http://samba.org/ftp/tdb/tdb-$version.tar.gz"
|
distfiles="http://samba.org/ftp/tdb/tdb-${version}.tar.gz"
|
||||||
checksum=b4a1bf3833601bd9f10aff363cb750860aef9ce5b4617989239923192f946728
|
checksum=6a3fc2616567f23993984ada3cea97d953a27669ffd1bfbbe961f26e0cf96cc5
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue