bind v9.9.3-P1

Closes Homebrew/homebrew#20275.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Corey Quinn 2013-06-04 16:58:06 -07:00 committed by Adam Vandenberg
parent 1e375bd739
commit 5d0324204f
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@ require 'formula'
class Bind < Formula
homepage 'http://www.isc.org/software/bind/'
url 'ftp://ftp.isc.org/isc/bind9/9.9.3/bind-9.9.3.tar.gz'
sha1 '0d770a68ccdb98db7930951cf380d5c7ed9b5b67'
url 'http://ftp.isc.org/isc/bind9/9.9.3-P1/bind-9.9.3-P1.tar.gz'
sha1 '9e1a9e5e45685befce6b93d4fcfd63e50eaeb2cf'
version '9.9.3-P1'
depends_on "openssl" if MacOS.version == :leopard