zxing-cpp: update to 2.3.0.

This commit is contained in:
John 2025-03-09 14:36:29 +01:00
parent 9a90d2acaf
commit f516bdf5dd

View file

@ -1,6 +1,6 @@
# Template file for 'zxing-cpp'
pkgname=zxing-cpp
version=2.2.1
version=2.3.0
revision=1
build_style=cmake
configure_args="-DBUILD_EXAMPLES=OFF -DBUILD_BLACKBOX_TESTS=OFF
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://github.com/zxing-cpp/zxing-cpp/"
changelog="https://github.com/zxing-cpp/zxing-cpp/releases"
distfiles="https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v${version}.tar.gz"
checksum=02078ae15f19f9d423a441f205b1d1bee32349ddda7467e2c84e8f08876f8635
checksum=64e4139103fdbc57752698ee15b5f0b0f7af9a0331ecbdc492047e0772c417ba
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_UNIT_TESTS=ON"