diff options
| author | Sean Channel | 2014-09-23 11:08:00 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-09-23 13:49:23 -0500 |
| commit | db0ab00789cdc4dfca79514fa7724292c110308c (patch) | |
| tree | acff9caa832aab7a73a3a41aa5099be44a92bef6 /Library/Formula/bind.rb | |
| parent | b33799e35637add67ab65e94f684479ec923289c (diff) | |
| download | homebrew-db0ab00789cdc4dfca79514fa7724292c110308c.tar.bz2 | |
bind 9.10.1
Closes #32565.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/bind.rb')
| -rw-r--r-- | Library/Formula/bind.rb | 11 |
1 files changed, 2 insertions, 9 deletions
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 |
