diff options
| author | Sean Channel | 2014-08-28 14:47:34 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-08-28 17:51:36 -0500 |
| commit | 0dcf82e5855b15bbc926413f06f80ae835af0e2e (patch) | |
| tree | 96e0a20a0a64ab9f87608b02b57383c34dd3fa0a /Library | |
| parent | 6ebe4f2c38ac6814d381015ba65b5695f9f1fe6a (diff) | |
| download | homebrew-0dcf82e5855b15bbc926413f06f80ae835af0e2e.tar.bz2 | |
bind devel 9.10.1-b2
Closes #31954.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bind.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb index bbfe7f268..68949f52c 100644 --- a/Library/Formula/bind.rb +++ b/Library/Formula/bind.rb @@ -16,6 +16,11 @@ 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 |
