upx: update to 5.0.2

This commit is contained in:
Dirk Stolle 2025-07-22 18:22:48 +02:00 committed by Christoph Reiter
parent a685646477
commit 82acc3536f

View File

@ -5,7 +5,7 @@
# Contributor (Arch Linux): Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=upx
pkgver=5.0.1
pkgver=5.0.2
pkgrel=1
pkgdesc='Ultimate executable compressor.'
arch=('i686' 'x86_64')
@ -19,7 +19,7 @@ license=('GPL')
depends=('ucl' 'zlib')
makedepends=('ucl-devel' 'zlib-devel' 'gcc' 'cmake' 'ninja')
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-src.tar.xz")
sha256sums=('2b11323a9f6c7f0247a4936deee35afb486a2fdf808a5bc4abf10a085ec884d9')
sha256sums=('209b219bbcfa58c249ffe6eba3c244e0910fa8be792b5521e4daf938167f05cc')
build() {
[[ -d build-${CARCH} ]] && rm -rf build-${CARCH}