davix: hoist stable block
This commit is contained in:
parent
b6ab966776
commit
a6d760b9ea
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue