diff options
| author | nibbles 2bits | 2012-06-09 03:47:36 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-06-09 07:33:47 -0700 | 
| commit | b97b06bf1719ced49909867bd3488fc7565ff8c2 (patch) | |
| tree | a75e1de4d2e6b14731ea15c7a4a3e653682a9a7d /Library/Formula/ace.rb | |
| parent | 469059de7a4f687308a8a245a8e067beade7efe2 (diff) | |
| download | homebrew-b97b06bf1719ced49909867bd3488fc7565ff8c2.tar.bz2 | |
ace 6.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ace.rb')
| -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 d4c2f32f7..2ef5f685c 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.1.tar.bz2' -  md5 'f3ddd96823ebada5a52a9e23f26560bb' +  url 'http://download.dre.vanderbilt.edu/previous_versions/ACE-6.1.2.tar.bz2' +  sha1 'd2f22607cbb1246abd2f4b77647f37442d117a7e'    def install      # ACE has two methods of compilation, "traditional" and ./configure.  | 
