From 3d361fe31417ab9f9fca8559fd85ee86663a87a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 30 Mar 2020 17:59:19 +0200 Subject: [PATCH] leatherman: update to 1.11.0 --- srcpkgs/leatherman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/leatherman/template b/srcpkgs/leatherman/template index a5d9d9dddd7..cf8785bcd17 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.10.0 +version=1.11.0 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=b65eb0157600c1610a33061524da187f8e7abfbc1f7a7c8d7b7f712a051f2ef6 +checksum=38fe9a272fec824c503a9dc91b79cfe6e05b868e55fba9977de9baff5ad1be7e CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value -Wno-deprecated-copy"