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:
parent
ebc3afa17b
commit
7b086688d7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue