From 5c01ec2e2ba6c5b9b9ae2102ab132951700c424b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:29:59 +0000 Subject: [PATCH] sbcl: Update to version 2.5.11 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index 9018d19c5d..2ef957153a 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.5.10", + "version": "2.5.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.5.10/sbcl-2.5.10-x86-64-windows-binary.msi", - "hash": "sha1:fe1ae756320c1a7ed9506b1779297f5f49f9e191" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.11/sbcl-2.5.11-x86-64-windows-binary.msi", + "hash": "sha1:0814a52b87de24f031107b2012ceff2e4b39d756" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",