mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "5.0.1",
|
|
"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.1/upx-5.0.1-win64.zip",
|
|
"hash": "c288989437ce70646a62799a4dcf25b4ec7ad8fbb4f93a29e25c14856659c1a4",
|
|
"extract_dir": "upx-5.0.1-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/upx/upx/releases/download/v5.0.1/upx-5.0.1-win32.zip",
|
|
"hash": "2fdc91300631464b9aeefadd65b0c6d57a243cfaaa92ec46496173e76c379e18",
|
|
"extract_dir": "upx-5.0.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|