fish: switch mirror to url as upstream messed up packaging

Closes #9600.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Tomasz Pajor 2017-02-03 15:07:14 +01:00
parent ebc3afa17b
commit 7b086688d7

View file

@ -3,8 +3,8 @@ class Fish < Formula
homepage "https://fishshell.com"
stable do
url "https://fishshell.com/files/2.5.0/fish-2.5.0.tar.gz"
mirror "https://github.com/fish-shell/fish-shell/releases/download/2.5.0/fish-2.5.0.tar.gz"
url "https://github.com/fish-shell/fish-shell/releases/download/2.5.0/fish-2.5.0.tar.gz"
mirror "https://fishshell.com/files/2.5.0/fish-2.5.0.tar.gz"
sha256 "f8c0edadca2de379ccf305aeace660a9255fa2180c72e85e97705a24c256b2a5"
end