aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCorey Quinn2013-05-26 17:34:28 -0700
committerJack Nagel2013-05-26 20:39:02 -0500
commita6387d72d4226ac77c1db353409909e71109d679 (patch)
tree2d1f68facc4f50f7c5a1ba6123d0990e606011b8 /Library/Formula
parent0647f499b9eac1991c9ca6b1affd04708dc6c991 (diff)
downloadhomebrew-a6387d72d4226ac77c1db353409909e71109d679.tar.bz2
bind 9.9.2-p2
Closes #20096. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 7bf478247..7c91e78ee 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-P1/bind-9.9.2-P1.tar.gz'
- version '9.9.2-P1'
- sha1 '9d56db2a86dde8167f7adfb200beee0f51d771a5'
+ 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'
depends_on "openssl" if MacOS.version == :leopard