diff options
| -rw-r--r-- | Library/Formula/davix.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/davix.rb b/Library/Formula/davix.rb index 53247825b..73c11616b 100644 --- a/Library/Formula/davix.rb +++ b/Library/Formula/davix.rb @@ -2,8 +2,8 @@ require "formula" class Davix < Formula homepage "http://dmc.web.cern.ch/projects/davix/home" - url "https://git.cern.ch/pub/davix.git", :tag => "R_0_3_4" - version "0.3.4" + url "https://git.cern.ch/pub/davix.git", :tag => "R_0_3_6-2" + version "0.3.6-2" head "https://git.cern.ch/pub/davix.git" @@ -16,6 +16,7 @@ class Davix < Formula depends_on "cmake" => :build depends_on "doxygen" => :build + depends_on "openssl" def install ENV.libcxx |
