aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Barnett2011-11-08 19:56:24 -0700
committerCharlie Sharpsteen2011-11-09 10:53:04 -0800
commitd074829d7a53f0681c3d40e06f9e1fd7e7468dfa (patch)
treedebaf51297030e4ac93ba51e1a47f9a9f75b96cf
parent623a3517366a53ac0ff4997f54975b334d01f6df (diff)
downloadhomebrew-d074829d7a53f0681c3d40e06f9e1fd7e7468dfa.tar.bz2
SBCL: Update to 1.0.53
Closes #8517. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
-rw-r--r--Library/Formula/sbcl.rb4
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