mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
18 lines
665 B
JSON
18 lines
665 B
JSON
{
|
|
"homepage": "https://upx.github.io/",
|
|
"description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats",
|
|
"version": "3.94",
|
|
"url": "https://github.com/upx/upx/releases/download/v3.94/upx394w.zip",
|
|
"hash": "74308db1183436576d011bfcc3e7c99c836fb052de7b7eb0539026366453d6e8",
|
|
"extract_dir": "upx394w",
|
|
"bin": "upx.exe",
|
|
"license": "GPL-2.0",
|
|
"checkver": {
|
|
"github": "https://github.com/upx/upx"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/upx/upx/releases/download/v$version/upx$cleanVersionw.zip",
|
|
"extract_dir": "upx$cleanVersionw"
|
|
}
|
|
}
|