From 65b5f216f6e6ad1a581a401f611ac61aa770ce92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 30 Apr 2024 21:46:44 +0000 Subject: [PATCH 1/2] typos-cli 1.21.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 d50e2d6fdd116..aab23ccff01dd 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.10.tar.gz" - sha256 "d9fa88f6e74c3801e72cd0e77401d49973bfdf63dfd17902b3fc5120a0a32af8" + url "https://github.com/crate-ci/typos/archive/refs/tags/v1.21.0.tar.gz" + sha256 "64de2b4dcf92b96760e8b7861eb24475b3161fb1a500a9006b414ef506f5bd3b" license any_of: ["Apache-2.0", "MIT"] livecheck do From e495e13feffd007b27a4dfa4f131994ca5419a72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:08:21 +0000 Subject: [PATCH 2/2] typos-cli: update 1.21.0 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 aab23ccff01dd..e2558dbaf3dc5 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: "ec520ea1b1511240a5f62c108ec33618f56fda3171690b612bb9a97f301eac9a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "237b942b1dcf8c29f8cfdef105cc70845227c13508ca08cf197452cc8d5ecf9b" - sha256 cellar: :any_skip_relocation, arm64_monterey: "12013e326ee3d6d055b951743f054c5830af2f74a41232413fb076016020c70a" - sha256 cellar: :any_skip_relocation, sonoma: "8ec1259c8c3ad5ab29e18d5dfd6b6a17f90b8691bff14f54244f507fb42b0bf4" - sha256 cellar: :any_skip_relocation, ventura: "4f6dc4093d01376381716daa4cc75b545a88f1f8fd92e1d305695e1bbc668ea8" - sha256 cellar: :any_skip_relocation, monterey: "682238b4b7e4b0e8c9a5394105cf62b2fc0ce44491f4d10d96d75131eea8a873" - sha256 cellar: :any_skip_relocation, x86_64_linux: "613edc0570b464a138d43620befe056989bca6d83afa033800fb8145f05fb4bf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f31c53cd756522db4a5d7e19169a7c9fefaee133ff5aea356ad0db6ff1fc890e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "39a3c390672534c9b102567b5b0565bf3f683ca3a9e5e9dfa77b0a49a0428a7e" + sha256 cellar: :any_skip_relocation, arm64_monterey: "ea123b708fbcf59a73a5b092edae89563abcc1d30d45d1fc2de37f7ffebc5f79" + sha256 cellar: :any_skip_relocation, sonoma: "b149746689e00305b28aaab4c38027ee688043cfef0d553afb5eac46fdd7f052" + sha256 cellar: :any_skip_relocation, ventura: "d002d66e86d30da50a752c578e64b97f42c1ddd9bd8ced77902bc425817935ac" + sha256 cellar: :any_skip_relocation, monterey: "cec5305f7851ae09fe5969d4669d238d3c2c9534e2e127878d5ccc8fcf5d3f88" + sha256 cellar: :any_skip_relocation, x86_64_linux: "754a455671e43141874eabf2e94ad73a1f171a11de522e525aa492b8b6ecfc1a" end depends_on "rust" => :build