davix: hoist stable block

This commit is contained in:
Jack Nagel 2014-07-23 21:03:09 -05:00
parent b6ab966776
commit a6d760b9ea

View file

@ -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