diff options
author | Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | 2021-09-13 09:21:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 09:21:35 -0700 |
commit | bafd84e191d66b5812c1e197bf9d207479bc49e7 (patch) | |
tree | 55ed8f09bcc503a275a453a1368fb0498586e7f7 /var/spack/repos/builtin/packages/hydra/package.py | |
parent | 1e08f31e1650995b7fae8abf4c367e8c7cd34259 (diff) | |
download | spack-bafd84e191d66b5812c1e197bf9d207479bc49e7.tar.gz spack-bafd84e191d66b5812c1e197bf9d207479bc49e7.tar.bz2 spack-bafd84e191d66b5812c1e197bf9d207479bc49e7.tar.xz spack-bafd84e191d66b5812c1e197bf9d207479bc49e7.zip |
Switch http to https where latter exists (#25672)
* Switch http to https where latter exists
* Hopefully restore original permissions
* Add URL updates after include the -L curl option
* Manual corrections to select URL format strings
Diffstat (limited to 'var/spack/repos/builtin/packages/hydra/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/hydra/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/hydra/package.py b/var/spack/repos/builtin/packages/hydra/package.py index 70e540aa73..ed951d2c25 100644 --- a/var/spack/repos/builtin/packages/hydra/package.py +++ b/var/spack/repos/builtin/packages/hydra/package.py @@ -13,8 +13,8 @@ class Hydra(AutotoolsPackage): management systems (such as slurm, pbs, sge).""" homepage = "https://www.mpich.org" - url = "http://www.mpich.org/static/downloads/3.2/hydra-3.2.tar.gz" - list_url = "http://www.mpich.org/static/downloads/" + url = "https://www.mpich.org/static/downloads/3.2/hydra-3.2.tar.gz" + list_url = "https://www.mpich.org/static/downloads/" list_depth = 1 version('3.2', sha256='f7a67ec91a773d95cbbd479a80e926d44bee1ff9fc70a8d1df075ea53ea33889') |