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

49 lines
1.8 KiB
JSON

{
"version": "7.3",
"homepage": "https://racket-lang.org",
"license": "LGPL-3.0-or-later",
"description": "A general-purpose, feature-rich programming language developed from Scheme Lisp, also the family of the core language and its dialects. It includes an extensive macro system for creating and implementing language constructs and dialects; eventspaces and custodians for resource management; units, modules and classes for programming in the large; paritial continuation; the first contract system for higher-order functions, and more.",
"architecture": {
"64bit": {
"url": "https://mirror.racket-lang.org/installers/7.3/racket-7.3-x86_64-win32.exe#/dl.7z",
"hash": "sha1:bf88276b4f708b00ba60b2524386ca09227048d0"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/7.3/racket-7.3-i386-win32.exe#/dl.7z",
"hash": "sha1:321c230899ed5fbfb7987c50bf07aacf528dd951"
}
},
"bin": [
"racket.exe",
"raco.exe"
],
"shortcuts": [
[
"GRacket.exe",
"GRacket"
],
[
"DrRacket.exe",
"DrRacket"
]
],
"checkver": {
"url": "https://download.racket-lang.org/",
"re": "Version ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirror.racket-lang.org/installers/$version/racket-$version-x86_64-win32.exe#/dl.7z"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/$version/racket-$version-i386-win32.exe#/dl.7z"
}
},
"hash": {
"url": "https://download.racket-lang.org/releases/$version/",
"regex": "$basename[\\s\\S]*?\"checksum\">$sha1</span>"
}
}
}