From 35f7dab21c3f7d222fcad13dd6d49b5b1451a61a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 16:29:11 +0000 Subject: [PATCH] sbcl: Update to version 2.3.0 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index e333b7c70d..04c3be817a 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.2.11", + "version": "2.3.0", "description": "A high performance Common Lisp compiler.", "homepage": "http://www.sbcl.org/", "license": { @@ -9,8 +9,8 @@ "notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.2.11/sbcl-2.2.11-x86-64-windows-binary.msi", - "hash": "sha1:1b7d9d052d7ddd1f73846b9bdb93913ed4330994" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.3.0/sbcl-2.3.0-x86-64-windows-binary.msi", + "hash": "sha1:236238d50bb0dd56b577bb73a05bd8b3199afc2d" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",