|
1 | 1 | class Prek < Formula |
2 | 2 | desc "Pre-commit re-implemented in Rust" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/j178/prek.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments