davix: add v0.8.0, v0.8.1 (#29991)
This commit is contained in:
parent
70f6496f08
commit
b1b9ed298d
1 changed files with 3 additions and 1 deletions
|
@ -10,8 +10,10 @@ class Davix(CMakePackage):
|
|||
"""High-performance file management over WebDAV/HTTP."""
|
||||
|
||||
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"
|
||||
url = "https://github.com/cern-fts/davix/releases/download/R_0_8_1/davix-0.8.1.tar.gz"
|
||||
|
||||
version('0.8.1', sha256='3f42f4eadaf560ab80984535ffa096d3e88287d631960b2193e84cf29a5fe3a6')
|
||||
version('0.8.0', sha256='2f108da0408a83fb5b9f0c68150d360ba733e4b3a0fe298d45b0d32d28ab7124')
|
||||
version('0.7.6', sha256='a2e7fdff29f7ba247a3bcdb08ab1db6d6ed745de2d3971b46526986caf360673')
|
||||
version('0.7.5', sha256='d920ca976846875d83af4dc50c99280bb3741fcf8351d5733453e70fa5fe6fc8')
|
||||
version('0.7.3', sha256='cd46276e72c6a0da1e2ad30eb66ec509a4c023687767c62a66713fa8c23d328a')
|
||||
|
|
Loading…
Reference in a new issue