AutoBuild: crew_patchelf started at 2025-05-06-21UTC (#11878)

* Cleanup crew output on package installs.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add patchelf, upx updates

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Use mold in patchelf build

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add binaries.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust crew logic.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
github-actions[bot]
2025-05-06 19:50:33 -05:00
committed by GitHub
parent ab02d24e89
commit e124d98be1
4 changed files with 19 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ require 'buildsystems/cmake'
class Upx < CMake
description 'Extendable, high-performance executable packer for several executable formats'
homepage 'https://github.com/upx/upx'
version '5.0.0'
version '5.0.1'
license 'custom GPL2'
compatibility 'all'
source_url 'https://github.com/upx/upx.git'
@@ -14,10 +14,10 @@ class Upx < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: '5bdebb37916fc9b21ea0d075d8467d9b9e415ed84ef5e52214f1da93d407c459',
armv7l: '5bdebb37916fc9b21ea0d075d8467d9b9e415ed84ef5e52214f1da93d407c459',
i686: 'b2be0ce308cd928c01afc387384f151ecc9835e7cbd8e513baa73b0d0cad0758',
x86_64: '015f51b52d826208baaa029f58a0c98de722311989df83a7f322f8e4da3242cf'
aarch64: '5f50e1e632152b514b6a0cb392a5de09999a0e48ca5e0992eae2a1d166f7d441',
armv7l: '5f50e1e632152b514b6a0cb392a5de09999a0e48ca5e0992eae2a1d166f7d441',
i686: 'c22892b839bd81e66a186b7842c6467fdc8e19652807b21229c9be53bf924584',
x86_64: 'b03c020457e1472ecf7aae12a8392de414aa01dd210178757cfc908013ff8184'
})
depends_on 'gcc_lib' # R