aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-07-23 21:03:09 -0500
committerJack Nagel2014-07-23 21:03:09 -0500
commit5b2cf6d2c90e435b8efdb4382edc20b6edb8071e (patch)
tree69414343a1f3dda9c4c307581368c1a9188d6274
parentf28086cc8604657e85ba7b499dd222ec9fd3838f (diff)
downloadhomebrew-5b2cf6d2c90e435b8efdb4382edc20b6edb8071e.tar.bz2
davix: hoist stable block
-rw-r--r--Library/Formula/davix.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/davix.rb b/Library/Formula/davix.rb
index 7ad230d94..53247825b 100644
--- a/Library/Formula/davix.rb
+++ b/Library/Formula/davix.rb
@@ -2,6 +2,9 @@ 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"
+
head "https://git.cern.ch/pub/davix.git"
bottle do
@@ -11,11 +14,6 @@ class Davix < Formula
sha1 "3b374d8e9dd79c8dbe59d94d8226ef93778e5325" => :lion
end
- stable do
- url "https://git.cern.ch/pub/davix.git", :tag => "R_0_3_4"
- version "0.3.4"
- end
-
depends_on "cmake" => :build
depends_on "doxygen" => :build