From 745715e53f3c1c0a84c47d4ff97eebaf493fb720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 1 Nov 2018 15:20:41 +0100 Subject: [PATCH] leatherman: update to 1.5.3 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 8d3b1ddb92..5290e52e95 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.2 -revision=2 +version=1.5.3 +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=8c73629fb7f57482d6b34b04465d1c4c27a7f90e2d9523e12fac0805ab30b026 +checksum=4d96053df166eec1b58943a199e156081663feef0c5c8adbb1adaed7546bfd7c CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value"