aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-06 23:24:18 -0600
committerJack Nagel2013-11-06 23:24:18 -0600
commit4546939301f730c2689676cab7e7bca90ee447c0 (patch)
tree2e11c19c239c200c401453d45a7268f9d9f8ce48 /Library/Formula
parent273dabdd372431bda67a3c4be2a0722c0ace3c67 (diff)
downloadhomebrew-4546939301f730c2689676cab7e7bca90ee447c0.tar.bz2
bind 9.9.4-P1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bind.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb
index 82bb64e7f..1859a23cc 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 'http://ftp.isc.org/isc/bind9/9.9.4/bind-9.9.4.tar.gz'
- sha1 'd7be390e6c2546f37a7280e1975e1cd134565f62'
+ 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'
option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version'