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

24 lines
784 B
JSON

{
"homepage": "https://www.red-lang.org",
"version": "0.6.4",
"description": "Programming language inspired by Rebol.",
"license": {
"identifier": "BSD-3-Clause,BSL-1.0",
"url": "https://github.com/red/red#license"
},
"url": "https://static.red-lang.org/dl/win/red-064.exe#/red.exe",
"hash": "45eb8d089b6e25701e4208ac5d1db0c483752e0abff28f58baff5a39f765db9c",
"bin": "red.exe",
"checkver": {
"url": "http://static.red-lang.org/download.html",
"re": "Red\\s+([\\d.]+)\\s+for"
},
"autoupdate": {
"url": "https://static.red-lang.org/dl/win/red-$cleanVersion.exe#/red.exe",
"hash": {
"url": "http://static.red-lang.org/download.html",
"regex": "$sha256"
}
}
}