diff --git a/srcpkgs/cpp-hocon/template b/srcpkgs/cpp-hocon/template index c9fbe13a84d..a705e8c9697 100644 --- a/srcpkgs/cpp-hocon/template +++ b/srcpkgs/cpp-hocon/template @@ -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 " 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"