linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://upx.github.io/",
"description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats",
"version": "3.95",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/upx/upx/releases/download/v3.95/upx-3.95-win64.zip",
"hash": "5c076f87ba64d82f11513f4af0ceb07246a3540aa3c72ca3ffc2d53971fa56e3",
"extract_dir": "upx-3.95-win64"
},
"32bit": {
"url": "https://github.com/upx/upx/releases/download/v3.95/upx-3.95-win32.zip",
"hash": "f94ff30b175d125d1c238458716f5808aee222547a813918b44d0f67035c0054",
"extract_dir": "upx-3.95-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"
}
}
}
}