From 6bf7e24361b680064ba34aca60ceb7f13a975ff7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 6 Nov 2013 23:24:18 -0600 Subject: [PATCH] bind 9.9.4-P1 --- Formula/bind.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/bind.rb b/Formula/bind.rb index 82bb64e7fa..1859a23cc5 100644 --- a/Formula/bind.rb +++ b/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'