From 8119884d2cf4481a2c78b7455d91e24eed230832 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 20:28:33 +0000 Subject: [PATCH] sbcl: Update to version 2.5.2 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index c179b5d590..7c55cb2406 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.5.1", + "version": "2.5.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.5.1/sbcl-2.5.1-x86-64-windows-binary.msi", - "hash": "sha1:681c8c25269e01b66ed4f877f56277f7af54fd38" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.2/sbcl-2.5.2-x86-64-windows-binary.msi", + "hash": "sha1:2b621aabefa21e8e95bab588f851aa40704b3925" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",