diff options
| author | Brett Koonce | 2012-10-04 15:05:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-10-04 20:34:42 -0500 |
| commit | 8c402d4b6539b814a765b934e5d0e88c30f90b03 (patch) | |
| tree | 60e840d7e25639c08c9c1b139c7bbaa0ada64d5f /Library/Formula/monetdb.rb | |
| parent | ce518ded6202a9c4f46862429d55e5da5105c289 (diff) | |
| download | homebrew-8c402d4b6539b814a765b934e5d0e88c30f90b03.tar.bz2 | |
monetdb 11.11.11
Closes #15305.
Signed-off-by: Jack Nagel <jacknagel@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 863505016..634f65fcf 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/MonetDB-11.11.5.tar.bz2' - sha1 'f0961abd7f6c467deb4cc540dbfe304f50944ba3' + url 'http://dev.monetdb.org/downloads/sources/Jul2012-SP2/MonetDB-11.11.11.tar.bz2' + sha1 'ee053afcfcb2551856f78076eabfb250535d397f' head 'http://dev.monetdb.org/hg/MonetDB', :using => :hg |
