davix: add v0.7.6 (#21773)
This commit is contained in:
parent
23e22ae623
commit
14897df02b
1 changed files with 3 additions and 4 deletions
|
@ -9,11 +9,10 @@
|
|||
class Davix(CMakePackage):
|
||||
"""High-performance file management over WebDAV/HTTP."""
|
||||
|
||||
homepage = "https://dmc.web.cern.ch/projects/davix"
|
||||
url = "http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/davix/0.6.8/davix-0.6.8.tar.gz"
|
||||
list_url = "http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/davix/"
|
||||
list_depth = 1
|
||||
homepage = "https://davix.web.cern.ch/davix/docs/devel/index.html"
|
||||
url = "https://github.com/cern-fts/davix/releases/download/R_0_7_6/davix-0.7.6.tar.gz"
|
||||
|
||||
version('0.7.6', sha256='a2e7fdff29f7ba247a3bcdb08ab1db6d6ed745de2d3971b46526986caf360673')
|
||||
version('0.7.5', sha256='d920ca976846875d83af4dc50c99280bb3741fcf8351d5733453e70fa5fe6fc8')
|
||||
version('0.7.3', sha256='cd46276e72c6a0da1e2ad30eb66ec509a4c023687767c62a66713fa8c23d328a')
|
||||
version('0.6.9', sha256='fbd97eb5fdf82ca48770d06bf8e2805b35f23255478aa381a9d25a49eb98e348')
|
||||
|
|
Loading…
Reference in a new issue