Updated SBCL to 1.2.6

This commit is contained in:
Rob Blackwell 2014-12-01 20:49:42 +00:00
parent ac270aaa29
commit e7d814f525

View File

@ -1,21 +1,17 @@
{
"homepage": "http://www.sbcl.org/",
"version": "1.2.1",
"version": "1.2.6",
"license": "http://www.sbcl.org/history.html",
"architecture": {
"64bit": {
"url": "http://prdownloads.sourceforge.net/sbcl/sbcl-1.2.1-x86-64-windows-binary.msi",
"hash": "sha1:a57593193f49fc6d154ba7af9b8417d1296d3455"
},
"32bit": {
"url": "http://prdownloads.sourceforge.net/sbcl/sbcl-1.2.1-x86-windows-binary.msi",
"hash": "sha1:43741068c7049e3cdee455fc3b262da34513d9ca"
"url": "http://prdownloads.sourceforge.net/sbcl/sbcl-1.2.6-x86-64-windows-binary.msi",
"hash": "sha1:d65c059849e95eb436a3d51fa1e3552a0a2aff6f"
}
},
"env_set": {
"SBCL_HOME": "$dir\\PFiles\\Steel Bank Common Lisp\\1.2.1"
"SBCL_HOME": "$dir\\PFiles\\Steel Bank Common Lisp\\1.2.6"
},
"bin": [ "PFiles\\Steel Bank Common Lisp\\1.2.1\\sbcl.exe"],
"bin": [ "PFiles\\Steel Bank Common Lisp\\1.2.6\\sbcl.exe"],
"checkver": "The most recent version is SBCL ([^\\ ]+)",
"notes": "Please restart you command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/"
"notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/"
}