fish 2.5.0
Closes #9586. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
d66cdf1127
commit
10382b97df
1 changed files with 3 additions and 8 deletions
|
@ -3,9 +3,9 @@ class Fish < Formula
|
|||
homepage "https://fishshell.com"
|
||||
|
||||
stable do
|
||||
url "https://fishshell.com/files/2.4.0/fish-2.4.0.tar.gz"
|
||||
mirror "https://github.com/fish-shell/fish-shell/releases/download/2.4.0/fish-2.4.0.tar.gz"
|
||||
sha256 "06bbb2323360439c4044da762d114ec1aa1aba265cec71c0543e6a0095c9efc5"
|
||||
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"
|
||||
sha256 "f8c0edadca2de379ccf305aeace660a9255fa2180c72e85e97705a24c256b2a5"
|
||||
end
|
||||
|
||||
bottle do
|
||||
|
@ -14,11 +14,6 @@ class Fish < Formula
|
|||
sha256 "36f144331928e5a9dcd612b303457ae6b4ae2d6afb17b873b709c1f80369d359" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/fish-shell/fish-shell/releases/download/2.5b1/fish-2.5b1.tar.gz"
|
||||
sha256 "cecfaac793d1228fda38bc8ddc549015cd9455d6f01cf888f26311d15c794d3a"
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/fish-shell/fish-shell.git", :shallow => false
|
||||
|
||||
|
|
Loading…
Reference in a new issue