mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "4.2.0",
|
|
"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/v4.2.0/upx-4.2.0-win64.zip",
|
|
"hash": "83833b414d17b39f334de28b981f1a6a88252294b9d76005f2a8047f5c1821f1",
|
|
"extract_dir": "upx-4.2.0-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/upx/upx/releases/download/v4.2.0/upx-4.2.0-win32.zip",
|
|
"hash": "fb1a924136b35e56cd1dbd761dff53fcc9757ccd3210cdbc8ffbd2904dcb66f3",
|
|
"extract_dir": "upx-4.2.0-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"
|
|
}
|
|
}
|
|
}
|
|
}
|