diff options
Diffstat (limited to 'Library/Formula/davix.rb')
| -rw-r--r-- | Library/Formula/davix.rb | 8 |
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 |
