mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "3.96",
|
|
"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/v3.96/upx-3.96-win64.zip",
|
|
"hash": "a2655c66a547e2274474e54d7a373f1c28e96ded162c51b34651873691022184",
|
|
"extract_dir": "upx-3.96-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win32.zip",
|
|
"hash": "014912ea363e2d491587534c1e7efd5bc516520d8f2cdb76bb0aaf915c5db961",
|
|
"extract_dir": "upx-3.96-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"
|
|
}
|
|
}
|
|
}
|
|
}
|