diff options
Diffstat (limited to 'Library/Formula/gecode.rb')
| -rw-r--r-- | Library/Formula/gecode.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gecode.rb b/Library/Formula/gecode.rb index 1677da837..dfe99f72c 100644 --- a/Library/Formula/gecode.rb +++ b/Library/Formula/gecode.rb @@ -1,9 +1,9 @@ require 'formula' class Gecode < Formula - url 'http://www.gecode.org/download/gecode-3.5.0.tar.gz' + url 'http://www.gecode.org/download/gecode-3.7.0.tar.gz' homepage 'http://www.gecode.org/' - md5 'bb920bb708b6ef9c4e9f5fa47681a659' + md5 '17401d48da79dc4423191c1c0adfd7d0' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
