aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bind.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb
index 3a2f89916..7bf478247 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.1-P2/bind-9.9.1-P2.tar.gz'
- version '9.9.1-p2'
- sha1 '449b12c32682b5bef64c7b53cd0fc0c6b731c8a7'
+ url 'ftp://ftp.isc.org/isc/bind9/9.9.2-P1/bind-9.9.2-P1.tar.gz'
+ version '9.9.2-P1'
+ sha1 '9d56db2a86dde8167f7adfb200beee0f51d771a5'
depends_on "openssl" if MacOS.version == :leopard