diff --git a/cloudinit.yml b/cloudinit.yml index 5c5c064..2206be1 100644 --- a/cloudinit.yml +++ b/cloudinit.yml @@ -494,7 +494,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 --branch sbcl-2.4.2 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl + git clone --branch sbcl-2.4.7 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl # Change into the directory cd sbcl # Compile and install