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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gecode.rb b/Library/Formula/gecode.rb
index 8e6e6cbe3..e5d20d9eb 100644
--- a/Library/Formula/gecode.rb
+++ b/Library/Formula/gecode.rb
@@ -3,7 +3,7 @@ require 'formula'
class Gecode < Formula
homepage 'http://www.gecode.org/'
url 'http://www.gecode.org/download/gecode-3.7.3.tar.gz'
- md5 '7a5cb9945e0bb48f222992f2106130ac'
+ sha1 'f9281a80788cd0c0f0495cd6145fe4bf9ee74117'
def install
system "./configure", "--prefix=#{prefix}", "--disable-examples"