From 0bdfeac38d2606c21feeb11cc7c377546baab640 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 16:31:49 +0000 Subject: [PATCH] sbcl: Update to version 2.2.8 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index 1fcb4b6189..0ba9bead94 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.2.7", + "version": "2.2.8", "description": "A high performance Common Lisp compiler.", "homepage": "http://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.2.7/sbcl-2.2.7-x86-64-windows-binary.msi", - "hash": "sha1:0526a1f7d8decb2056873b749db91eddadad62db" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.2.8/sbcl-2.2.8-x86-64-windows-binary.msi", + "hash": "sha1:6b710611103b50f835d630868c6a70566540ad83" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",