From 42567250eda530a8dea8f980fc53d6c3e95bbed9 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 16 Jun 2022 08:48:23 -0400 Subject: [PATCH] starship 1.8.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/starship.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/starship.rb b/Formula/starship.rb index e6d555e8d1ea3d..7e2e71c348bf98 100644 --- a/Formula/starship.rb +++ b/Formula/starship.rb @@ -1,8 +1,8 @@ class Starship < Formula desc "Cross-shell prompt for astronauts" homepage "https://starship.rs" - url "https://github.com/starship/starship/archive/v1.6.3.tar.gz" - sha256 "a6219189eb1e9182eb092213ce4cdd5fba84ae148cb9c4188610a907231a77c7" + url "https://github.com/starship/starship/archive/v1.8.0.tar.gz" + sha256 "398bf5b413ce5dfe4d3c5acceb0025f773478f28016609869821cf385448dcf5" license "ISC" head "https://github.com/starship/starship.git", branch: "master"