1
1
class TyposCli < Formula
2
2
desc "Source code spell checker"
3
3
homepage "https://github.com/crate-ci/typos"
4
- url "https://github.com/crate-ci/typos/archive/refs/tags/v1.37.2 .tar.gz"
5
- sha256 "37962c93bbebd0726d1f5efd3b0058ef37d9176da3c3f69c7f1cdbffb5f690af "
4
+ url "https://github.com/crate-ci/typos/archive/refs/tags/v1.37.3 .tar.gz"
5
+ sha256 "164195475e940dee9fcd73662caa58240f8c3a2f188cd5989e2dc1bbef3ebaa1 "
6
6
license any_of : [ "Apache-2.0" , "MIT" ]
7
7
8
8
livecheck do
@@ -11,12 +11,12 @@ class TyposCli < Formula
11
11
end
12
12
13
13
bottle do
14
- sha256 cellar : :any_skip_relocation , arm64_tahoe : "050497ae3dc9baa8cb480ac389130704fe02070e23a6bf7bd319ccc319478c91 "
15
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "8d83d221f6ede7c3ca2f7b642a4f369fb47ea9d18e1bd0ba58434d55c91f0bbc "
16
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "f6c7ff475a1fcc503198e9b881faedb5f09820b2125d279930fcd8c0bc63dd3f "
17
- sha256 cellar : :any_skip_relocation , sonoma : "33b5f24b9357062722ba9ee0d46c0b9a24b5382d6c8c18fe1ecdb1b4d767d4bd "
18
- sha256 cellar : :any_skip_relocation , arm64_linux : "ef925f2b45c9da4b216d2b22936e378e4e8917dce2b074d0679aa1404c1a7bfe "
19
- sha256 cellar : :any_skip_relocation , x86_64_linux : "a608761c8b5b5072f21cf493723095918fefd1e3773e2edb34e0ad71573216d2 "
14
+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "d189abb4dc749383a97dbd988af6137ea8ff8cd48990977b888eead68a6ea210 "
15
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "51a80dc486b91fbf327ef1712012a5abb6047c30831f53675e1572a8e1c312c5 "
16
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "85762c911bbdf7312a73f277e50d32f8bed92da40505aeb18c3b5c10d8932c4e "
17
+ sha256 cellar : :any_skip_relocation , sonoma : "dde731094c9d491ee094683b453d3d91db3f50b0572b782ee1c63467f40fb306 "
18
+ sha256 cellar : :any_skip_relocation , arm64_linux : "67ccb64002f170a10e2c1ffe31a0ea5f972a005702065dd4488ae13a7a33b12e "
19
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "713300a256992e3a2f08562a7a14a40ba681545550e2a162230fec8e6d4a5e51 "
20
20
end
21
21
22
22
depends_on "rust" => :build
0 commit comments