Skip to content

Commit fce5a82

Browse files
authored
Merge pull request #259493 from Homebrew/bump-prek-0.2.23
prek 0.2.23
2 parents 2df72f1 + 7d35fbf commit fce5a82

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/p/prek.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Prek < Formula
22
desc "Pre-commit re-implemented in Rust"
33
homepage "https://github.com/j178/prek"
4-
url "https://github.com/j178/prek/archive/refs/tags/v0.2.22.tar.gz"
5-
sha256 "2104a7ab915262341d8454cb344b317f658e9189448b27d5b90cfbba63ad8de1"
4+
url "https://github.com/j178/prek/archive/refs/tags/v0.2.23.tar.gz"
5+
sha256 "0abd16080710f8efb5f32aac32486ac831d4226f7874c93566dfeab944d60417"
66
license "MIT"
77
head "https://github.com/j178/prek.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "915b9f3fd6781099783b404f6a42560acd146aed07e0c528e309991393588347"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e278156fede03836186139c8bf7238876dfa48352433a5b958249c66ea3cd9f9"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9096e07ccd32d1500ff93ff1628438cdbe865e901b79cb3128a14bbee9a17f1"
13-
sha256 cellar: :any_skip_relocation, sonoma: "b47e1897fc7e449bfb15c89c8cd04cbdbe9790fc7df1895baf309fb2f6c64a53"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "9d2d70adb73932e4fbf5bca4021542935a6e922b2726baa2cfdac3c318a099d4"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1c61c3e46f6ec46a9238e32e68ed9d31c99aa606f90328130abae1062dfe538f"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a78e0f6d1bb42f537f64bce3f80c6b83f8654532efb03c4bd1656bea487a8cb3"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a013208409ead3639aa34e6d7379fe9c378ae87661142cf22d293ed0c0c5c4ad"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb17656fd3216fe21917d7df7f43fe1db6651eadd3ec9fe6268b8df205a1e61a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "e72328ad9a0c0a6863c18367dd90a468e05241d23fb1ca8bceb0575e5de9db4d"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "9da2b6febd16e01c2e797c177dec8de41ae0ae39591b862c0b9d20f18bdc4429"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a478de3a5a7722350d4d50c0f1e0e00c6fc125cc48e1ab12157334b603117fae"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)