innoextract: update to 1.7.

Closes #15103.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-12 21:44:35 -03:00 committed by Enno Boland
parent 015e5fd7c9
commit 483676d961
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,18 +1,14 @@
# Template file for 'innoextract'. # Template file for 'innoextract'
pkgname=innoextract pkgname=innoextract
version=1.6 version=1.7
revision=4 revision=1
build_style=cmake build_style=cmake
configure_args="-DCMAKE_INSTALL_PREFIX=/usr" configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
hostmakedepends="boost" hostmakedepends="boost"
makedepends="boost-devel liblzma-devel" makedepends="boost-devel liblzma-devel"
short_desc="A tool to unpack installers created by Inno Setup" short_desc="A tool to unpack installers created by Inno Setup"
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>" maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
license="Zlib"
homepage="http://constexpr.org/innoextract/" homepage="http://constexpr.org/innoextract/"
license="${pkgname}"
distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz" distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=66463f145fffd4d5883c6b3e2f7b2c2837d6f07095810114e514233a88c1033e checksum=c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4
post_install() {
vlicense LICENSE
}