upx: update to 3.96.
This commit is contained in:
parent
33b2a85e7b
commit
1f86d0732e
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'upx'
|
# Template file for 'upx'
|
||||||
pkgname=upx
|
pkgname=upx
|
||||||
version=3.95
|
version=3.96
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="upx-${version}-src"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target=all
|
make_build_target=all
|
||||||
make_build_args="CHECK_WHITESPACE=:"
|
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"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://upx.github.io/"
|
homepage="https://upx.github.io/"
|
||||||
distfiles="https://github.com/upx/upx/releases/download/v${version}/upx-${version}-src.tar.xz"
|
distfiles="https://github.com/upx/upx/releases/download/v${version}/upx-${version}-src.tar.xz"
|
||||||
checksum=3b0f55468d285c760fcf5ea865a070b27696393002712054c69ff40d8f7f5592
|
checksum=47774df5c958f2868ef550fb258b97c73272cb1f44fe776b798e393465993714
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin src/upx.out upx
|
vbin src/upx.out upx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue