Update fish to 2.7.0 (#6608)

This commit is contained in:
nshtg 2017-12-08 10:15:40 +01:00 committed by Massimiliano Culpo
parent 91eca9143e
commit 636ed371d8

View file

@ -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')