Update fish url for fish 2.7.1 (#7089)
This commit is contained in:
parent
970a4b2815
commit
6c21d0bf31
1 changed files with 2 additions and 1 deletions
|
@ -31,10 +31,11 @@ class Fish(AutotoolsPackage):
|
|||
"""
|
||||
|
||||
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/"
|
||||
|
||||
depends_on('ncurses')
|
||||
|
||||
version('2.7.1', 'e42bb19c7586356905a58578190be792df960fa81de35effb1ca5a5a981f0c5a')
|
||||
version('2.7.0', '3a76b7cae92f9f88863c35c832d2427fb66082f98e92a02203dc900b8fa87bcb')
|
||||
version('2.2.0', 'a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a')
|
||||
|
|
Loading…
Reference in a new issue