From e13e37fdcd33bea3b1e3b3f89c5eafa1e4c8f09d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 28 Feb 2026 05:29:38 +0000 Subject: [PATCH 1/2] prek 0.3.4 --- Formula/p/prek.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/prek.rb b/Formula/p/prek.rb index eaa187bfb7fc..4409ae054ea5 100644 --- a/Formula/p/prek.rb +++ b/Formula/p/prek.rb @@ -1,8 +1,8 @@ class Prek < Formula desc "Pre-commit re-implemented in Rust" homepage "https://github.com/j178/prek" - url "https://github.com/j178/prek/archive/refs/tags/v0.3.3.tar.gz" - sha256 "22cc379f34c6d9e363d65f6082df763051eab87676c63b974916d1f06f55d254" + url "https://github.com/j178/prek/archive/refs/tags/v0.3.4.tar.gz" + sha256 "b321bc99ac19dc1fd433cda433f11c36f6ce5174079d71fcebb471afc6aefd39" license "MIT" head "https://github.com/j178/prek.git", branch: "master" From c5e5e43352fa5d30eb890d62fa4b1e99a9e584d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 28 Feb 2026 06:00:43 +0000 Subject: [PATCH 2/2] prek: update 0.3.4 bottle. --- Formula/p/prek.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/prek.rb b/Formula/p/prek.rb index 4409ae054ea5..dedc2c222c64 100644 --- a/Formula/p/prek.rb +++ b/Formula/p/prek.rb @@ -7,12 +7,12 @@ class Prek < Formula head "https://github.com/j178/prek.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "784c48b82fae41440ec82e3646ca1908c01e1b9c71e61ce2fdb8b14466ca23ca" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "081dd78ba402e3fe2e2fe97652259dedab30724d277a1f9966dc5fb23912dc3d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "12bcce0847723c6ce80f1b23d4726791c7318264bd88d1280c3cdc16bed5615f" - sha256 cellar: :any_skip_relocation, sonoma: "4abf2b3450d91506ede33211c6e4b340945d7f97ec21df7abd7495d15cf1bbb9" - sha256 cellar: :any_skip_relocation, arm64_linux: "17671c6ecf454f641d3b87fea1ddadcacf19b98908a125dd13b0bd1c56b226bf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "70230231fd5b5aa524b340ef29d701d0a6c4376ad9c46aa2ab8066f6a2114b77" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "16432ca87af13578655fc26e19e753b2b9c92b87198503484cb06f5dadbf3034" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "47efb034f76ad88a1ac7359355c781bdd424157eda87d2807184e98b197da245" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "05d498009d9b83a991c29453e0932db3695d10dd9312134cc63ae5f9566e2ddc" + sha256 cellar: :any_skip_relocation, sonoma: "ec22b5f822ad0be1ebfc16d53445494901eec3a3da686d5b198c9645d5710544" + sha256 cellar: :any_skip_relocation, arm64_linux: "704f89f3cb552d58d202b6a09ca7c6847a5b0667d4e6b3ad8b6324260e917cfb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "34032cba76dd916358820902304dbc58dc35f765b0ad0ed903da71572a7153a1" end depends_on "rust" => :build