From a6a1b734e0d06d26083fb261a9e83961e17de121 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 5 Nov 2023 20:15:06 +0100 Subject: [PATCH] Checkout sbcl version 2.3.10 --- sbcl-nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbcl-nginx.yml b/sbcl-nginx.yml index c1ac0ae..7ea5c5b 100644 --- a/sbcl-nginx.yml +++ b/sbcl-nginx.yml @@ -314,7 +314,7 @@ write_files: #!/bin/bash # Clone the SBCL repository for a specific branch and depth. # Version is equal to the sbcl version available in ubuntu apt-get repo. - git clone --depth 1 --branch sbcl-2.1.11 git://git.code.sf.net/p/sbcl/sbcl /home/cl/sbcl + git clone --depth 1 --branch sbcl-2.3.10 git://git.code.sf.net/p/sbcl/sbcl /home/cl/sbcl # Clone the SLIME repository for a specific branch and depth git clone --depth 1 --branch v2.28 https://github.com/slime/slime.git /home/cl/slime