mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"homepage": "http://www.sbcl.org/",
|
|
"version": "1.4.14",
|
|
"license": "http://www.sbcl.org/history.html",
|
|
"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/"
|
|
}
|