Skip to content

Commit

Permalink
Merge pull request #198996 from Homebrew/bump-typos-cli-1.28.0
Browse files Browse the repository at this point in the history
typos-cli 1.28.0
  • Loading branch information
BrewTestBot authored Nov 26, 2024
2 parents b5a907b + 3b68e84 commit 01f2efb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.27.3.tar.gz"
sha256 "21d0fedc66be2efdad8db0741f27b831728e0cfd5cedd9bdf1076f9e71da0aa4"
url "https://github.com/crate-ci/typos/archive/refs/tags/v1.28.0.tar.gz"
sha256 "da02a027d8779e598e0fa77df0674968a70f5b1f895a2ecb9d47c702dd6f64cf"
license any_of: ["Apache-2.0", "MIT"]

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1eb60a26b6f5443f49d9e1cba7b396e9d30c330a12d489b0476ab54ace099792"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d0e101a7e90678fe503755bfc03e349f03ca9bae8fc88e2c7d8b44459a96bbe"
sha256 cellar: :any_skip_relocation, arm64_ventura: "20737cf5ade36b71bbe825c37d6b31c99c1e1533812b50a8ecca13e04590f44b"
sha256 cellar: :any_skip_relocation, sonoma: "83bcd6c3a8b572c8dd7e31eea1d1959a1cce414f77d20f3890318a492c176b2b"
sha256 cellar: :any_skip_relocation, ventura: "a3df00febba9c3a2f7c03edc17b9bd93a4d1d82da81e0789574591cc9a50aa19"
sha256 cellar: :any_skip_relocation, x86_64_linux: "33edbf60e5d380331ff75866403ab86a94033cd72ca796082d1069b3d45f22a6"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "51f4ec0473bb4b426e760367d34c6255979eb296d2b8f2ac0f962abb167d5d29"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "410132b527226cadcdee6430c3f159b19473672c133c25129b5837b774c9fd1c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b932ebcc93d8de40f734d1e21c7cecbf4c6b8c5afffce54224665ff83baf3015"
sha256 cellar: :any_skip_relocation, sonoma: "99e1fca427e95c41cc45a524f3b532a72303081b64f7063894a62e07df46eeff"
sha256 cellar: :any_skip_relocation, ventura: "fbdeab742098f71ff4f8f11e1a8898e1d63f9737a131f4b19dadb48083e750f1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f996b6bf863599989091e678c6b4a5d71b1c9ef6273d010dd851dee4f2790034"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 01f2efb

Please sign in to comment.