Skip to content

Commit a37b56b

Browse files
authored
upx: Update to 5.0.0 (#5257)
1 parent f295c79 commit a37b56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upx/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor (Arch Linux): Daniel J Griffiths <[email protected]>
66

77
pkgname=upx
8-
pkgver=4.2.4
8+
pkgver=5.0.0
99
pkgrel=1
1010
pkgdesc='Ultimate executable compressor.'
1111
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ license=('GPL')
1919
depends=('ucl' 'zlib')
2020
makedepends=('ucl-devel' 'zlib-devel' 'gcc' 'make' 'cmake' 'ninja')
2121
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-src.tar.xz")
22-
sha256sums=('5ed6561607d27fb4ef346fc19f08a93696fa8fa127081e7a7114068306b8e1c4')
22+
sha256sums=('e0eb96f9c50aefdb02eca445f8ed76aca5cd70b6b132bf61bea3ba4b8ebb64cc')
2323

2424
build() {
2525
[[ -d build-${CARCH} ]] && rm -rf build-${CARCH}

0 commit comments

Comments
 (0)