Skip to content

Commit 1cc7771

Browse files
authored
Merge pull request #169929 from Homebrew/bump-git-extras-7.2.0
git-extras 7.2.0
2 parents caa30e5 + 7d23a85 commit 1cc7771

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/autobump.txt

+1
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,7 @@ git-codereview
793793
git-cola
794794
git-credential-oauth
795795
git-delta
796+
git-extras
796797
git-grab
797798
git-lfs
798799
git-split-diffs

Formula/g/git-extras.rb

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
class GitExtras < Formula
22
desc "Small git utilities"
33
homepage "https://github.com/tj/git-extras"
4-
url "https://github.com/tj/git-extras/archive/refs/tags/7.1.0.tar.gz"
5-
sha256 "e5c855361d2f1ec1be6ee601247153d9c8c04a221949b6ec3903b32fa736f542"
4+
url "https://github.com/tj/git-extras/archive/refs/tags/7.2.0.tar.gz"
5+
sha256 "f570f19b9e3407e909cb98d0536c6e0b54987404a0a053903a54b81680c347f1"
66
license "MIT"
77
head "https://github.com/tj/git-extras.git", branch: "main"
88

99
bottle do
10-
rebuild 1
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
14-
sha256 cellar: :any_skip_relocation, sonoma: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
15-
sha256 cellar: :any_skip_relocation, ventura: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
16-
sha256 cellar: :any_skip_relocation, monterey: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6d2fe250aa7a848dc82c8fb443db5767c70abbc9ec45de4c0c0e938c620c5319"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
14+
sha256 cellar: :any_skip_relocation, ventura: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
15+
sha256 cellar: :any_skip_relocation, monterey: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7167b10ce60d43bcde34c76cd8f1aec92d5d98d05f93e95b98fc140bee0d7b86"
1817
end
1918

2019
on_linux do

0 commit comments

Comments
 (0)