upx: Update to 4.1.0

This commit is contained in:
Christoph Reiter
2023-08-09 22:24:17 +02:00
parent 2557c30918
commit 1d31a2f2cd

View File

@@ -5,7 +5,7 @@
# Contributor (Arch Linux): Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=upx
pkgver=4.0.2
pkgver=4.1.0
pkgrel=1
pkgdesc='Ultimate executable compressor.'
arch=('i686' 'x86_64')
@@ -14,7 +14,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=('1221e725b1a89e06739df27fae394d6bc88aedbe12f137c630ec772522cbc76f')
sha256sums=('0582f78b517ea87ba1caa6e8c111474f58edd167e5f01f074d7d9ca2f81d47d0')
build() {
[[ -d build-${CARCH} ]] && rm -rf build-${CARCH}