aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAnand Buddhdev2014-01-25 23:33:25 +0100
committerBrett Koonce2014-01-25 20:04:52 -0600
commit8f4d96fd66c430afbd06902025220fbf71125077 (patch)
treea9df03fc0fa291b85a133ff5c81309078bbaa821 /Library/Formula
parentd0e4c3073a3079f148f59a850a765cb56c15d8ff (diff)
downloadhomebrew-8f4d96fd66c430afbd06902025220fbf71125077.tar.bz2
bind: 9.9.4-P2
Closes #26173. Signed-off-by: Brett Koonce <koonce@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 6c9e1e214..266cc7006 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 'http://ftp.isc.org/isc/bind9/9.9.4-P1/bind-9.9.4-P1.tar.gz'
- version '9.9.4-P1'
- sha1 '35dd28de21626fd6327230c38d0f164dd2263bed'
+ url 'http://ftp.isc.org/isc/bind9/9.9.4-P2/bind-9.9.4-P2.tar.gz'
+ version '9.9.4-P2'
+ sha1 '9471a6df92732da1a879115e0416e23b9369544a'
option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version'