Skip to content

Commit 18cf04c

Browse files
authored
Merge pull request #217361 from Homebrew/bump-typos-lsp-0.1.36
typos-lsp 0.1.36
2 parents 3e7bd02 + 3b577c6 commit 18cf04c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/t/typos-lsp.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class TyposLsp < Formula
22
desc "Language Server for typos-cli"
33
homepage "https://github.com/tekumara/typos-lsp"
4-
url "https://github.com/tekumara/typos-lsp/archive/refs/tags/v0.1.35.tar.gz"
5-
sha256 "997d4facdd4ff6f5e4962e88fb12bc0d8943cdd7a2768efb4732074c7f621c44"
4+
url "https://github.com/tekumara/typos-lsp/archive/refs/tags/v0.1.36.tar.gz"
5+
sha256 "a09600b077872574566b267be332c620b41f009c485d50ce122094b51675ef65"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f746f85ff1208e965a04304c9a45c0b263531b95745e5db1eded7c818017cca1"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd0e5216832fe4dc8b0af7c1a897231de5878670a60bf45ed1b10170fd9f33de"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "94a4b0bb303c21a972093b50ad0c9d48afc2316fa8f8a1d005882c933bed1ec5"
12-
sha256 cellar: :any_skip_relocation, sonoma: "c0de5961ef972d56a0f92ed68f6e8a90d37a2aa02da6885b7a3defb7aca3a2ad"
13-
sha256 cellar: :any_skip_relocation, ventura: "acf23a44b146518d3df4c062c9997f47561dc56abf03907f566a9792d2e6002d"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "5e41e8d26eb5941bbd524830698990ef5354ce92cd2af8434a0ae754760e5218"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bcf84cd3a9b618dcf9a77c0ab0788c8cf687cec18f2df858ba275712165419ac"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee3915e3e9617c1924eab3c8a911ed61fa53b7206c4e4a4f026ba48584b8b5c0"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f78129f30fccbae78d3ea8694bbefb4fbee51929655929a57ad3a59053f2a4e3"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "303570d8c7ce686d08c5235ba515b199d3f8e6234b54bcc05078b161e9042379"
12+
sha256 cellar: :any_skip_relocation, sonoma: "04c34111dcd0d81a53f844a97db9bec7c7980cb2843c19a10b6d83dd3f36cb9e"
13+
sha256 cellar: :any_skip_relocation, ventura: "7c6b085d65cd0c47907967b724326f74a935787b005f4b6eea2187aff61a5ba3"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "17590a83cbffb34775cb3889a4c94517819d32ef1410cf7d6ee079d2d1e37d70"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "26adc0fda5ccba800edb5346be6849ff61a5934322f0f71a7f312d3f49d82332"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)