diff options
| author | Charlie Sharpsteen | 2011-07-17 14:59:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-07-20 08:06:41 -0700 |
| commit | a0b7a087c164a81b679ea515e36a201aa9a31712 (patch) | |
| tree | a80cb7c1722bca7bc22e3d3974b5c993b8803be4 /Library/Formula | |
| parent | 2e2008fe0be7ab32b8c41b16f4a32a63b038996a (diff) | |
| download | homebrew-a0b7a087c164a81b679ea515e36a201aa9a31712.tar.bz2 | |
libdap 3.11.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libdap.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libdap.rb b/Library/Formula/libdap.rb index 0e2043fd7..17f395736 100644 --- a/Library/Formula/libdap.rb +++ b/Library/Formula/libdap.rb @@ -2,8 +2,8 @@ require 'formula' class Libdap < Formula homepage 'http://www.opendap.org' - url 'http://www.opendap.org/pub/source/libdap-3.11.0.tar.gz' - md5 '793755cc9ba8ff34f63e6185709b8e00' + url 'http://www.opendap.org/pub/source/libdap-3.11.1.tar.gz' + md5 '985b5b4f86394eea45a467c2100e9ec5' depends_on 'pkg-config' => :build |
