leatherman: update to 1.5.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:01 +02:00
parent 6d58ff8f22
commit f5c73df93b
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -1,8 +1,8 @@
# Template file for 'leatherman'
# Note: always revbump cpp-hocon when updating as it links against this static lib
pkgname=leatherman
version=1.4.2
revision=2
version=1.5.0
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="boost-devel libcurl-devel"
@ -11,8 +11,6 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="Apache-2.0"
homepage="https://github.com/puppetlabs/leatherman"
distfiles="https://github.com/puppetlabs/leatherman/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=32ccdb21db3ccc326bac255b35fc6c16b2ddbe39bbd5afdddcadc622e2814fc2
checksum=f7da4432ecaf1c4bfc7cfd398bcf76f9b90c27bce5d4b94111fc07b021407ad8
if [ "$XBPS_GCC_VERSION_MAJOR" -ge 8 ]; then
CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value"
fi
CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value"