diff --git a/Formula/p/prek.rb b/Formula/p/prek.rb index 40c23ea532e1..feaf31d3674e 100644 --- a/Formula/p/prek.rb +++ b/Formula/p/prek.rb @@ -1,18 +1,18 @@ 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.2.30.tar.gz" - sha256 "9721d80a23463bfb6275c6470fd7d0d91ee0167621f4a9d4a7d9a7d850663af3" + url "https://github.com/j178/prek/archive/refs/tags/v0.3.0.tar.gz" + sha256 "6e4e8c342cc03177d771f970cde99995387aa07694e8667e511f5e6c9adb0c02" license "MIT" head "https://github.com/j178/prek.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "7b7d89fefb66075d6f2e6f5be178fffa0a776215fae2d892aac7f142f07302b5" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5470b1c4062c4c4bdc8b7340be4e6975b991636c7f851e73a45b56d8ab838b31" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "14b8a4763b5f76443c3e0d38dda94847707fc12ecd62ba6290ba2ff368f48955" - sha256 cellar: :any_skip_relocation, sonoma: "31adabdf941ac01e6f13012fd51683f9818e58101d3f799b140ed4ae367b2ea6" - sha256 cellar: :any_skip_relocation, arm64_linux: "33b57240bef7910ef3512c42e25e99c22144fa53bc3432a01215af255ffdd21f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a5b868f8abc7c5e04e47376b5ebecc29f7c48cff0250c41b0fc695517d5e9c8b" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "f8bed51cc0a4b42d68d34cbaede663b2b78053e6671c94079781c2d52b22cdf9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "45ce3347649da047bc3e8729f75862175b8d0b20e8e0259eeaf80f5495cb60a9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "91d147eb3ac41105e85fd14efc8e4f9343c4e37d0197c182a3e9088b29db3aac" + sha256 cellar: :any_skip_relocation, sonoma: "b2f4d3bdf6366cbfbb3f30ebf41ab8c4f422dfeac3b05afa8e7dc5d63a142d87" + sha256 cellar: :any_skip_relocation, arm64_linux: "80f88b2815ed4e4abc586c81611f3e94f2e3d719b2d1192ea543c4514306f17f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b7ef073659c5bdbb5bbcfc2faff11e0ce9225ce14b092d258417d4f6e70359b8" end depends_on "rust" => :build