bind devel 9.10.1-b2
Closes Homebrew/homebrew#31954. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
08cf0d0e41
commit
f21aaf61c7
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue