From ea145d42857cb8d7aec20ef4e67e87d53a016982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 22 Dec 2018 14:49:12 +0100 Subject: [PATCH] leatherman: update to 1.5.4 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/leatherman/template b/srcpkgs/leatherman/template index 5290e52e95a..259fd638af1 100644 --- a/srcpkgs/leatherman/template +++ b/srcpkgs/leatherman/template @@ -1,7 +1,7 @@ # Template file for 'leatherman' # Note: always revbump cpp-hocon when updating as it links against this static lib pkgname=leatherman -version=1.5.3 +version=1.5.4 revision=1 build_style=cmake hostmakedepends="pkg-config" @@ -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=4d96053df166eec1b58943a199e156081663feef0c5c8adbb1adaed7546bfd7c +checksum=f4b777de15f89ee0f5db99d065ca96290559e91ceadee39671e0f68318c84f97 CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value"