diff options
| author | Martin Hellmich | 2014-12-11 09:08:36 -0800 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-11 20:46:00 +0000 | 
| commit | fbd024976d18380bf37feec1a459e47b78bd49ed (patch) | |
| tree | 4ab4644dcdaed7228dc18ae176748196bdd7b262 | |
| parent | 7440c9a2bd4a20bcd7d487bdcdc18a3cb9b73d17 (diff) | |
| download | homebrew-fbd024976d18380bf37feec1a459e47b78bd49ed.tar.bz2 | |
davix 0.4.0-1
Closes #34894.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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" | 
