innoextract: update to 1.7.
Closes #15103. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
015e5fd7c9
commit
483676d961
|
@ -1,18 +1,14 @@
|
|||
# Template file for 'innoextract'.
|
||||
# Template file for 'innoextract'
|
||||
pkgname=innoextract
|
||||
version=1.6
|
||||
revision=4
|
||||
version=1.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
|
||||
hostmakedepends="boost"
|
||||
makedepends="boost-devel liblzma-devel"
|
||||
short_desc="A tool to unpack installers created by Inno Setup"
|
||||
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
|
||||
license="Zlib"
|
||||
homepage="http://constexpr.org/innoextract/"
|
||||
license="${pkgname}"
|
||||
distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=66463f145fffd4d5883c6b3e2f7b2c2837d6f07095810114e514233a88c1033e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
checksum=c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4
|
||||
|
|
Loading…
Reference in New Issue