diff options
Diffstat (limited to 'Library')
| -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 9d792dd03..8c78dd653 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.6.tar.bz2" - sha1 "245cf37f60a92bf912ae2a008d73587a8d19462e" + url "http://download.dre.vanderbilt.edu/previous_versions/ACE-6.2.7.tar.bz2" + sha1 "b2be560c84d87f3bb8577caf581e519d0c76ceae" def install # ACE has two methods of compilation, "traditional" and ./configure. |
