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