From 7627f74f181a63c20f6e9a6a472a23aef985886c Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Tue, 2 Jan 2024 19:42:49 -0800 Subject: [PATCH 1/2] typos-cli 1.17.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 bbac0e1f85f3..16d6f7bccdb0 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.16.26.tar.gz" - sha256 "9a7b15faf2b17eff15677152666232ba0d4b53c4590c4b25fd369d0300001c99" + url "https://github.com/crate-ci/typos/archive/refs/tags/v1.17.0.tar.gz" + sha256 "3a1fb3ba5c4c5669cdd6b43c506a388888f9bb454212a5adad8ab405e93f226d" license any_of: ["Apache-2.0", "MIT"] livecheck do From 87e9bd6142106b95fcf4961dc9c5f8d46259fbcb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 3 Jan 2024 04:05:22 +0000 Subject: [PATCH 2/2] typos-cli: update 1.17.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 16d6f7bccdb0..da2c734fb94a 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: "a0b1e2a0444a288ded957a5809c6fc0447f3ff92969ab91a6a02455bbc4fe5af" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1780f4bb41db2609f6f7c363e09cb032c9cd6809a1f3e897e701ada98235d21b" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f61d805259bf9670c06653c892bb20afc8ecd4665a1dfc51fca4b275a4dedbf9" - sha256 cellar: :any_skip_relocation, sonoma: "7d05f8690201d28dbb70ff99338ec242e5a580e40384cd32b8e74ea6b030be19" - sha256 cellar: :any_skip_relocation, ventura: "fbc974add68694a87be97f62648324f8e09e9a56cb169de488f9fb744fe8bd19" - sha256 cellar: :any_skip_relocation, monterey: "981ce9ba355bec1da3cfced15a1e0904039039102d17220d227b1b5619fe64d2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5f0419e8c454541112059ce68ee42dc4e331ded1aebbde2e2969ad0cb2d5456e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "11f20537c8e08fb1ef6aa52d15cda2cc73fc60d97fd070a29af0101b44b4898c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0e4d35c2029357bda04fb515b7de08a791a2ad7c382d114aed0579e596402c79" + sha256 cellar: :any_skip_relocation, arm64_monterey: "5798f15b12f6cddd01b19ddf795ca9e7ebcb2ffcc8a46f19b1ac376f7303c653" + sha256 cellar: :any_skip_relocation, sonoma: "9180f2feba6fea59e259f10242b8f62f1f5c6ec1b5abaaec662c9bb726ff832e" + sha256 cellar: :any_skip_relocation, ventura: "f07e483ac906fb6dada230d12f66ab90e572b8e7d7dd840830b55788f0ee5583" + sha256 cellar: :any_skip_relocation, monterey: "f85bf15f69b2f6f33aae67841de50f0894fb1c3835a702fddace5007a3d0a112" + sha256 cellar: :any_skip_relocation, x86_64_linux: "201567f2b8d40a64c8477d73e816ae5c854b1623a2f49a285e19b79aab882570" end depends_on "rust" => :build