upx: Update to version 5.0.0

This commit is contained in:
github-actions[bot] 2025-02-20 20:29:02 +00:00
parent 7a8ab780d8
commit 6828dbecf4

View File

@ -1,18 +1,18 @@
{ {
"version": "4.2.4", "version": "5.0.0",
"description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats", "description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats",
"homepage": "https://upx.github.io/", "homepage": "https://upx.github.io/",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-win64.zip", "url": "https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-win64.zip",
"hash": "22e9ef20e4c72aad85e32c71cbc9c086436c179456382aa75c0c24868456a671", "hash": "1cc4ce7602f42350ea7a960718d4ca8b5c8949ab79b80e709286eff0107b04ea",
"extract_dir": "upx-4.2.4-win64" "extract_dir": "upx-5.0.0-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-win32.zip", "url": "https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-win32.zip",
"hash": "2e90ebda45b29217126d8e8ee4d0863bd9705a13adcca3ce07b7d19df55ca355", "hash": "8c34b9cec2c225bf71f43cf2b788043d0d203d23edb54f649fbec16f34938d80",
"extract_dir": "upx-4.2.4-win32" "extract_dir": "upx-5.0.0-win32"
} }
}, },
"bin": "upx.exe", "bin": "upx.exe",