2025-07-20 16:29:35 +00:00

35 lines
1.3 KiB
JSON

{
"version": "5.0.2",
"description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats",
"homepage": "https://upx.github.io/",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/upx/upx/releases/download/v5.0.2/upx-5.0.2-win64.zip",
"hash": "1cff6d6ee01c404d4a1ae56003056bd4cfa28d0a5cea1d0950daaf872a4facc9",
"extract_dir": "upx-5.0.2-win64"
},
"32bit": {
"url": "https://github.com/upx/upx/releases/download/v5.0.2/upx-5.0.2-win32.zip",
"hash": "61b3c81e5ad2c2f4d7061054fb7ddcb73400ba4f2dae79255153ccfd77523400",
"extract_dir": "upx-5.0.2-win32"
}
},
"bin": "upx.exe",
"checkver": {
"github": "https://github.com/upx/upx"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/upx/upx/releases/download/v$version/upx-$version-win64.zip",
"extract_dir": "upx-$version-win64"
},
"32bit": {
"url": "https://github.com/upx/upx/releases/download/v$version/upx-$version-win32.zip",
"extract_dir": "upx-$version-win32"
}
}
}
}