mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
msgpack-cxx: update to 6.1.1.
This commit is contained in:
parent
a35597d526
commit
1c05122983
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'msgpack-cxx'
|
# Template file for 'msgpack-cxx'
|
||||||
pkgname=msgpack-cxx
|
pkgname=msgpack-cxx
|
||||||
version=4.1.1
|
version=6.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DMSGPACK_CXX17=ON"
|
||||||
makedepends="boost-devel"
|
makedepends="boost-devel"
|
||||||
checkdepends="gtest-devel zlib-devel"
|
checkdepends="gtest-devel zlib-devel"
|
||||||
depends="boost-devel"
|
depends="boost-devel"
|
||||||
|
@ -12,7 +13,7 @@ license="BSL-1.0"
|
||||||
homepage="https://github.com/msgpack/msgpack-c/tree/cpp_master"
|
homepage="https://github.com/msgpack/msgpack-c/tree/cpp_master"
|
||||||
changelog="https://github.com/msgpack/msgpack-c/raw/cpp_master/CHANGELOG.md"
|
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"
|
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
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DMSGPACK_BUILD_TESTS=ON"
|
configure_args+=" -DMSGPACK_BUILD_TESTS=ON"
|
||||||
|
|
Loading…
Add table
Reference in a new issue