Skip to content

Commit

Permalink
Merge pull request #183004 from Homebrew/bump-typos-cli-1.24.3
Browse files Browse the repository at this point in the history
typos-cli 1.24.3
  • Loading branch information
BrewTestBot authored Aug 30, 2024
2 parents dbd7dee + 73407e0 commit 7fe2767
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.24.1.tar.gz"
sha256 "738ce31be2ed84a41b07b3f7268dbfefc1c7deae4b64c46bc28ba01acb66b97e"
url "https://github.com/crate-ci/typos/archive/refs/tags/v1.24.3.tar.gz"
sha256 "f264777d91688ca7d7d9e799c4e8c325d4d2e72e3e4503581a751ae1b02eedb1"
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: "59cd4ec192168434b5105ca3e64fb5190d10773305eb502d319d6b6c56e5f1b4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8428244c425d6d0279847ef761762ed5f0ca375d9d2cbf253df09a5dd2c47869"
sha256 cellar: :any_skip_relocation, arm64_monterey: "06d5a6b69f4c335cbe89686b83dfc8a75962585235b931952fd8b7552aefc738"
sha256 cellar: :any_skip_relocation, sonoma: "6f5c2c3ad1994ac62db38eda5de06604b6e51283204b5413d2417a81ae700373"
sha256 cellar: :any_skip_relocation, ventura: "a9d334438cfd9c4638131d04ff87ae215fadad73f1227ec527d0340d5f930a1c"
sha256 cellar: :any_skip_relocation, monterey: "3645e761f6597423eae9a0026150be9dbd6ff9b0e01a382241e27057e6c48bb4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "74421eb2b5b405c7d65580e309fcd14dbdf2244924daf9154896bc6b96f9b338"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6d14ae55450376bec4117dd59f50e0a136b51d941048724d69f49cbb10d8b31"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3fd2f3020540ceaba92d3f15298e2d7e120a7eddfd74e9b4e7ce940579856fdc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "aba300953c2cdb9582cdfb1f68017268bebbdf40a0fff40de8e3faea8f682019"
sha256 cellar: :any_skip_relocation, sonoma: "df07ee85f05bf79e581910787ebf7fb46933a77de5c438fa743668cb9e723aa3"
sha256 cellar: :any_skip_relocation, ventura: "0e670891cd3cf300365345f885f4314a26e56957c8fe69dabda7aba6c4606f15"
sha256 cellar: :any_skip_relocation, monterey: "cace939b39df158ebdaf760b2c53a510113e8236fb2b87e9388c85e5f752f57a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3be4984d092f2f3679a897aed0dd786a1b5a2283b86fd8adbf4b81728c2e756d"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 7fe2767

Please sign in to comment.