From 58fd73e997627491c91583165a6b1d0e1ab022c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:10:57 +0000 Subject: [PATCH 1/2] typos-cli 1.28.0 --- Formula/t/typos-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/typos-cli.rb b/Formula/t/typos-cli.rb index 03da0ea8b04b7..33c88f4fbf19c 100644 --- a/Formula/t/typos-cli.rb +++ b/Formula/t/typos-cli.rb @@ -1,8 +1,8 @@ class TyposCli < Formula desc "Source code spell checker" homepage "https://github.com/crate-ci/typos" - url "https://github.com/crate-ci/typos/archive/refs/tags/v1.27.3.tar.gz" - sha256 "21d0fedc66be2efdad8db0741f27b831728e0cfd5cedd9bdf1076f9e71da0aa4" + url "https://github.com/crate-ci/typos/archive/refs/tags/v1.28.0.tar.gz" + sha256 "da02a027d8779e598e0fa77df0674968a70f5b1f895a2ecb9d47c702dd6f64cf" license any_of: ["Apache-2.0", "MIT"] livecheck do From 3b68e84368b75876c6b939ef41c3c5e380c7a060 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Nov 2024 02:05:32 +0000 Subject: [PATCH 2/2] typos-cli: update 1.28.0 bottle. --- Formula/t/typos-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/typos-cli.rb b/Formula/t/typos-cli.rb index 33c88f4fbf19c..d62df5bb1973e 100644 --- a/Formula/t/typos-cli.rb +++ b/Formula/t/typos-cli.rb @@ -11,12 +11,12 @@ class TyposCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1eb60a26b6f5443f49d9e1cba7b396e9d30c330a12d489b0476ab54ace099792" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d0e101a7e90678fe503755bfc03e349f03ca9bae8fc88e2c7d8b44459a96bbe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "20737cf5ade36b71bbe825c37d6b31c99c1e1533812b50a8ecca13e04590f44b" - sha256 cellar: :any_skip_relocation, sonoma: "83bcd6c3a8b572c8dd7e31eea1d1959a1cce414f77d20f3890318a492c176b2b" - sha256 cellar: :any_skip_relocation, ventura: "a3df00febba9c3a2f7c03edc17b9bd93a4d1d82da81e0789574591cc9a50aa19" - sha256 cellar: :any_skip_relocation, x86_64_linux: "33edbf60e5d380331ff75866403ab86a94033cd72ca796082d1069b3d45f22a6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "51f4ec0473bb4b426e760367d34c6255979eb296d2b8f2ac0f962abb167d5d29" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "410132b527226cadcdee6430c3f159b19473672c133c25129b5837b774c9fd1c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b932ebcc93d8de40f734d1e21c7cecbf4c6b8c5afffce54224665ff83baf3015" + sha256 cellar: :any_skip_relocation, sonoma: "99e1fca427e95c41cc45a524f3b532a72303081b64f7063894a62e07df46eeff" + sha256 cellar: :any_skip_relocation, ventura: "fbdeab742098f71ff4f8f11e1a8898e1d63f9737a131f4b19dadb48083e750f1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f996b6bf863599989091e678c6b4a5d71b1c9ef6273d010dd851dee4f2790034" end depends_on "rust" => :build