upx: update to 3.95.
This commit is contained in:
parent
03ff4c66b5
commit
995b2602cb
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.94
|
version=3.95
|
||||||
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=:"
|
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="https://upx.github.io/"
|
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
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=81ef72cdac7d8ccda66c2c1ab14f4cd54225e9e7b10cd40dd54be348dbf25621
|
checksum=3b0f55468d285c760fcf5ea865a070b27696393002712054c69ff40d8f7f5592
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin src/upx.out upx
|
vbin src/upx.out upx
|
||||||
|
|
Loading…
Reference in a new issue