summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/readline/package.py
diff options
context:
space:
mode:
authorTamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>2021-09-13 09:21:35 -0700
committerGitHub <noreply@github.com>2021-09-13 09:21:35 -0700
commitbafd84e191d66b5812c1e197bf9d207479bc49e7 (patch)
tree55ed8f09bcc503a275a453a1368fb0498586e7f7 /var/spack/repos/builtin/packages/readline/package.py
parent1e08f31e1650995b7fae8abf4c367e8c7cd34259 (diff)
downloadspack-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/readline/package.py')
-rw-r--r--var/spack/repos/builtin/packages/readline/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/readline/package.py b/var/spack/repos/builtin/packages/readline/package.py
index c092b26b8d..ed0800c3ae 100644
--- a/var/spack/repos/builtin/packages/readline/package.py
+++ b/var/spack/repos/builtin/packages/readline/package.py
@@ -24,7 +24,7 @@ class Readline(AutotoolsPackage, GNUMirrorPackage):
version('6.3', sha256='56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43')
depends_on('ncurses')
- # from url=http://www.linuxfromscratch.org/patches/downloads/readline/readline-6.3-upstream_fixes-1.patch
+ # from url=https://www.linuxfromscratch.org/patches/downloads/readline/readline-6.3-upstream_fixes-1.patch
# this fixes a bug that could lead to seg faults in ipython
patch('readline-6.3-upstream_fixes-1.patch', when='@6.3')