diff options
| -rw-r--r-- | Library/Formula/davix.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/davix.rb b/Library/Formula/davix.rb index 5d2f66b7b..edd1f24bc 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_6-2" -  version "0.3.6-2" +  url "https://git.cern.ch/pub/davix.git", :tag => "R_0_4_0-1" +  version "0.4.0-1"    head "https://git.cern.ch/pub/davix.git" | 
