Skip to content

Commit

Permalink
Merge pull request #170492 from Homebrew/bump-typos-cli-1.21.0
Browse files Browse the repository at this point in the history
typos-cli 1.21.0
  • Loading branch information
BrewTestBot authored Apr 30, 2024
2 parents 039ab2d + e495e13 commit e475a92
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.10.tar.gz"
sha256 "d9fa88f6e74c3801e72cd0e77401d49973bfdf63dfd17902b3fc5120a0a32af8"
url "https://github.com/crate-ci/typos/archive/refs/tags/v1.21.0.tar.gz"
sha256 "64de2b4dcf92b96760e8b7861eb24475b3161fb1a500a9006b414ef506f5bd3b"
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: "ec520ea1b1511240a5f62c108ec33618f56fda3171690b612bb9a97f301eac9a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "237b942b1dcf8c29f8cfdef105cc70845227c13508ca08cf197452cc8d5ecf9b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "12013e326ee3d6d055b951743f054c5830af2f74a41232413fb076016020c70a"
sha256 cellar: :any_skip_relocation, sonoma: "8ec1259c8c3ad5ab29e18d5dfd6b6a17f90b8691bff14f54244f507fb42b0bf4"
sha256 cellar: :any_skip_relocation, ventura: "4f6dc4093d01376381716daa4cc75b545a88f1f8fd92e1d305695e1bbc668ea8"
sha256 cellar: :any_skip_relocation, monterey: "682238b4b7e4b0e8c9a5394105cf62b2fc0ce44491f4d10d96d75131eea8a873"
sha256 cellar: :any_skip_relocation, x86_64_linux: "613edc0570b464a138d43620befe056989bca6d83afa033800fb8145f05fb4bf"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f31c53cd756522db4a5d7e19169a7c9fefaee133ff5aea356ad0db6ff1fc890e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "39a3c390672534c9b102567b5b0565bf3f683ca3a9e5e9dfa77b0a49a0428a7e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ea123b708fbcf59a73a5b092edae89563abcc1d30d45d1fc2de37f7ffebc5f79"
sha256 cellar: :any_skip_relocation, sonoma: "b149746689e00305b28aaab4c38027ee688043cfef0d553afb5eac46fdd7f052"
sha256 cellar: :any_skip_relocation, ventura: "d002d66e86d30da50a752c578e64b97f42c1ddd9bd8ced77902bc425817935ac"
sha256 cellar: :any_skip_relocation, monterey: "cec5305f7851ae09fe5969d4669d238d3c2c9534e2e127878d5ccc8fcf5d3f88"
sha256 cellar: :any_skip_relocation, x86_64_linux: "754a455671e43141874eabf2e94ad73a1f171a11de522e525aa492b8b6ecfc1a"
end

depends_on "rust" => :build
Expand Down

0 comments on commit e475a92

Please sign in to comment.