diff options
| author | Brett Hoerner | 2011-06-07 15:09:19 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-07 13:20:19 -0700 |
| commit | 455f43a29ef558efd00ee521c389f78220dc18f4 (patch) | |
| tree | 03406d20cbed60ee3660698cf52c2f83c549c00c /Library/Formula | |
| parent | c240eab0ee2302441770a1f4192b59603ef89092 (diff) | |
| download | homebrew-455f43a29ef558efd00ee521c389f78220dc18f4.tar.bz2 | |
SBCL 1.0.49 & point HEAD to new official git repo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sbcl.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb index 31b1d7c82..e097cf89a 100644 --- a/Library/Formula/sbcl.rb +++ b/Library/Formula/sbcl.rb @@ -8,9 +8,9 @@ end class Sbcl < Formula homepage 'http://www.sbcl.org/' - url 'http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.48/sbcl-1.0.48-source.tar.bz2' - md5 'f60f27bcc04d1c9241562aafe4ee5d4a' - head 'git://sbcl.boinkor.net/sbcl.git' + url 'http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.49/sbcl-1.0.49-source.tar.bz2' + md5 '8d15c6af6388fcd9efbd13f301b7ba33' + head 'git://sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git' fails_with_llvm "Compilation fails with LLVM." |
