upx: update to 3.92.
This commit is contained in:
parent
9aae6d6d40
commit
613c93688c
1 changed files with 7 additions and 6 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'upx'
|
# Template file for 'upx'
|
||||||
pkgname=upx
|
pkgname=upx
|
||||||
version=3.91
|
version=3.92
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target="all"
|
make_build_target="all"
|
||||||
|
make_build_args="CHECK_WHITESPACE=:"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="ucl zlib-devel"
|
makedepends="ucl zlib-devel"
|
||||||
short_desc="Ultimate Packer for eXecutables"
|
short_desc="Ultimate Packer for eXecutables"
|
||||||
wrksrc="upx-${version}-src"
|
wrksrc="upx-${version}-src"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://upx.sourceforge.net/"
|
homepage="https://upx.github.io/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://upx.sourceforge.net/download/upx-${version}-src.tar.bz2"
|
distfiles="https://github.com/upx/upx/releases/download/v${version}/upx-${version}-src.tar.xz"
|
||||||
checksum=527ce757429841f51675352b1f9f6fc8ad97b18002080d7bf8672c466d8c6a3c
|
checksum=0378169c342a0f98dc93236deae42f72fda07d0b02d7f51e6147448ee7e77794
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall src/upx.out 755 usr/bin upx
|
vbin src/upx.out upx
|
||||||
vinstall doc/upx.1 644 usr/share/man/man1
|
vman doc/upx.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue