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 7038ba629..b1feff414 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-4.2.1.tar.gz'
- sha1 '41464bcb5bbbc62858ec6ae6b28a6d115343a040'
+ url 'http://www.gecode.org/download/gecode-4.3.2.tar.gz'
+ sha1 '05c79e185197d85bf38dd074fe7c299d4976f552'
def install
system "./configure", "--prefix=#{prefix}", "--disable-examples"