system/upx: Updated for version 4.2.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Kot Czarny 2024-04-04 11:04:40 +07:00 committed by Willy Sudiarto Raharjo
parent cadb1ca114
commit 92a157aa25
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"