xrootd: change urls to xrootd.web.cern.ch (#45895)
* xrootd: change urls to xrootd.web.cern.ch * xrootd: change homepage
This commit is contained in:
parent
3ee6a5b96f
commit
ed34dfca96
@ -11,12 +11,12 @@ class Xrootd(CMakePackage):
|
||||
"""The XROOTD project aims at giving high performance, scalable fault
|
||||
tolerant access to data repositories of many kinds."""
|
||||
|
||||
homepage = "https://xrootd.slac.stanford.edu"
|
||||
homepage = "https://xrootd.web.cern.ch"
|
||||
urls = [
|
||||
"https://xrootd.slac.stanford.edu/download/v5.7.0/xrootd-5.7.0.tar.gz",
|
||||
"https://xrootd.web.cern.ch/download/v5.7.0/xrootd-5.7.0.tar.gz",
|
||||
"https://github.com/xrootd/xrootd/releases/download/v5.7.0/xrootd-5.7.0.tar.gz",
|
||||
]
|
||||
list_url = "https://xrootd.slac.stanford.edu/dload.html"
|
||||
list_url = "https://xrootd.web.cern.ch/dload.html"
|
||||
git = "https://github.com/xrootd/xrootd.git"
|
||||
|
||||
maintainers("gartung", "greenc-FNAL", "marcmengel", "vitodb", "wdconinc")
|
||||
|
Loading…
Reference in New Issue
Block a user