Skip to content

Commit

Permalink
Merge pull request #168485 from Homebrew/bump-typos-cli-1.20.7
Browse files Browse the repository at this point in the history
typos-cli 1.20.7
  • Loading branch information
BrewTestBot authored Apr 9, 2024
2 parents bfd053c + e432014 commit d39b2cc
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.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
Expand All @@ -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
Expand Down

0 comments on commit d39b2cc

Please sign in to comment.