diff options
| author | Brett Koonce | 2014-03-16 18:11:42 -0500 |
|---|---|---|
| committer | Brett Koonce | 2014-03-16 20:29:16 -0500 |
| commit | e5cc2270a9cce3ec90f1228ea37f3f3b2f7929b7 (patch) | |
| tree | b12048c5a71cfee58eac6c9e5a8e90ecee9fa77d | |
| parent | 79a751e12cfbdaf1f91927418fb4900189f76f82 (diff) | |
| download | homebrew-e5cc2270a9cce3ec90f1228ea37f3f3b2f7929b7.tar.bz2 | |
ACE 6.2.5
| -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 6ac7a5038..bf724fdbb 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.2.4.tar.bz2' - sha1 '8dba7ced5d337c1073c0fc28d53e3869a9bd0048' + url 'http://download.dre.vanderbilt.edu/previous_versions/ACE-6.2.5.tar.bz2' + sha1 '54a38cbfa363c1a4d3a702c779e4dc9c15e8c4cd' def install # ACE has two methods of compilation, "traditional" and ./configure. |
