summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/fish/package.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/fish/package.py b/var/spack/repos/builtin/packages/fish/package.py
index 922aca5eb8..97b3d151ea 100644
--- a/var/spack/repos/builtin/packages/fish/package.py
+++ b/var/spack/repos/builtin/packages/fish/package.py
@@ -30,10 +30,11 @@ class Fish(AutotoolsPackage):
the rest of the family.
"""
- homepage = "http://fishshell.com/"
- url = "http://fishshell.com/files/2.2.0/fish-2.2.0.tar.gz"
- list_url = "http://fishshell.com/"
+ homepage = "https://fishshell.com/"
+ url = "https://fishshell.com/files/2.7.0/fish-2.7.0.tar.gz"
+ list_url = "https://fishshell.com/"
depends_on('ncurses')
+ version('2.7.0', '3a76b7cae92f9f88863c35c832d2427fb66082f98e92a02203dc900b8fa87bcb')
version('2.2.0', 'a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a')