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

46 lines
1.3 KiB
JSON

{
"homepage": "https://www.radare.org/r/",
"version": "3.6.0",
"license": "LGPL-3.0-only",
"description": "Portable reversing framework.",
"architecture": {
"64bit": {
"url": "https://radare.mikelloc.com/get/3.6.0/radare2-msvc_64-3.6.0.zip",
"hash": "sha1:fe34f0b58a81ebffc54e60e54e7dc8250df102f6",
"extract_dir": "radare2-vs2017_64_dyn-3.6.0"
}
},
"bin": [
[
"bin\\radare2.exe",
"r2"
],
"bin\\r2agent.exe",
"bin\\rabin2.exe",
"bin\\radare2.exe",
"bin\\radiff2.exe",
"bin\\rafind2.exe",
"bin\\ragg2.exe",
"bin\\rahash2.exe",
"bin\\rarun2.exe",
"bin\\rasm2.exe",
"bin\\rax2.exe"
],
"checkver": {
"url": "https://www.radare.org/r/down.html",
"re": "last release is ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://radare.mikelloc.com/get/$version/radare2-msvc_64-$version.zip",
"extract_dir": "radare2-vs2017_64_dyn-$version"
}
},
"hash": {
"url": "https://radare.mikelloc.com/release/$version",
"regex": "$basename.*?$sha1"
}
}
}