diff --git a/sbcl-nginx.yml b/sbcl-nginx.yml index c9d1294..1b3ad4b 100644 --- a/sbcl-nginx.yml +++ b/sbcl-nginx.yml @@ -531,7 +531,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.11 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl + git clone --depth 1 --branch sbcl-2.4.0 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl # Change into the directory cd sbcl # Compile and install