From eafffa1ce3851501e9a5712fc046d666c3b2558e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:38:05 +0000 Subject: [PATCH 1/2] typos-cli 1.20.7 --- 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 569d117c562389..463d119a9336d9 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.20.6.tar.gz" - sha256 "38cd6e4fa0a0fd9e697d09fd563011a6bf6d8a1e24750219af4061af3a82bb68" + url "https://github.com/crate-ci/typos/archive/refs/tags/v1.20.7.tar.gz" + sha256 "bbcd8114c89594af49b95be76d26745f640c70b909d80fbe2b85147e5a6fb5ba" license any_of: ["Apache-2.0", "MIT"] livecheck do From e43201475e2faeeeea704b1a690c1fa7619f79cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 9 Apr 2024 22:04:31 +0000 Subject: [PATCH 2/2] typos-cli: update 1.20.7 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 463d119a9336d9..15f7137f234ba2 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: "fb07fa771785490e4a192e76f54339201cfe9dc06b29a4fa5d4d80d9b4fd85de" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5d74cb25a84a546102c6cf6c3066e75ccad118e09d6e0f644700c6093a19db72" - sha256 cellar: :any_skip_relocation, arm64_monterey: "5d6865048c71c401727c9694d8b746f945505e9306ed291749cfa8ee93f6f881" - sha256 cellar: :any_skip_relocation, sonoma: "63a5be8fae94c48d96f3a8ef22516ff14cbe6f6531fb36b4d3b858fbf6cdc56f" - sha256 cellar: :any_skip_relocation, ventura: "bcbe631b72930dc34a70e22a8c25db50a6026ab5155f9b22994eaf524c82e9c2" - sha256 cellar: :any_skip_relocation, monterey: "30325c2b9cd4834995e01a631b2cacb8a9f5aab27169422ca33c4e6734a4a04c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ce31636e769ab3d3e2a0ea9a4049ff410843133a270bf833c55af85fd013470" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d54a50f19f6edf4c123e0db4794ceba94b7544c041c832887b1e58f6c465818b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "90d85c2219a925bfb2ff712f8b936bd555ee676761b52c8a2bef141d9300978e" + sha256 cellar: :any_skip_relocation, arm64_monterey: "56dda4f3dd99383ddf46cac8b2654346ba2abaaf0a3f19b05ff591d495681f7a" + sha256 cellar: :any_skip_relocation, sonoma: "02415f623bc8a5ab58178f8002c07f27eda25e8e8884f832d86f72c1872129ca" + sha256 cellar: :any_skip_relocation, ventura: "785e6ffd47ddb125b8abe9b094d9b4f690bc61e29391989c00b1c95df67aa484" + sha256 cellar: :any_skip_relocation, monterey: "28d86af17ff12eb0d5c52d26a222d1cd07148013b3a2d16c1649d82b0eece01f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b8ebd161fd2dd5ba13699338a3d49c82d33c8941cce97cfbbd155d627fdbc08f" end depends_on "rust" => :build