From d802263f727fc4505f4f1a63eb82dfc135117cdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:34:52 +0000 Subject: [PATCH] sbcl: Update to version 2.3.2 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index 19f7a15a0f..c9ffe01e1e 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.3.2", "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.3.1/sbcl-2.3.1-x86-64-windows-binary.msi", - "hash": "sha1:eb41d810f37d5f32ab83849e7dfb314b81e1e99e" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.3.2/sbcl-2.3.2-x86-64-windows-binary.msi", + "hash": "sha1:5a217ad84b4a19a724ede3ade64438492defcee5" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",