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:
Wouter Deconinck
2024-08-22 21:02:14 -05:00
committed by GitHub
parent 3ee6a5b96f
commit ed34dfca96

View File

@@ -11,12 +11,12 @@ class Xrootd(CMakePackage):
"""The XROOTD project aims at giving high performance, scalable fault """The XROOTD project aims at giving high performance, scalable fault
tolerant access to data repositories of many kinds.""" tolerant access to data repositories of many kinds."""
homepage = "https://xrootd.slac.stanford.edu" homepage = "https://xrootd.web.cern.ch"
urls = [ 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", "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" git = "https://github.com/xrootd/xrootd.git"
maintainers("gartung", "greenc-FNAL", "marcmengel", "vitodb", "wdconinc") maintainers("gartung", "greenc-FNAL", "marcmengel", "vitodb", "wdconinc")