From e9beb49c05d139176f0e7143eafd89e59bfe39b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 19 Sep 2018 00:13:25 +0200 Subject: [PATCH] cpp-hocon: update to 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/cpp-hocon/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/cpp-hocon/template b/srcpkgs/cpp-hocon/template index c9fbe13a84..a705e8c969 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"