Skip to content

Commit

Permalink
Merge pull request #427 from greenc-FNAL/packages-fnal-develop/xrootd…
Browse files Browse the repository at this point in the history
…-mirror

xrootd: add mirror to avoid SSL issues
  • Loading branch information
gartung authored Aug 20, 2024
2 parents b280436 + 937da90 commit 2c3b145
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion var/spack/repos/builtin/packages/xrootd/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2c3b145

Please sign in to comment.