diff options
| author | Hannes Mühleisen | 2013-07-11 15:59:30 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-11 07:23:17 -0700 |
| commit | 85e70e9bd9a67c13dd80e998b364fe28ebbce8a4 (patch) | |
| tree | 5cc582b2e65215321aa92aff8d74bdc0e9434155 /Library/Formula/monetdb.rb | |
| parent | b168bbcb05450aa3207926e5ad6ca2e542eda15b (diff) | |
| download | homebrew-85e70e9bd9a67c13dd80e998b364fe28ebbce8a4.tar.bz2 | |
MonetDB 11.15.11
Closes #21142.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/monetdb.rb')
| -rw-r--r-- | Library/Formula/monetdb.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/monetdb.rb b/Library/Formula/monetdb.rb index 4a4e2690c..809952de2 100644 --- a/Library/Formula/monetdb.rb +++ b/Library/Formula/monetdb.rb @@ -2,8 +2,8 @@ require 'formula' class Monetdb < Formula homepage 'http://www.monetdb.org/' - url 'http://dev.monetdb.org/downloads/sources/Feb2013-SP2/MonetDB-11.15.7.zip' - sha1 '02a34ffef81f0360cf4c99e06e5e7842a81e3976' + url 'http://dev.monetdb.org/downloads/sources/Feb2013-SP3/MonetDB-11.15.11.zip' + sha1 '12f5a2e65a5a4fa8c67303af5e0b4ea1fe12672b' head 'http://dev.monetdb.org/hg/MonetDB', :using => :hg |
