Skip to content

Commit

Permalink
Merge pull request #208879 from mrexox/bump-lefthook-1.11.1
Browse files Browse the repository at this point in the history
lefthook 1.11.1
  • Loading branch information
BrewTestBot authored Feb 25, 2025
2 parents 2f834c9 + b1b1b5c commit 5cd47b4
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.11.0.tar.gz"
sha256 "427dd33e5913278b4802e64342831f725bd5255a55b6b126d423d38caaa0763b"
url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.11.1.tar.gz"
sha256 "59527d3ffcf75c836efedf52657aa2a76c3b0b0db87a89d6db801f87819873c8"
license "MIT"
head "https://github.com/evilmartians/lefthook.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4256e957a9c96715e3f09c6c9224b977c12bd6bde3b456ac96c790824e6aea3e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4256e957a9c96715e3f09c6c9224b977c12bd6bde3b456ac96c790824e6aea3e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4256e957a9c96715e3f09c6c9224b977c12bd6bde3b456ac96c790824e6aea3e"
sha256 cellar: :any_skip_relocation, sonoma: "dc4a161a2f8b198cfec4bd7398cb3ef96478c560ab26f4b9acb5fa5386fad99e"
sha256 cellar: :any_skip_relocation, ventura: "dc4a161a2f8b198cfec4bd7398cb3ef96478c560ab26f4b9acb5fa5386fad99e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e2d9d9ff90b0667af3bf4a9f5350b1b6c03bc3b9be7921ab7f4143e18181286c"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b56cd87e1e6f11fffe057ae3681115085aa859da5ffb490d4805c2ee04483daf"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b56cd87e1e6f11fffe057ae3681115085aa859da5ffb490d4805c2ee04483daf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b56cd87e1e6f11fffe057ae3681115085aa859da5ffb490d4805c2ee04483daf"
sha256 cellar: :any_skip_relocation, sonoma: "e6cbf98eefb2c21f1ea07690759cc18974fea63d5848695f3a0e44fda3c44931"
sha256 cellar: :any_skip_relocation, ventura: "e6cbf98eefb2c21f1ea07690759cc18974fea63d5848695f3a0e44fda3c44931"
sha256 cellar: :any_skip_relocation, x86_64_linux: "70c0eac9a2a60a854fba249880715e7ec89b89fb9bb0f04f875ada4281b76003"
end

depends_on "go" => :build
Expand Down

0 comments on commit 5cd47b4

Please sign in to comment.