From c5518f5c008bcb0683dc271ff7d65483a237b737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:25:07 +0000 Subject: [PATCH] sbcl: Update to version 2.4.2 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index 56c4a01683..9e2f761fc1 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.3.2", + "version": "2.4.2", "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.3.2/sbcl-2.3.2-x86-64-windows-binary.msi", - "hash": "sha1:5a217ad84b4a19a724ede3ade64438492defcee5" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.4.2/sbcl-2.4.2-x86-64-windows-binary.msi", + "hash": "sha1:6e012fa727ffceae7c78b2672b7fe8465b5b59bf" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",