starship 0.9.1

Closes #43080.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Matan Kushner 2019-08-13 19:43:52 -04:00 committed by Chongyu Zhu
parent 9f3827060c
commit c61b974c2c
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -1,8 +1,8 @@
class Starship < Formula
desc "The cross-shell prompt for astronauts"
homepage "https://github.com/starship/starship"
url "https://github.com/starship/starship/archive/v0.7.0.tar.gz"
sha256 "7f769adae13cc0b0410c0835d78d1286af0192f6fd264de98f980ff31548f4fb"
url "https://github.com/starship/starship/archive/v0.9.1.tar.gz"
sha256 "fad2f87b253b352a97e1252e16e0a76c7785708d7f585798d28493f6eddef557"
head "https://github.com/starship/starship.git"
bottle do
@ -21,6 +21,6 @@ class Starship < Formula
test do
ENV["STARSHIP_CONFIG"] = ""
assert_equal "➜ ", shell_output("#{bin}/starship module char")
assert_equal "➜ ", shell_output("#{bin}/starship module character")
end
end