aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Hellmich2014-10-22 10:20:16 -0700
committerJack Nagel2014-10-22 14:18:49 -0500
commit5fbc63d62036ee2f1dc2f0d953bea13832144f1d (patch)
treec4bfc185996e27b4cefdf71026528e2238fe054c
parent516833b7def86ec0cbdaf2f3d40f26e1686fcc99 (diff)
downloadhomebrew-5fbc63d62036ee2f1dc2f0d953bea13832144f1d.tar.bz2
davix 0.3.6-2
Closes #33478. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/davix.rb5
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