From e88f94343d18637fc9f892c15a7a69539d5e311d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:49:07 +0000 Subject: [PATCH] sbcl: Update to version 2.5.5 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index 2450e9b98f..2c39b59c4d 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.5.4", + "version": "2.5.5", "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.4/sbcl-2.5.4-x86-64-windows-binary.msi", - "hash": "sha1:2db23e49babebe646eac107b97fb113ecaa937c7" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.5/sbcl-2.5.5-x86-64-windows-binary.msi", + "hash": "sha1:b67f225c4ef44ecf4710a61e56bd350ccf07042d" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",