bind: 9.9.4-P2

Closes Homebrew/homebrew#26173.

Signed-off-by: Brett Koonce <koonce@gmail.com>
master
Anand Buddhdev 2014-01-25 23:33:25 +01:00 committed by Brett Koonce
parent 05fb37da92
commit 6c3fbd7e73
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ require 'formula'
class Bind < Formula class Bind < Formula
homepage 'http://www.isc.org/software/bind/' 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' url 'http://ftp.isc.org/isc/bind9/9.9.4-P2/bind-9.9.4-P2.tar.gz'
version '9.9.4-P1' version '9.9.4-P2'
sha1 '35dd28de21626fd6327230c38d0f164dd2263bed' sha1 '9471a6df92732da1a879115e0416e23b9369544a'
option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version' option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version'