Skip to content

Commit

Permalink
Merge pull request #161561 from BrewTestBot/bump-typos-cli-1.18.0
Browse files Browse the repository at this point in the history
typos-cli 1.18.0
  • Loading branch information
BrewTestBot committed Feb 1, 2024
2 parents 79d99b6 + d976c88 commit eaa0388
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.17.2.tar.gz"
sha256 "51fbd4a7276394141ef30aae0eb9a394a4602d1e851e29ba406529f964a54053"
url "https://github.com/crate-ci/typos/archive/refs/tags/v1.18.0.tar.gz"
sha256 "2ba190f930cf56be0e2f57d678f19d8ab6c7fedd086c6739f9708561c12b9ce8"
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: "132f30d009295f29952f1d43a37fd5a587c49e9d55fd8c4d1e21a6d652e4f26c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b17216d982a8e446ba333c4051d5ca421e6b01a36ee9dc22597ad5735db1ba55"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ba89097e824b1fe6f52d94d1af749ff6753e48769af4f631240f8c30eaba1c6a"
sha256 cellar: :any_skip_relocation, sonoma: "4c7b8c03a10e17427a6523c41f801e4b03c804527c03844b910324444ea09109"
sha256 cellar: :any_skip_relocation, ventura: "b2a4c2fe75430461ef62a74850d5ff537c0d6198532145f09d264c2280991aa9"
sha256 cellar: :any_skip_relocation, monterey: "039fd4182cbf7eb1e9da909d8343f8150c1114d6660ad7d6f64adf9dbcd2912f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6ccb8d850d49fbd99ade675001725d7d5e0606df7a5bb1f398a6d7f3e67c40cc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "518e9325f5d62e8b62e8d063aa2195534caa47525d1fa40020d7549aae911f38"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6b34756d56d48ecfc71f93a211bb60f1c0129ee71af23413639eea3c6f4a52a5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b46ebd4ac3b8729e39e6d8b5c8bbf73145f528142d1785fd123aac219376a9b6"
sha256 cellar: :any_skip_relocation, sonoma: "4cb0d693fb7e9e92163e066a505a078cb09c594a9f3eefcb1fe13886a11d85e4"
sha256 cellar: :any_skip_relocation, ventura: "3564ccadb7ffca36237ad2a79322cc512b1d9e20fb97e499dc04268eee378550"
sha256 cellar: :any_skip_relocation, monterey: "8d78bef6e6906de6d80008ef79750feb65f8bd93f392dad2b5d92604187fc075"
sha256 cellar: :any_skip_relocation, x86_64_linux: "267232a6804650d1caff874f9c7184d137d9fd18270e9861f2d4a7926788066a"
end

depends_on "rust" => :build
Expand Down

0 comments on commit eaa0388

Please sign in to comment.