mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/upx: Updated for version 4.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cadb1ca114
commit
92a157aa25
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=upx
|
||||
VERSION=${VERSION:-4.2.2}
|
||||
VERSION=${VERSION:-4.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="upx"
|
||||
VERSION="4.2.2"
|
||||
VERSION="4.2.3"
|
||||
HOMEPAGE="https://upx.github.io/"
|
||||
DOWNLOAD="https://github.com/upx/upx/releases/download/v4.2.2/upx-4.2.2-src.tar.xz"
|
||||
MD5SUM="97ea082bc7240b8083316293e2be0e29"
|
||||
DOWNLOAD="https://github.com/upx/upx/releases/download/v4.2.3/upx-4.2.3-src.tar.xz"
|
||||
MD5SUM="cf9244fbadac63faf210fb356aa120f0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ucl"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Kot Czarny"
|
||||
EMAIL="tjosko@yahoo.com"
|
||||
|
|
Loading…
Reference in a new issue