msgpack-cxx: update to 6.1.1.

This commit is contained in:
Duncaen 2024-08-08 16:55:19 +02:00
parent a35597d526
commit 1c05122983
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# Template file for 'msgpack-cxx'
pkgname=msgpack-cxx
version=4.1.1
version=6.1.1
revision=1
build_style=cmake
configure_args="-DMSGPACK_CXX17=ON"
makedepends="boost-devel"
checkdepends="gtest-devel zlib-devel"
depends="boost-devel"
@ -12,7 +13,7 @@ license="BSL-1.0"
homepage="https://github.com/msgpack/msgpack-c/tree/cpp_master"
changelog="https://github.com/msgpack/msgpack-c/raw/cpp_master/CHANGELOG.md"
distfiles="https://github.com/msgpack/msgpack-c/releases/download/cpp-${version}/msgpack-cxx-${version}.tar.gz"
checksum=8115c5edcf20bc1408c798a6bdaec16c1e52b1c34859d4982a0fb03300438f0b
checksum=5fd555742e37bbd58d166199e669f01f743c7b3c6177191dd7b31fb0c37fa191
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DMSGPACK_BUILD_TESTS=ON"