Skip to content

Commit

Permalink
git-extras: update 7.0.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Apr 24, 2023
1 parent 8ec3dfe commit a6c78af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Formula/git-extras.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ class GitExtras < Formula
head "https://github.com/tj/git-extras.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, all: "59dcbbb3d96e0aa5bb4fd5e7bb6e86383b9bbd5b3e752f1366fd70ba42b2e884"
sha256 cellar: :any_skip_relocation, arm64_ventura: "59d95f1583bfadaf3d3088fda40871c703668e8acc9592f544e49de5341956ec"
sha256 cellar: :any_skip_relocation, arm64_monterey: "59d95f1583bfadaf3d3088fda40871c703668e8acc9592f544e49de5341956ec"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "59d95f1583bfadaf3d3088fda40871c703668e8acc9592f544e49de5341956ec"
sha256 cellar: :any_skip_relocation, ventura: "59d95f1583bfadaf3d3088fda40871c703668e8acc9592f544e49de5341956ec"
sha256 cellar: :any_skip_relocation, monterey: "59d95f1583bfadaf3d3088fda40871c703668e8acc9592f544e49de5341956ec"
sha256 cellar: :any_skip_relocation, big_sur: "59d95f1583bfadaf3d3088fda40871c703668e8acc9592f544e49de5341956ec"
sha256 cellar: :any_skip_relocation, x86_64_linux: "57de92d7366e7b2f23d2d767bf43bb82c7710a745074eaf7a166a40ac091ea68"
end

on_linux do
Expand Down

0 comments on commit a6c78af

Please sign in to comment.