diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bind.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb index 7c91e78ee..61952f00f 100644 --- a/Library/Formula/bind.rb +++ b/Library/Formula/bind.rb @@ -2,9 +2,9 @@ require 'formula' class Bind < Formula homepage 'http://www.isc.org/software/bind/' - url 'ftp://ftp.isc.org/isc/bind9/9.9.2-P2/bind-9.9.2-P2.tar.gz' - version '9.9.2-P2' - sha1 '3aadeaf64164a31a1cf22737ff2eea706792b68d' + url 'ftp://ftp.isc.org/isc/bind9/9.9.3/bind-9.9.3.tar.gz' + version '9.9.3' + sha1 '0d770a68ccdb98db7930951cf380d5c7ed9b5b67' depends_on "openssl" if MacOS.version == :leopard |
