msgpack-cxx: update to 6.1.1.
This commit is contained in:
parent
a35597d526
commit
1c05122983
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue