fish 2.7.0
Closes #20965. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
13d52537d1
commit
76fce9d8e8
1 changed files with 3 additions and 11 deletions
|
@ -1,12 +1,9 @@
|
|||
class Fish < Formula
|
||||
desc "User-friendly command-line shell for UNIX-like operating systems"
|
||||
homepage "https://fishshell.com"
|
||||
|
||||
stable do
|
||||
url "https://github.com/fish-shell/fish-shell/releases/download/2.6.0/fish-2.6.0.tar.gz"
|
||||
mirror "https://fishshell.com/files/2.6.0/fish-2.6.0.tar.gz"
|
||||
sha256 "7ee5bbd671c73e5323778982109241685d58a836e52013e18ee5d9f2e638fdfb"
|
||||
end
|
||||
url "https://github.com/fish-shell/fish-shell/releases/download/2.7.0/fish-2.7.0.tar.gz"
|
||||
mirror "https://fishshell.com/files/2.7.0/fish-2.7.0.tar.gz"
|
||||
sha256 "3a76b7cae92f9f88863c35c832d2427fb66082f98e92a02203dc900b8fa87bcb"
|
||||
|
||||
bottle do
|
||||
sha256 "f763473b4f907d5869565c210a94760753f27f0d2a0d2ae203499a6f0041f86e" => :high_sierra
|
||||
|
@ -15,11 +12,6 @@ class Fish < Formula
|
|||
sha256 "b9ce33c6f9066e4f72a8e2870f1113cf7c89d7975fd77be5a97358398f30221b" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/fish-shell/fish-shell/releases/download/2.7b1/fish-2.7b1.tar.gz"
|
||||
sha256 "326dbea5d0f20eba54fa0b0c5525e58b4a39ebd8c52c14cfffc5f4d6cdf55385"
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/fish-shell/fish-shell.git", :shallow => false
|
||||
|
||||
|
|
Loading…
Reference in a new issue