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

multi-git-status 2.3 #196235

Merged
merged 2 commits into from
Oct 31, 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 @@ -1898,6 +1898,7 @@ mu
mubeng
muffet
mujs
multi-git-status
multitail
muon
murex
Expand Down
7 changes: 3 additions & 4 deletions Formula/m/multi-git-status.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
class MultiGitStatus < Formula
desc "Show uncommitted, untracked and unpushed changes for multiple Git repos"
homepage "https://github.com/fboender/multi-git-status"
url "https://github.com/fboender/multi-git-status/archive/refs/tags/2.2.tar.gz"
sha256 "d26a71cd2efd80416c28d59632665341bc393d2d5fdde20dd588f959b0faea6a"
url "https://github.com/fboender/multi-git-status/archive/refs/tags/2.3.tar.gz"
sha256 "2634b4b8b3d69a397f5462ec1d72a77d5b395f363ed8e1aabfbf7e5e4172f93f"
license "MIT"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, all: "fac5b19bd31bb3fd744b2603b9b8f58636d6d51902a046c5d5fbcc774515d1ad"
sha256 cellar: :any_skip_relocation, all: "011ea78413856d20a26c71c4cdcc1b7909ce6ab7075544c716359079eb4f3b06"
end

def install
Expand Down
Loading