diff options
| -rw-r--r-- | Library/Formula/sbcl.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb index 2f37bfcb8..d300ba916 100644 --- a/Library/Formula/sbcl.rb +++ b/Library/Formula/sbcl.rb @@ -8,8 +8,8 @@ end class Sbcl < Formula homepage 'http://www.sbcl.org/' - url 'http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.52/sbcl-1.0.52-source.tar.bz2' - md5 'e9e186637155184ec662b5a37634b457' + url 'http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.53/sbcl-1.0.53-source.tar.bz2' + md5 '28bdb8d65b240bcc45370f19b781f9b8' head 'git://sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git' fails_with_llvm "Compilation fails with LLVM.", :build => 2334 |
