Update fish url for fish 2.7.1 (#7089)

This commit is contained in:
Mark Meredith 2018-02-04 03:05:44 -05:00 committed by Massimiliano Culpo
parent 970a4b2815
commit 6c21d0bf31

View file

@ -31,10 +31,11 @@ class Fish(AutotoolsPackage):
""" """
homepage = "https://fishshell.com/" homepage = "https://fishshell.com/"
url = "https://fishshell.com/files/2.7.0/fish-2.7.0.tar.gz" url = "https://github.com/fish-shell/fish-shell/releases/download/2.7.1/fish-2.7.1.tar.gz"
list_url = "https://fishshell.com/" list_url = "https://fishshell.com/"
depends_on('ncurses') depends_on('ncurses')
version('2.7.1', 'e42bb19c7586356905a58578190be792df960fa81de35effb1ca5a5a981f0c5a')
version('2.7.0', '3a76b7cae92f9f88863c35c832d2427fb66082f98e92a02203dc900b8fa87bcb') version('2.7.0', '3a76b7cae92f9f88863c35c832d2427fb66082f98e92a02203dc900b8fa87bcb')
version('2.2.0', 'a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a') version('2.2.0', 'a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a')