cpp-hocon: update to 0.2.2

This commit is contained in:
Jürgen Buchmüller 2020-05-30 20:59:51 +02:00
parent 7186583975
commit c28811fe74
2 changed files with 3 additions and 14 deletions

View file

@ -1,11 +0,0 @@
--- CMakeLists.txt 2018-10-11 18:55:40.000000000 +0200
+++ - 2020-01-10 18:45:11.754965457 +0100
@@ -42,7 +42,7 @@
set(BOOST_COMPONENTS regex)
endif()
-list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options)
+list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options filesystem)
# Add other dependencies
find_package(Boost 1.54 REQUIRED COMPONENTS ${BOOST_COMPONENTS})

View file

@ -1,7 +1,7 @@
# Template file for 'cpp-hocon'
pkgname=cpp-hocon
version=0.2.1
revision=11
version=0.2.2
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="boost-devel leatherman-devel libcurl-devel"
@ -11,6 +11,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=6ddd08f0ec7915fff2f07385926a137b09f6ff58506a7467fa2c954585479e36
checksum=25fa74c43c100d1cf2632a4c23b9b1c4984dffd8e8040331bc257da711668eb6
CXXFLAGS+=" -Wno-catch-value"