xrootd: add github as secondary url to avoid SSL issues (#45512)

This commit is contained in:
Wouter Deconinck 2024-08-02 03:24:00 -05:00 committed by GitHub
parent 53bc782278
commit 4c60deb992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,10 @@ class Xrootd(CMakePackage):
tolerant access to data repositories of many kinds."""
homepage = "https://xrootd.slac.stanford.edu"
url = "https://xrootd.slac.stanford.edu/download/v5.5.1/xrootd-5.5.1.tar.gz"
urls = [
"https://xrootd.slac.stanford.edu/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"
git = "https://github.com/xrootd/xrootd.git"