From db0ab00789cdc4dfca79514fa7724292c110308c Mon Sep 17 00:00:00 2001 From: Sean Channel Date: Tue, 23 Sep 2014 11:08:00 -0700 Subject: bind 9.10.1 Closes #32565. Signed-off-by: Jack Nagel --- Library/Formula/bind.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb index 68949f52c..02c506876 100644 --- a/Library/Formula/bind.rb +++ b/Library/Formula/bind.rb @@ -2,10 +2,8 @@ require "formula" class Bind < Formula homepage "http://www.isc.org/software/bind/" - url "http://ftp.isc.org/isc/bind9/9.10.0-P2/bind-9.10.0-P2.tar.gz" - sha1 "c57b5825e36933119e9fd6f43e3f52262e7ff4ed" - version "9.10.0-P2" - revision 1 + url "http://ftp.isc.org/isc/bind9/9.10.1/bind-9.10.1.tar.gz" + sha1 "96aa28c6112c6a8c33a19efeac98c715f03b35ca" bottle do revision 3 @@ -16,11 +14,6 @@ class Bind < Formula head "https://source.isc.org/git/bind9.git" - devel do - url "https://source.isc.org/git/bind9.git", :tag => "v9_10_1b2" - version "9.10.1-b2" - end - depends_on "openssl" def install -- cgit v1.2.3