diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-02-01 02:39:54 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-02-01 02:39:54 -0700 |
commit | 140510fedf3711c22b7152e66e22a4a58e6e0bf9 (patch) | |
tree | 9d62f9db73eb6dd031459644a90a2ed69f3e372d | |
parent | b8facc0ea9c26eb517ee56dff49f920243cab751 (diff) | |
parent | 06f3cc33baeb1c8a8e99b0e0e602f398b4d221bd (diff) | |
download | spack-140510fedf3711c22b7152e66e22a4a58e6e0bf9.tar.gz spack-140510fedf3711c22b7152e66e22a4a58e6e0bf9.tar.bz2 spack-140510fedf3711c22b7152e66e22a4a58e6e0bf9.tar.xz spack-140510fedf3711c22b7152e66e22a4a58e6e0bf9.zip |
Merge pull request #408 from adamjstewart/features/fish
Modify url settings for fish package
-rw-r--r-- | var/spack/repos/builtin/packages/fish/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/fish/package.py b/var/spack/repos/builtin/packages/fish/package.py index 1225558705..b5a4a2d209 100644 --- a/var/spack/repos/builtin/packages/fish/package.py +++ b/var/spack/repos/builtin/packages/fish/package.py @@ -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') |