Skip to content

Commit

Permalink
Merge pull request #191081 from denysdovhan/update-spaceship.rb-17266…
Browse files Browse the repository at this point in the history
…61295

spaceship 4.16.1
  • Loading branch information
BrewTestBot authored Sep 18, 2024
2 parents d0449c6 + 898c042 commit 37d312a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/s/spaceship.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@ class Spaceship < Formula
# site cert issue, https://github.com/spaceship-prompt/spaceship-prompt/issues/1431
# homepage "https://spaceship-prompt.sh"
homepage "https://github.com/spaceship-prompt/spaceship-prompt"
url "https://github.com/spaceship-prompt/spaceship-prompt/archive/refs/tags/v4.16.0.tar.gz"
sha256 "267d31609d4a34ac61bbe8655af7c8de74a51bd77d651114666866479621425f"
url "https://github.com/spaceship-prompt/spaceship-prompt/archive/refs/tags/v4.16.1.tar.gz"
sha256 "15e6834ad464f57ef475fd880454b0d008c2beea9af0ad644df89962b595d792"
license "MIT"
head "https://github.com/spaceship-prompt/spaceship-prompt.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "befc198f0fd6d2ce56681336599ad0bdc6638a45cf5a103294a3c4bf684b08ff"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5fdeae08d82ab3dbd4aa6933f2ce1a9b2c69f676512caa3f76af787b9df11c8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c73d0d9df9d9c9796736aa258d65a2829acd3399689d4605d5172e75491a824a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7e673a0592a474734d1e6b6538e27e867d8b2e19bfb6313b6442bc75486ddb94"
sha256 cellar: :any_skip_relocation, sonoma: "c2c809b5e80bb545427997f4ec1d1556af98bc79f34ce6bc32eb8f90901739e3"
sha256 cellar: :any_skip_relocation, ventura: "5b3b7302e26dd2b7a410df486108c9aa6dd51c1e97438cc3415ebb30a4cfa3a0"
sha256 cellar: :any_skip_relocation, monterey: "b025e21ffdc41930410f2b1aa5b70da0860c2b07d3fed77abeee3228af5c787c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a1993ef465acb6d09c12b256fae568c02d3b845837530da893161f297df398a3"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a69e858a3de1d8635970c03a48f20578d765ff17813c98bcac6de8caa7632aac"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3720bd2d85501bc182ee6de0aafb7d3ea64cecc8b10f05174452393b7448f229"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4302cc00eaf7cae05cc2fc0d6a2d79e4ff131322e7b34716488830f001382b4"
sha256 cellar: :any_skip_relocation, sonoma: "839c90899696703d56e3c85c8f57ebecfaa0972d55346e69f793a439d016bd2d"
sha256 cellar: :any_skip_relocation, ventura: "cf4bace6d2ae2e68716acdb7c599dca624f49f7f9f7282239dbbb03447aaac3c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3a431aa02bc2ff2360a69bb5866c399b670b778bdfd553f629c5548a89bf062"
end

depends_on "zsh-async"
Expand Down

0 comments on commit 37d312a

Please sign in to comment.