ldb: update to 2.3.2

This commit is contained in:
Lon Willett 2022-01-07 01:19:40 +01:00 committed by Andrew J. Hesford
parent 534e7bbdb7
commit df23ac5bf5

View file

@ -1,7 +1,7 @@
# Template file for 'ldb'
pkgname=ldb
version=2.3.0
revision=2
version=2.3.2
revision=1
build_style=waf3
build_helper="qemu"
configure_script="buildtools/bin/waf"
@ -17,8 +17,8 @@ short_desc="LDAP-like database from samba"
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
license="LGPL-3.0-or-later"
homepage="https://www.samba.org/ldb/"
distfiles="https://www.samba.org/ftp/pub/ldb/ldb-${version}.tar.gz"
checksum=a4d308b3d0922ef01f3661a69ebc373e772374defa76cf0979ad21b21f91922d
distfiles="https://download.samba.org/pub/ldb/ldb-${version}.tar.gz"
checksum=1416c949dc4326e41c0d8a5ecf8ef784f8c0b6e9d3dad8fa971e84ad56227603
# workaround for cmocka's broken uintptr_t definition on musl
if [ "$XBPS_TARGET_WORDSIZE" = "64" -a "$XBPS_TARGET_LIBC" = "musl" ]; then