From 8774ffbb11a3af9846601b0d3758cbcdd2758cc7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:52:14 +0000 Subject: [PATCH 1/2] typos-cli 1.24.3 --- 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 f10dce955b695..2e58aa1f6ee6c 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.24.1.tar.gz" - sha256 "738ce31be2ed84a41b07b3f7268dbfefc1c7deae4b64c46bc28ba01acb66b97e" + url "https://github.com/crate-ci/typos/archive/refs/tags/v1.24.3.tar.gz" + sha256 "f264777d91688ca7d7d9e799c4e8c325d4d2e72e3e4503581a751ae1b02eedb1" license any_of: ["Apache-2.0", "MIT"] livecheck do From 73407e0cffc1670e2955a0c1ddde540036443fee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 Aug 2024 22:54:52 +0000 Subject: [PATCH 2/2] typos-cli: update 1.24.3 bottle. --- Formula/t/typos-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/typos-cli.rb b/Formula/t/typos-cli.rb index 2e58aa1f6ee6c..c2dd8923fb092 100644 --- a/Formula/t/typos-cli.rb +++ b/Formula/t/typos-cli.rb @@ -11,13 +11,13 @@ class TyposCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "59cd4ec192168434b5105ca3e64fb5190d10773305eb502d319d6b6c56e5f1b4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8428244c425d6d0279847ef761762ed5f0ca375d9d2cbf253df09a5dd2c47869" - sha256 cellar: :any_skip_relocation, arm64_monterey: "06d5a6b69f4c335cbe89686b83dfc8a75962585235b931952fd8b7552aefc738" - sha256 cellar: :any_skip_relocation, sonoma: "6f5c2c3ad1994ac62db38eda5de06604b6e51283204b5413d2417a81ae700373" - sha256 cellar: :any_skip_relocation, ventura: "a9d334438cfd9c4638131d04ff87ae215fadad73f1227ec527d0340d5f930a1c" - sha256 cellar: :any_skip_relocation, monterey: "3645e761f6597423eae9a0026150be9dbd6ff9b0e01a382241e27057e6c48bb4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "74421eb2b5b405c7d65580e309fcd14dbdf2244924daf9154896bc6b96f9b338" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6d14ae55450376bec4117dd59f50e0a136b51d941048724d69f49cbb10d8b31" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3fd2f3020540ceaba92d3f15298e2d7e120a7eddfd74e9b4e7ce940579856fdc" + sha256 cellar: :any_skip_relocation, arm64_monterey: "aba300953c2cdb9582cdfb1f68017268bebbdf40a0fff40de8e3faea8f682019" + sha256 cellar: :any_skip_relocation, sonoma: "df07ee85f05bf79e581910787ebf7fb46933a77de5c438fa743668cb9e723aa3" + sha256 cellar: :any_skip_relocation, ventura: "0e670891cd3cf300365345f885f4314a26e56957c8fe69dabda7aba6c4606f15" + sha256 cellar: :any_skip_relocation, monterey: "cace939b39df158ebdaf760b2c53a510113e8236fb2b87e9388c85e5f752f57a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3be4984d092f2f3679a897aed0dd786a1b5a2283b86fd8adbf4b81728c2e756d" end depends_on "rust" => :build