Fix list_url for fish shell (#2022)
This commit is contained in:
parent
4be224238e
commit
fbe9142b7e
@ -32,8 +32,7 @@ class Fish(Package):
|
|||||||
|
|
||||||
homepage = "http://fishshell.com/"
|
homepage = "http://fishshell.com/"
|
||||||
url = "http://fishshell.com/files/2.2.0/fish-2.2.0.tar.gz"
|
url = "http://fishshell.com/files/2.2.0/fish-2.2.0.tar.gz"
|
||||||
list_url = "http://fishshell.com/files/"
|
list_url = "http://fishshell.com/"
|
||||||
list_depth = 2
|
|
||||||
|
|
||||||
version('2.2.0', 'a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a')
|
version('2.2.0', 'a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user