From 534e7bbdb7842b57fbc87ae162b72a870d7b905c Mon Sep 17 00:00:00 2001 From: Lon Willett Date: Fri, 7 Jan 2022 01:14:15 +0100 Subject: [PATCH] tdb: update to 1.4.5 --- srcpkgs/tdb/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/tdb/template b/srcpkgs/tdb/template index a542437b969..0b00f4364bf 100644 --- a/srcpkgs/tdb/template +++ b/srcpkgs/tdb/template @@ -1,7 +1,7 @@ # Template file for 'tdb' pkgname=tdb -version=1.4.3 -revision=2 +version=1.4.5 +revision=1 build_style=waf3 build_helper="qemu" configure_script="buildtools/bin/waf" @@ -14,8 +14,8 @@ short_desc="Trivial Database, similar to GDBM but allows simultaneous commits" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://tdb.samba.org/" -distfiles="http://samba.org/ftp/tdb/tdb-${version}.tar.gz" -checksum=c8058393dfa15f47e11ebd2f1d132693f0b3b3b8bf22d0201bfb305026f88a1b +distfiles="https://download.samba.org/pub/tdb/tdb-${version}.tar.gz" +checksum=bcfced884f7031080998b5c4b1c5dce57567055f79417f86dba40dcde99a0e41 export PYTHON_CONFIG="${XBPS_CROSS_BASE}/usr/bin/python3-config"