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

fix: Update git-mit to v3.98.31 #686

Merged
merged 3 commits into from Oct 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/git-mit.rb
@@ -1,8 +1,8 @@
class GitMit < Formula
desc "My personal git commit hooks"
homepage "https://github.com/PurpleBooth/git-mit"
url "https://github.com/PurpleBooth/git-mit/archive/refs/tags/v3.98.30.tar.gz"
sha256 "96278016191b7bf4f3ec94d8d6e51726d5e4e6f27d670ab23a4bf8afd8691ccc"
url "https://github.com/PurpleBooth/git-mit/archive/refs/tags/v3.98.31.tar.gz"
sha256 "152f0f639bddfc0c12c6a5b1bf91dcd1805e4ec026a10388122acee850d61e3f"
depends_on "pandoc" => :build
depends_on "rust" => :build
depends_on "git"
Expand Down