Skip to content

Commit

Permalink
fix: Update git-mit to v5.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Oct 31, 2024
1 parent f01da49 commit 0b01293
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Formula/git-mit.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
class GitMit < Formula

Check warning on line 1 in Formula/git-mit.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

`brew linkage --cached --test --strict purplebooth/repo/git-mit` failed on Linux!

zlib
desc "Minimalist set of hooks to aid pairing and link commits to issues"
homepage "https://github.com/PurpleBooth/git-mit"
url "https://github.com/PurpleBooth/git-mit/archive/refs/tags/v5.14.0.tar.gz"
sha256 "9a1fd0e08b61c530c659285bfb7b510fe8e6a20b48b4aed29956ff2e337fa9f2"

bottle do
root_url "https://github.com/PurpleBooth/homebrew-repo/releases/download/git-mit-5.14.0"
sha256 cellar: :any, arm64_sonoma: "c459c8cd733cb71eeba7cf262f2bf9d1982f22a5a1ce18f2ff5e6b75b11da0f8"
sha256 cellar: :any, ventura: "b2b23084469f8d60393d83cc5fff3ad87df5d90c05519d179263204f96f00193"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3fbbb0a342e00d456b79a8524bf9dff170015124363cfd61ccd6b45599a06501"
end
url "https://github.com/PurpleBooth/git-mit/archive/refs/tags/v5.14.1.tar.gz"
sha256 "b6f24c979a58a493bb39af370c173cf03ca28b15bd3980410fb7bfebc92e8a63"
depends_on "help2man" => :build
depends_on "homebrew/core/rust" => :build
depends_on "openssl@3"
Expand Down

0 comments on commit 0b01293

Please sign in to comment.