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

33 lines
1.1 KiB
JSON

{
"homepage": "http://www.sbcl.org/",
"version": "1.4.14",
"license": {
"identifier": "BSD-3-Clause,MIT,Public Domain",
"url": "https://sourceforge.net/p/sbcl/sbcl/ci/master/tree/COPYING"
},
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/1.4.14/sbcl-1.4.14-x86-64-windows-binary.msi",
"hash": "sha1:bc2eb3df2da434ba84f2ccce67d64652d82c4626",
"extract_dir": "PFiles\\Steel Bank Common Lisp\\1.4.14"
}
},
"env_set": {
"SBCL_HOME": "$dir"
},
"bin": "sbcl.exe",
"checkver": {
"url": "http://www.sbcl.org/platform-table.html",
"re": "sbcl-([\\d.]+)-x86-64-windows"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/$version/sbcl-$version-x86-64-windows-binary.msi",
"extract_dir": "PFiles\\Steel Bank Common Lisp\\$version"
}
}
},
"notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/"
}