mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 13:31:18 +00:00
* Fix license in mozjpeg * Update sbcl to 1.3.18 * Correct bad https URLs * HTTPS everywhere (hand tested)
20 lines
719 B
JSON
20 lines
719 B
JSON
{
|
|
"homepage": "http://www.sbcl.org/",
|
|
"version": "1.3.18",
|
|
"license": "http://www.sbcl.org/history.html",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sourceforge.net/projects/sbcl/files/sbcl/1.3.18/sbcl-1.3.18-x86-64-windows-binary.msi",
|
|
"hash": "a33691857519750beca2775498196e8b61f9862aea617b1207548882ded48fb3"
|
|
}
|
|
},
|
|
"env_set": {
|
|
"SBCL_HOME": "$dir\\PFiles\\Steel Bank Common Lisp\\1.3.18"
|
|
},
|
|
"bin": [
|
|
"PFiles\\Steel Bank Common Lisp\\1.3.18\\sbcl.exe"
|
|
],
|
|
"checkver": ">SBCL ([\\d.]+)<",
|
|
"notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/"
|
|
}
|