sbcl: Update to version 2.0.0

This commit is contained in:
Richard Kuhnt 2019-12-29 14:00:30 +00:00
parent 1830bc7568
commit 9adb6b14b8

View File

@ -1,16 +1,16 @@
{ {
"homepage": "http://www.sbcl.org/", "homepage": "http://www.sbcl.org/",
"description": "A high performance Common Lisp compiler.", "description": "A high performance Common Lisp compiler.",
"version": "1.4.14", "version": "2.0.0",
"license": { "license": {
"identifier": "BSD-3-Clause,MIT,Public Domain", "identifier": "BSD-3-Clause,MIT,Public Domain",
"url": "https://sourceforge.net/p/sbcl/sbcl/ci/master/tree/COPYING" "url": "https://sourceforge.net/p/sbcl/sbcl/ci/master/tree/COPYING"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/1.4.14/sbcl-1.4.14-x86-64-windows-binary.msi", "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.0.0/sbcl-2.0.0-x86-64-windows-binary.msi",
"hash": "sha1:bc2eb3df2da434ba84f2ccce67d64652d82c4626", "hash": "sha1:84cabea2267dba00058c24c0b62e865cb5e718b0",
"extract_dir": "PFiles\\Steel Bank Common Lisp\\1.4.14" "extract_dir": "PFiles\\Steel Bank Common Lisp\\2.0.0"
} }
}, },
"env_set": { "env_set": {