Skip to content

Commit

Permalink
Merge pull request #200888 from mrexox/bump-lefthook-1.9.1
Browse files Browse the repository at this point in the history
lefthook 1.9.1
  • Loading branch information
BrewTestBot authored Dec 12, 2024
2 parents 2c2c3a0 + a1c8ef3 commit 8ec599a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/l/lefthook.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Lefthook < Formula
desc "Fast and powerful Git hooks manager for any type of projects"
homepage "https://github.com/evilmartians/lefthook"
url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.9.0.tar.gz"
sha256 "24d81c6efaf4a7f75a1c08082e4c1b84e9bb75b7276713904b359634c5abb6e8"
url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.9.1.tar.gz"
sha256 "59cd7aad7a820adceb9d9f37a828133163f5f71e0612ec873a9c76d1291ac160"
license "MIT"
head "https://github.com/evilmartians/lefthook.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ee53f8026e060991e3cdd7b87f79ab2a16043e21aac41b8ea38c04b7e7481d7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ee53f8026e060991e3cdd7b87f79ab2a16043e21aac41b8ea38c04b7e7481d7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ee53f8026e060991e3cdd7b87f79ab2a16043e21aac41b8ea38c04b7e7481d7"
sha256 cellar: :any_skip_relocation, sonoma: "d728ef1bc57e5d19068849e409a8c248c82c7d0d12690e890ec4cdb679ef2ff1"
sha256 cellar: :any_skip_relocation, ventura: "d728ef1bc57e5d19068849e409a8c248c82c7d0d12690e890ec4cdb679ef2ff1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1107de58c2daaf9ac251d9efe9462df51779b8dd5f8d34da3bb8fbd1365d75f6"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "487611578a3b9bd509649d88c41c35beb0da454f77a451eb91af4fbfc8cc1116"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "487611578a3b9bd509649d88c41c35beb0da454f77a451eb91af4fbfc8cc1116"
sha256 cellar: :any_skip_relocation, arm64_ventura: "487611578a3b9bd509649d88c41c35beb0da454f77a451eb91af4fbfc8cc1116"
sha256 cellar: :any_skip_relocation, sonoma: "da5ed1f319687cb3e765bdeda8ac2be61e302e4e6446baaee9349c066fa72ca4"
sha256 cellar: :any_skip_relocation, ventura: "da5ed1f319687cb3e765bdeda8ac2be61e302e4e6446baaee9349c066fa72ca4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c861da0182dbcd8db65bbb91913f8e19f230dd3f954ea99898aeda2a4f9fc1de"
end

depends_on "go" => :build
Expand Down

0 comments on commit 8ec599a

Please sign in to comment.