cpp-hocon: update to 0.2.0

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-09-19 00:13:25 +02:00
parent f5c73df93b
commit e9beb49c05
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -1,7 +1,7 @@
# Template file for 'cpp-hocon'
pkgname=cpp-hocon
version=0.1.7
revision=2
version=0.2.0
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="boost-devel leatherman libcurl-devel"
@ -10,8 +10,6 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="Apache-2.0"
homepage="https://github.com/puppetlabs/cpp-hocon"
distfiles="https://github.com/puppetlabs/cpp-hocon/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=1d771de9342e74115a27355c80a81a510c7851cb1269bac1dd2582c84425652c
checksum=010d19b0d5f1fd305a4947cc1b11ea85b0dd2bdedb9c109711c0779bb248da28
if [ "$XBPS_GCC_VERSION_MAJOR" -ge 8 ]; then
CXXFLAGS+=" -Wno-catch-value"
fi
CXXFLAGS+=" -Wno-catch-value"