diff options
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 |
