Merge pull request #4486 from lazka/upx-4.2.3

upx: Update to 4.2.3
This commit is contained in:
Christoph Reiter 2024-04-04 22:42:57 +02:00 committed by GitHub
commit 27e814d67b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
# Contributor (Arch Linux): Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=upx
pkgver=4.2.2
pkgver=4.2.3
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' 'make' 'cmake' 'ninja')
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-src.tar.xz")
sha256sums=('42ee0455eea610ef7ee732aa1f657b34a351ebcfa64a24c1e2a7aaec74c1e038')
sha256sums=('d6357eec6ed4c1b51f40af2316b0958ff1b7fa6f53ef3de12da1d5c96d30e412')
build() {
[[ -d build-${CARCH} ]] && rm -rf build-${CARCH}