diff --git a/Formula/p/prek.rb b/Formula/p/prek.rb index feaf31d3674e..08c40defd93e 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.3.0.tar.gz" - sha256 "6e4e8c342cc03177d771f970cde99995387aa07694e8667e511f5e6c9adb0c02" + url "https://github.com/j178/prek/archive/refs/tags/v0.3.1.tar.gz" + sha256 "5fd6cff1e717385d2836ecdcb4e2f7faf01df846e3256c46aacd79e1dfd883f5" license "MIT" head "https://github.com/j178/prek.git", branch: "master" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "86594456bd1495fbfdd4f776daf6e5eb6e4d2d504e1babf901d72d9464692b9a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc8665e0e315cf95f1fe9539dda31ab9fb0e38f2accebb52d184a73f590ea86d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5276d14f58647e85a5e3040ae5d08766afd18e9a6002dc3fdde943acd99d70f" + sha256 cellar: :any_skip_relocation, sonoma: "a7e2ccb88e33cc6824766b9843e812b341f6b5cc503a368c4955726b56d380f6" + sha256 cellar: :any_skip_relocation, arm64_linux: "e0ca8ba91e33065d7b38b64d79f22a47d161764390557a9ba543ad14f71ae4ea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd546f6008357d47bfa5dde5d35235f202d9588a728188a3b585c2f00c974bd3" end depends_on "rust" => :build