Skip to content

Commit

Permalink
Merge pull request #141158 from p-linnane/bump-typos-cli-1.16.10
Browse files Browse the repository at this point in the history
typos-cli 1.16.10
  • Loading branch information
BrewTestBot authored Sep 1, 2023
2 parents 4288420 + ae3cf07 commit 7f6afe1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/typos-cli.rb
Original file line number Diff line number Diff line change
@@ -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.9.tar.gz"
sha256 "3daa6692902c0cd78f0e5330a294bfdc1b7656c8276b2353b41b159a59874949"
url "https://github.com/crate-ci/typos/archive/refs/tags/v1.16.10.tar.gz"
sha256 "576a0fb8e5ea118fe03888f125a61396fb7afb60bb6d5ef5dd53b656bfb4cad6"
license any_of: ["Apache-2.0", "MIT"]

livecheck do
Expand All @@ -11,13 +11,13 @@ class TyposCli < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "892163a1bf5b7afc70185a0e147f042b7a61eeff42e618faacae74fc2481337e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "78f38fc05e3931a08c9464316024d30a67dc1b1f5cb6acdb4ab129e5daef876a"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "1f38f147bed3bf5a01dac0d0b66dafb1e762681b30d6bd1d6899462a419ead0a"
sha256 cellar: :any_skip_relocation, ventura: "e0709c0f6946f167967a9f07e540bac14669816dc8661b90eb9b9ed4225e494f"
sha256 cellar: :any_skip_relocation, monterey: "d88648dd721937ea74e9a94006e1d37233b70b021b2f449975624ae9e8d01e07"
sha256 cellar: :any_skip_relocation, big_sur: "a84094946fc4cc480dafc8f012c19cae89134686e2680509711a240c48144d8c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfc46c307546835fa4cb225b76156f787e60b9fd9b0340b01eb3f6ce27f95a7c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0c1cb50b68b3bd23102f763c10a7e977ac91af6aa80ee7704ce6caaec5c4f5ed"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8b4e336975fae153e4d3b4b5a8ba25e6e0c0fbcf6f07f4ff787a59d3cb377cb5"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "164526e81414407c963382a2b948a4d08b21d914103b09e4c8716dabf5dc9935"
sha256 cellar: :any_skip_relocation, ventura: "3b99ea848dd88426827f0377116c74e70dde36cc600cf3d59a6f47942ae6434a"
sha256 cellar: :any_skip_relocation, monterey: "86172eb33375e732329c32b013d25b9aeff6a5ea9e1cea04599d2b23fd9c87ca"
sha256 cellar: :any_skip_relocation, big_sur: "1cbeeaa0810886405e8a1f1ab1fa4802c9f35aa1072133bb30076f3f2c9e12a3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b3fd5642e06dc8dd0bf44abba8c7727004d8011fe40c188457bd96016e3024d6"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 7f6afe1

Please sign in to comment.