From 67c2d67250ba99a14b088c262c9e1ffd88747de7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:30:05 +0000 Subject: [PATCH] sbcl: Update to version 2.5.8 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index 760dbe52dc..759b3b3070 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.5.7", + "version": "2.5.8", "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.5.7/sbcl-2.5.7-x86-64-windows-binary.msi", - "hash": "sha1:48e24dd04f3cdd99ed45ce0969731ec7a7fc0d17" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.8/sbcl-2.5.8-x86-64-windows-binary.msi", + "hash": "sha1:409b97041f430f06bb83b325dd36d46996ea27c5" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",