diff options
| author | Brett Koonce | 2012-10-28 20:37:34 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-28 23:06:51 -0700 | 
| commit | 4f3da6c77d934db6ad41d70a1bd5c71ee2d579a9 (patch) | |
| tree | 1a341ed119af1dad45feb060faafcf7d00058d8e /Library/Formula | |
| parent | 9e7a3e63a911a4a8464c545ee5fe94c981e01394 (diff) | |
| download | homebrew-4f3da6c77d934db6ad41d70a1bd5c71ee2d579a9.tar.bz2 | |
MonetDB 11.13.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 634f65fcf..48821dd43 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/Jul2012-SP2/MonetDB-11.11.11.tar.bz2' -  sha1 'ee053afcfcb2551856f78076eabfb250535d397f' +  url 'http://dev.monetdb.org/downloads/sources/Oct2012/MonetDB-11.13.3.tar.bz2' +  sha1 'b414d85f49463b0d46da1275bc91f166c302d50d'    head 'http://dev.monetdb.org/hg/MonetDB', :using => :hg  | 
