Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-extras 7.2.0 #169929

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ git-codereview
git-cola
git-credential-oauth
git-delta
git-extras
git-grab
git-lfs
git-split-diffs
Expand Down
19 changes: 9 additions & 10 deletions Formula/g/git-extras.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
class GitExtras < Formula
desc "Small git utilities"
homepage "https://github.com/tj/git-extras"
url "https://github.com/tj/git-extras/archive/refs/tags/7.1.0.tar.gz"
sha256 "e5c855361d2f1ec1be6ee601247153d9c8c04a221949b6ec3903b32fa736f542"
url "https://github.com/tj/git-extras/archive/refs/tags/7.2.0.tar.gz"
sha256 "f570f19b9e3407e909cb98d0536c6e0b54987404a0a053903a54b81680c347f1"
license "MIT"
head "https://github.com/tj/git-extras.git", branch: "main"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
sha256 cellar: :any_skip_relocation, arm64_ventura: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
sha256 cellar: :any_skip_relocation, arm64_monterey: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
sha256 cellar: :any_skip_relocation, sonoma: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
sha256 cellar: :any_skip_relocation, ventura: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
sha256 cellar: :any_skip_relocation, monterey: "056792c05a926101be794b3bba82fe69e29fc4425b90b9d35e626f661905aa34"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6d2fe250aa7a848dc82c8fb443db5767c70abbc9ec45de4c0c0e938c620c5319"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
sha256 cellar: :any_skip_relocation, sonoma: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
sha256 cellar: :any_skip_relocation, ventura: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
sha256 cellar: :any_skip_relocation, monterey: "ce35fce3ffa8640beebbbc77f338d91e4f90c7111e3f4cd529eeba2969f9e29b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7167b10ce60d43bcde34c76cd8f1aec92d5d98d05f93e95b98fc140bee0d7b86"
end

on_linux do
Expand Down
Loading