From 4a5cdb8c1dd0b8c82deed827fdf655b1f1f4ca8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 00:47:05 +0000 Subject: [PATCH] sbcl: Update to version 2.6.2 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index 3a9dd82f8f..ac61c7ed6e 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.6.1", + "version": "2.6.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.6.1/sbcl-2.6.1-x86-64-windows-binary.msi", - "hash": "sha1:511ca5f2a27554bdfc406af687e86e9da6367213" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.6.2/sbcl-2.6.2-x86-64-windows-binary.msi", + "hash": "sha1:38696d4ce5071be7e7c2f59517379d48d54d197a" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",