aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-02-23 08:29:17 +0000
committerMike McQuaid2013-02-23 08:42:45 +0000
commit94edc66bf836b753ad5711fd1eedd7e808bdb6ee (patch)
treef89a6bb1f0b2b5f6214012ef9c02bebb51524a75 /Library/Formula
parent9e49a9a8ba19c63aec9142352e5b786c26a5c5fc (diff)
downloadhomebrew-94edc66bf836b753ad5711fd1eedd7e808bdb6ee.tar.bz2
sbcl 1.1.4
Closes #18032.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sbcl.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb
index 52356ed0d..6968b83b0 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.3/sbcl-1.1.3-source.tar.bz2'
- sha1 '9c3027899a4d40f95549768f51f2aa010e84c009'
+ url 'http://downloads.sourceforge.net/project/sbcl/sbcl/1.1.4/sbcl-1.1.4-source.tar.bz2'
+ sha1 '57c1055821e4ad1c9c1b2b75fa972c5ae7ca86d0'
head 'git://sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git'
- bottle do
- sha1 '1387c2961aba507cf285c74276fa5aa38fd6476f' => :mountainlion
- sha1 'b5f26fbd0e88997429fbe1cad42143bcb19f0d4b' => :lion
- sha1 'd5a1b5303a386871512ff4acdcf3447d460ddd8f' => :snowleopard
- end
-
fails_with :llvm do
build 2334
cause "Compilation fails with LLVM."