Skip to content

Commit 8767e2f

Browse files
authored
Merge pull request #195003 from Homebrew/bump-git-extras-7.3.0
git-extras 7.3.0
2 parents cfa8e5b + 851055c commit 8767e2f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/g/git-extras.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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.2.0.tar.gz"
5-
sha256 "f570f19b9e3407e909cb98d0536c6e0b54987404a0a053903a54b81680c347f1"
4+
url "https://github.com/tj/git-extras/archive/refs/tags/7.3.0.tar.gz"
5+
sha256 "89bae1a05731f4aaafb04066ea0186e181117b74fcfbf89d686cf205459220b7"
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, all: "9aa768d24cd1fe6488e792da9771cac6f3738a3d4c6fe3767c568bf374d857d1"
10+
sha256 cellar: :any_skip_relocation, all: "0c40b2cdc071464b0edf01e763b279111aa8ec557132a25d3385f7ee92783623"
1211
end
1312

1413
on_linux do

0 commit comments

Comments
 (0)