From 136639efada62ae740ad8b61c9f4bc3ca8aea8ef Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 2 Dec 2023 09:08:31 +0100 Subject: [PATCH] Checkout sbcl-2.3.11 --- sbcl-nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbcl-nginx.yml b/sbcl-nginx.yml index a2834c6..51c38be 100644 --- a/sbcl-nginx.yml +++ b/sbcl-nginx.yml @@ -453,7 +453,7 @@ write_files: # wget http://prdownloads.sourceforge.net/sbcl/sbcl-2.3.10-source.tar.bz2 # Extract it # tar -xjf sbcl-2.3.10-source.tar.bz2 - git clone --depth 1 --branch sbcl-2.3.10 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl + git clone --depth 1 --branch sbcl-2.3.11 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl # Change into the directory cd sbcl # Compile and install