Merge pull request #3547 from lazka/upx-4.0.2

upx: Update to 4.0.2
This commit is contained in:
Christoph Reiter
2023-02-11 19:52:24 +01:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
# Contributor (Arch Linux): Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=upx
pkgver=4.0.1
pkgver=4.0.2
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=('77003c8e2e29aa9804e2fbaeb30f055903420b3e01d95eafe01aed957fb7e190')
sha256sums=('1221e725b1a89e06739df27fae394d6bc88aedbe12f137c630ec772522cbc76f')
build() {
[[ -d build-${CARCH} ]] && rm -rf build-${CARCH}