aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bind.rb
diff options
context:
space:
mode:
authorAnand Buddhdev2014-01-31 18:01:02 +0100
committerBrett Koonce2014-01-31 11:22:25 -0600
commitba1f90426eb41828186a261802f406e0d5ce9a4c (patch)
tree851988da8926fb72912698f2e0bd7ccbd4abfaaf /Library/Formula/bind.rb
parentdf93ae9ed7cd49ba06c6cc1e57e1ead137876f29 (diff)
downloadhomebrew-ba1f90426eb41828186a261802f406e0d5ce9a4c.tar.bz2
bind: 9.9.5
Closes #26313. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/bind.rb')
-rw-r--r--Library/Formula/bind.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb
index 266cc7006..c5d9cc1df 100644
--- a/Library/Formula/bind.rb
+++ b/Library/Formula/bind.rb
@@ -2,9 +2,8 @@ require 'formula'
class Bind < Formula
homepage 'http://www.isc.org/software/bind/'
- 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'
+ url 'http://ftp.isc.org/isc/bind9/9.9.5/bind-9.9.5.tar.gz'
+ sha1 'f3fe8000628ec57f332aec1ad9587b767208a38f'
option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version'