From ee4b77c0fd6596f87c1c708be58055ef81ace7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 30 Mar 2019 11:04:04 +0100 Subject: [PATCH] leatherman: update to 1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/leatherman/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/leatherman/template b/srcpkgs/leatherman/template index c0e79d5bbd3..56600e16989 100644 --- a/srcpkgs/leatherman/template +++ b/srcpkgs/leatherman/template @@ -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.5.4 -revision=2 +version=1.6.0 +revision=1 build_style=cmake hostmakedepends="pkg-config" makedepends="boost-devel libcurl-devel" @@ -11,6 +11,6 @@ maintainer="Jürgen Buchmüller " 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=f4b777de15f89ee0f5db99d065ca96290559e91ceadee39671e0f68318c84f97 +checksum=bc5a157a9bab1dfa466ff1d70e040c4be0430ebd635e974ef09a49008cfab835 CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value"