leatherman: update to 1.7.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
7c92b44903
commit
4140147f48
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'leatherman'
|
# Template file for 'leatherman'
|
||||||
# Note: always revbump cpp-hocon when updating as it links against this static lib
|
# Note: always revbump cpp-hocon when updating as it links against this static lib
|
||||||
pkgname=leatherman
|
pkgname=leatherman
|
||||||
version=1.6.0
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,6 +11,6 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/puppetlabs/leatherman"
|
homepage="https://github.com/puppetlabs/leatherman"
|
||||||
distfiles="https://github.com/puppetlabs/leatherman/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/puppetlabs/leatherman/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=bc5a157a9bab1dfa466ff1d70e040c4be0430ebd635e974ef09a49008cfab835
|
checksum=a89e8c01f181cb8edb3fe0b2c5e2f2f04be37ce2bc320389afa4ca2675e49841
|
||||||
|
|
||||||
CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value"
|
CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value"
|
||||||
|
|
Loading…
Reference in New Issue