We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f295c79 commit a37b56bCopy full SHA for a37b56b
upx/PKGBUILD
@@ -5,7 +5,7 @@
5
# Contributor (Arch Linux): Daniel J Griffiths <[email protected]>
6
7
pkgname=upx
8
-pkgver=4.2.4
+pkgver=5.0.0
9
pkgrel=1
10
pkgdesc='Ultimate executable compressor.'
11
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ license=('GPL')
19
depends=('ucl' 'zlib')
20
makedepends=('ucl-devel' 'zlib-devel' 'gcc' 'make' 'cmake' 'ninja')
21
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-src.tar.xz")
22
-sha256sums=('5ed6561607d27fb4ef346fc19f08a93696fa8fa127081e7a7114068306b8e1c4')
+sha256sums=('e0eb96f9c50aefdb02eca445f8ed76aca5cd70b6b132bf61bea3ba4b8ebb64cc')
23
24
build() {
25
[[ -d build-${CARCH} ]] && rm -rf build-${CARCH}
0 commit comments