mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +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
|
||||
version=1.3.15
|
||||
version=1.3.16
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
||||
short_desc="A Trivial Database similar to GDBM but allows simultaneous commits"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://tdb.samba.org/"
|
||||
distfiles="http://samba.org/ftp/tdb/tdb-$version.tar.gz"
|
||||
checksum=b4a1bf3833601bd9f10aff363cb750860aef9ce5b4617989239923192f946728
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://tdb.samba.org/"
|
||||
distfiles="http://samba.org/ftp/tdb/tdb-${version}.tar.gz"
|
||||
checksum=6a3fc2616567f23993984ada3cea97d953a27669ffd1bfbbe961f26e0cf96cc5
|
||||
|
||||
do_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue