diff options
| author | Ahmed Kamal | 2015-03-07 17:08:51 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-07 22:34:13 +0000 | 
| commit | 017bb7a472f36eb20de24b13638c3fe29cdd41e8 (patch) | |
| tree | bab51cd235fbc07b3528bc7c3afc24593803ecb9 /Library/Formula/gecode.rb | |
| parent | 4c7debfd449d338b9389af7905e1e6779c8f5ef8 (diff) | |
| download | homebrew-017bb7a472f36eb20de24b13638c3fe29cdd41e8.tar.bz2 | |
gecode 4.3.3
Closes #37486.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 ccccca1a4..d98ccdaa6 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.3.2.tar.gz' -  sha1 '05c79e185197d85bf38dd074fe7c299d4976f552' +  url 'http://www.gecode.org/download/gecode-4.3.3.tar.gz' +  sha1 '392f079979a582e040ff1d58736f23e985ca53ff'    bottle do      cellar :any  | 
