From 98aede75d22f7c93b228128a19491a65c856850e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:29:58 +0000 Subject: [PATCH] sbcl: Update to version 2.4.11 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index c53993c016..74384ba0ce 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.4.10", + "version": "2.4.11", "description": "A high performance Common Lisp compiler.", "homepage": "https://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.4.10/sbcl-2.4.10-x86-64-windows-binary.msi", - "hash": "sha1:645cad70f88531a3f60c0750731cf17b2c432a6b" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.4.11/sbcl-2.4.11-x86-64-windows-binary.msi", + "hash": "sha1:8506aa4b0fa5d5a8ea5254ff747fd91379558053" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",