Modify url settings for fish package

This commit is contained in:
Adam J. Stewart 2016-01-28 11:41:12 -06:00
parent c2bb00ca2f
commit 06f3cc33ba

View File

@ -7,7 +7,8 @@ class Fish(Package):
homepage = "http://fishshell.com/"
url = "http://fishshell.com/files/2.2.0/fish-2.2.0.tar.gz"
list_url = homepage
list_url = "http://fishshell.com/files/"
list_depth = 2
version('2.2.0', 'a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a')