aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gecode.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gecode.rb')
-rw-r--r--Library/Formula/gecode.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gecode.rb b/Library/Formula/gecode.rb
index e5d20d9eb..15c0e5508 100644
--- a/Library/Formula/gecode.rb
+++ b/Library/Formula/gecode.rb
@@ -2,8 +2,8 @@ require 'formula'
class Gecode < Formula
homepage 'http://www.gecode.org/'
- url 'http://www.gecode.org/download/gecode-3.7.3.tar.gz'
- sha1 'f9281a80788cd0c0f0495cd6145fe4bf9ee74117'
+ url 'http://www.gecode.org/download/gecode-4.0.0.tar.gz'
+ sha1 'a1137f89fd527d47d183b3d8e38bc5d52a65b954'
def install
system "./configure", "--prefix=#{prefix}", "--disable-examples"