Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

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"
}
}