From 94846c3245da1ff1d373a5766d6a233ef9f0993d Mon Sep 17 00:00:00 2001 From: triallax Date: Thu, 31 Aug 2023 21:55:33 +0100 Subject: [PATCH] zxing-cpp: update to 2.1.0. --- srcpkgs/zxing-cpp/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zxing-cpp/template b/srcpkgs/zxing-cpp/template index 8c3f10f294bfa1..4bbe277e6fac51 100644 --- a/srcpkgs/zxing-cpp/template +++ b/srcpkgs/zxing-cpp/template @@ -1,6 +1,6 @@ # Template file for 'zxing-cpp' pkgname=zxing-cpp -version=2.0.0 +version=2.1.0 revision=1 build_style=cmake configure_args="-DBUILD_EXAMPLES=OFF -DBUILD_BLACKBOX_TESTS=OFF -DBUILD_DEPENDENCIES=LOCAL" @@ -9,8 +9,9 @@ short_desc="Multi-format 1D/2D barcode image processing library" maintainer="John " license="Apache-2.0" homepage="https://github.com/nu-book/zxing-cpp/" +changelog="https://github.com/zxing-cpp/zxing-cpp/releases" distfiles="https://github.com/nu-book/zxing-cpp/archive/refs/tags/v${version}.tar.gz" -checksum=12b76b7005c30d34265fc20356d340da179b0b4d43d2c1b35bcca86776069f76 +checksum=6d54e403592ec7a143791c6526c1baafddf4c0897bb49b1af72b70a0f0c4a3fe if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_UNIT_TESTS=ON"