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.35.4 .tar.gz"
5
- sha256 "a1e46dc0992ce0118c53bb3c4dda5c20d10d2e6c7a1df18b7c80ba2460597963 "
4
+ url "https://github.com/crate-ci/typos/archive/refs/tags/v1.35.5 .tar.gz"
5
+ sha256 "2a901f69ce303fb60e41d23c68382f30f85fb20b3d78075d1318659fa005dcc0 "
6
6
license any_of : [ "Apache-2.0" , "MIT" ]
7
7
8
8
livecheck do
@@ -11,13 +11,13 @@ class TyposCli < Formula
11
11
end
12
12
13
13
bottle do
14
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "35327aa1534a0e1016a43b825dba7d77536b30e7675c74a872b8af46c76abb14 "
15
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "1bdfaa1956be9afabfd8f90242d368e502d5368ddc4455e6b961171727359c1e "
16
- sha256 cellar : :any_skip_relocation , arm64_ventura : "f039869a1d2ec2583dc7da2af9488dcc7225981ae4a88f0b84cc08baa3ea58a3 "
17
- sha256 cellar : :any_skip_relocation , sonoma : "ac59ba87ccf90defa1f02b1719e67fe0bcaa2bea2bb8fd40dc274d3c12b868d1 "
18
- sha256 cellar : :any_skip_relocation , ventura : "abce68b236edcf2e935ac673a38229a334cab28a932be6f7ede8aaaa1111f01c "
19
- sha256 cellar : :any_skip_relocation , arm64_linux : "bf158d3cb652519c142952cdd98202aceb90d9ab9d2f9c643b3b6a535613b6d3 "
20
- sha256 cellar : :any_skip_relocation , x86_64_linux : "940a4ab25c8591ae4cf5ada6406ddaae007ced8a81ff32b16a3e9a9837319003 "
14
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "fc28ce0de6ed4ad089adb7431a9ec9f8a0210d570d4f1d9a792ad196666de6a5 "
15
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "4ba2d957a6a52931a7309d9d7bae36b050e0f82cca602ae93b2af0cb422323db "
16
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "d3e2b316b2762bcce27a7741c6e42947c26ac186362dba7a821c72891a0d0fdb "
17
+ sha256 cellar : :any_skip_relocation , sonoma : "97129a34fcc4d5f0725247992cfbc5bfe2676100f2b25b3fa8e84e57e33bf9e9 "
18
+ sha256 cellar : :any_skip_relocation , ventura : "d4d088f65e2b5f74f5e56eadf706032be50433b959b9c2dbf72b5bd432a8dea0 "
19
+ sha256 cellar : :any_skip_relocation , arm64_linux : "eb601e5ba98990cfca75244dd2b44b83767fbbc42195be96a2777667eef1e06c "
20
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "b41df4f4df29588ec6ec5b5a1d447a2b236c96ca9e8351f313f4751a04aea53d "
21
21
end
22
22
23
23
depends_on "rust" => :build
0 commit comments