diff options
| author | Mike McQuaid | 2013-08-17 19:16:42 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-08-17 19:16:42 +0100 |
| commit | a5d2c59f4263c4c0b07217f0b2db39117bc0c303 (patch) | |
| tree | f4611d5b65cab2827f7e6600854bfe11341da2c2 /Library/Formula | |
| parent | cfced20bd0d6a74c81ce857b6a93803ba2cbd8a6 (diff) | |
| download | homebrew-a5d2c59f4263c4c0b07217f0b2db39117bc0c303.tar.bz2 | |
sbcl 1.1.10
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sbcl.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb index bb5dcd396..4328f05ce 100644 --- a/Library/Formula/sbcl.rb +++ b/Library/Formula/sbcl.rb @@ -8,17 +8,11 @@ end class Sbcl < Formula homepage 'http://www.sbcl.org/' - url 'http://downloads.sourceforge.net/project/sbcl/sbcl/1.1.9/sbcl-1.1.9-source.tar.bz2' - sha1 'a2a2e165429940ecd5cf1c3bc3068898c4b864ea' + url 'http://downloads.sourceforge.net/project/sbcl/sbcl/1.1.10/sbcl-1.1.10-source.tar.bz2' + sha1 '3a7706423ad25c0728f370f1373ad009fd96b1cf' head 'git://sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git' - bottle do - sha1 '7e35a9310709d31b97bc58d9f044d95ef35efa21' => :mountain_lion - sha1 '86d524f4d2ba3ee9a642463c065f1db594913ee7' => :lion - sha1 '76a5b9f8b10b998f8294ece1d6181616489ff703' => :snow_leopard - end - fails_with :llvm do build 2334 cause "Compilation fails with LLVM." |
