Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
upx


Commits:
765b1bac by Alexander F. Rødseth at 2026-01-13T21:55:23+01:00
upgpkg: 5.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = upx
        pkgdesc = Extendable, high-performance executable packer for several 
executable formats
-       pkgver = 5.0.2
-       pkgrel = 3
+       pkgver = 5.1.0
+       pkgrel = 1
        url = https://github.com/upx/upx
        arch = x86_64
        license = custom
@@ -16,12 +16,12 @@ pkgbase = upx
        source = 
git+https://github.com/upx/upx-vendor-ucl#commit=a60611d342b0b7d2924c495ebaa1910e4c3c3fe6
        source = 
git+https://github.com/upx/upx-vendor-valgrind#commit=b054e44ea1b6d630853ed74d33e0934ef4642efc
        source = 
git+https://github.com/upx/upx-vendor-zlib#commit=0a41a7d0a974d0b43afe4afe4b8025c8f144474e
-       source = git+https://github.com/upx/upx#tag=v5.0.2
+       source = git+https://github.com/upx/upx#tag=v5.1.0
        b2sums = 
dc777d999688281298c64d9d7e9e215f5ecb2a2d38cb75f5cbeafae062bc915b5bf4e2e78c929256dbd15678f65eb688efbe8e94de1d9cf8be809936b4bcef5c
        b2sums = 
4f52b23e4bc51420c32937c775e1f1a6ffff0db7930273f122d788a77fa4c88527953ad903e2bd21b1b00d2ea350ccde6c7f5aaa76b78d78f02a5b1225379bd6
        b2sums = 
c900e601815a246a8beb792a99eba2242879f3b257d69907dd292d6e5f661c1230eae2a2c5e5533a42d293a6df7579f4d28db07aa812dedd3b9dee10837825ef
        b2sums = 
e09769482c2484b38845234630344b774ee1b229cc910d4e0de85d439d277db4aa4a8eb3c47e0970b67cab065f61efacb17a23d67640288cf8b59fe53125a03f
        b2sums = 
19433a84172cbdd8ff3a00091da2ac90459636834ae97412534efdb5a74df4c50c34cc7d7d0339d889dac58ce03c6e031f512a3b9d55e2b953c6c53d45645bfd
-       b2sums = 
5830d9d7ab45e5362218ea0a3fcdc8e641fc3dcd93d3dc78b25ba3fdac20018980ae76348e2d1ec593259df44e00d35c177adbb4fc6305dcf25a17f9d36b8fb7
+       b2sums = 
c27d56feabd0cfe81b2ec23c4d886fafb911cd9a89fb85fb29f44dc0e385627e68a9e21105ba762b5c066d04c66d8e19cac29c143189fe5ccc59167f72e6193a
 
 pkgname = upx


=====================================
PKGBUILD
=====================================
@@ -6,16 +6,16 @@
 # Contributor: Wang Haoyu
 
 pkgname=upx
-pkgver=5.0.2
-pkgrel=3
+pkgver=5.1.0
+pkgrel=1
 pkgdesc='Extendable, high-performance executable packer for several executable 
formats'
 arch=(x86_64)
 url='https://github.com/upx/upx'
 license=(custom GPL-2.0-or-later)
 depends=(gcc-libs glibc)
 makedepends=(cmake git perl)
-# https://github.com/upx/upx/tree/v5.0.2/vendor
-#b='v5.0.2'; for x in doctest lzma-sdk ucl valgrind zlib; do echo 
"git+\$url-vendor-$x#commit=$(git ls-remote 
https://github.com/upx/upx-vendor-$x $b-upx-vendor | cut -b-40)"; done
+# https://github.com/upx/upx/tree/v5.1.0/vendor
+#b='v5.1.0'; for x in doctest lzma-sdk ucl valgrind zlib; do echo 
"git+\$url-vendor-$x#commit=$(git ls-remote 
https://github.com/upx/upx-vendor-$x $b-upx-vendor | cut -b-40)"; done
 source=(
   "git+$url-vendor-doctest#commit=835aaee34666173532e98437b057f37b385076c9"
   "git+$url-vendor-lzma-sdk#commit=f9637f9f563d17b6ecf33ae2212dcd44866bfb25"
@@ -28,7 +28,7 @@ 
b2sums=('dc777d999688281298c64d9d7e9e215f5ecb2a2d38cb75f5cbeafae062bc915b5bf4e2e
         
'c900e601815a246a8beb792a99eba2242879f3b257d69907dd292d6e5f661c1230eae2a2c5e5533a42d293a6df7579f4d28db07aa812dedd3b9dee10837825ef'
         
'e09769482c2484b38845234630344b774ee1b229cc910d4e0de85d439d277db4aa4a8eb3c47e0970b67cab065f61efacb17a23d67640288cf8b59fe53125a03f'
         
'19433a84172cbdd8ff3a00091da2ac90459636834ae97412534efdb5a74df4c50c34cc7d7d0339d889dac58ce03c6e031f512a3b9d55e2b953c6c53d45645bfd'
-        
'5830d9d7ab45e5362218ea0a3fcdc8e641fc3dcd93d3dc78b25ba3fdac20018980ae76348e2d1ec593259df44e00d35c177adbb4fc6305dcf25a17f9d36b8fb7')
+        
'c27d56feabd0cfe81b2ec23c4d886fafb911cd9a89fb85fb29f44dc0e385627e68a9e21105ba762b5c066d04c66d8e19cac29c143189fe5ccc59167f72e6193a')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/upx/-/commit/765b1bac29b63afb60bc26795c77439099950031

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/upx/-/commit/765b1bac29b63afb60bc26795c77439099950031
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to