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 2e4403c83..8e6e6cbe3 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.7.2.tar.gz'
homepage 'http://www.gecode.org/'
- md5 '8d505801f5730bd1b639fb2213b24919'
+ url 'http://www.gecode.org/download/gecode-3.7.3.tar.gz'
+ md5 '7a5cb9945e0bb48f222992f2106130ac'
def install
system "./configure", "--prefix=#{prefix}", "--disable-examples"