diff options
| author | Brett Koonce | 2013-03-30 11:19:13 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-30 14:15:00 -0500 |
| commit | 73800582294f3afa453dfd6546193a1fba78afd1 (patch) | |
| tree | 88e03f106e310df2fb2d387bc71f2be2b4f89cd6 | |
| parent | 9e3ef197fe78792fa13b5dc1820118e8e129d277 (diff) | |
| download | homebrew-73800582294f3afa453dfd6546193a1fba78afd1.tar.bz2 | |
ACE 6.1.8
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/ace.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ace.rb b/Library/Formula/ace.rb index 89ea11178..6f46197db 100644 --- a/Library/Formula/ace.rb +++ b/Library/Formula/ace.rb @@ -2,8 +2,8 @@ require 'formula' class Ace < Formula homepage 'http://www.cse.wustl.edu/~schmidt/ACE.html' - url 'http://download.dre.vanderbilt.edu/previous_versions/ACE-6.1.7.tar.bz2' - sha1 '9336ada48e102062c15273c3945bd0e9b1a588fe' + url 'http://download.dre.vanderbilt.edu/previous_versions/ACE-6.1.8.tar.bz2' + sha1 'b0c83df1b5a1a2114ff47b79a2ba8088b242a29e' def install # ACE has two methods of compilation, "traditional" and ./configure. |
