From 831243a0a3c10d300d4787b13072bd7eaf5a9434 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 12:31:46 +0000 Subject: [PATCH] sbcl: Update to version 2.2.6 --- bucket/sbcl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index d43975466e..476aa1e27e 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "version": "2.2.5", + "version": "2.2.6", "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.5/sbcl-2.2.5-x86-64-windows-binary.msi", - "hash": "sha1:a46f73f7c19a4f2a3dd27e1402717193579ead03" + "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.2.6/sbcl-2.2.6-x86-64-windows-binary.msi", + "hash": "sha1:b8835ee3c5b12add513e1313c78a9f6054b52e1a" } }, "extract_dir": "PFiles\\Steel Bank Common Lisp",