From 41e3465b1ffdfcc7fafce697d05321c690b5254f Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Fri, 6 Mar 2020 19:09:44 -0600 Subject: [PATCH] yaz: update to 5.29.0. --- srcpkgs/yaz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template index c74fa9eea12..b3612c79e96 100644 --- a/srcpkgs/yaz/template +++ b/srcpkgs/yaz/template @@ -1,6 +1,6 @@ # Template file for 'yaz' pkgname=yaz -version=5.28.0 +version=5.29.0 revision=1 build_style=gnu-configure configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt @@ -13,7 +13,7 @@ maintainer="Orphaned " license="BSD-3-Clause" homepage="https://www.indexdata.com/resources/software/yaz/" distfiles="http://ftp.indexdata.dk/pub/yaz/yaz-${version}.tar.gz" -checksum=194b09b3212b9c0626c729e8f1e13cbfbe55141434c0627860aa1469433892c4 +checksum=311bcb386d6327dfa22e0e442aea26d1be7c633eb664b9f70d982f072a130112 case "$XBPS_TARGET_LIBC" in musl) makedepends+=" libexecinfo-devel"