Skip to content

Commit c4ca558

Browse files
authored
Merge pull request #209058 from Homebrew/bump-tailwindcss-language-server-0.14.8
tailwindcss-language-server 0.14.8
2 parents 5b9c098 + 2de6ca2 commit c4ca558

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tailwindcss-language-server.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class TailwindcssLanguageServer < Formula
22
desc "LSP for TailwindCSS"
33
homepage "https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server"
4-
url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.7.tar.gz"
5-
sha256 "9b5c286505d811c405ea5bd64ad52489cc24b0e5157e8180009ead1ebd3f1757"
4+
url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.8.tar.gz"
5+
sha256 "c0446b820a73b2524de9242afb1369a58bbc8275a5798b94d29f3a5e0ad02dcf"
66
license "MIT"
77

88
livecheck do
@@ -13,12 +13,12 @@ class TailwindcssLanguageServer < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c68b1e9ff38725229e830d1d7bc268d11d20eff19460271ca92955bdf88ddcbf"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c68b1e9ff38725229e830d1d7bc268d11d20eff19460271ca92955bdf88ddcbf"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c68b1e9ff38725229e830d1d7bc268d11d20eff19460271ca92955bdf88ddcbf"
19-
sha256 cellar: :any_skip_relocation, sonoma: "c68b1e9ff38725229e830d1d7bc268d11d20eff19460271ca92955bdf88ddcbf"
20-
sha256 cellar: :any_skip_relocation, ventura: "c68b1e9ff38725229e830d1d7bc268d11d20eff19460271ca92955bdf88ddcbf"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "536e004ac72328a1654de652cda949c00073cbc1777e467def92e106a00830a9"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "11934d9441b68ced326bdfe90a4cf0ed64b1391bc90f12bd44a9747215ec0c48"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "11934d9441b68ced326bdfe90a4cf0ed64b1391bc90f12bd44a9747215ec0c48"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "11934d9441b68ced326bdfe90a4cf0ed64b1391bc90f12bd44a9747215ec0c48"
19+
sha256 cellar: :any_skip_relocation, sonoma: "11934d9441b68ced326bdfe90a4cf0ed64b1391bc90f12bd44a9747215ec0c48"
20+
sha256 cellar: :any_skip_relocation, ventura: "11934d9441b68ced326bdfe90a4cf0ed64b1391bc90f12bd44a9747215ec0c48"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "741a069ef27553a58ed7dc6d7833257950df65ac29fb9fe4854c4263f75a6dd1"
2222
end
2323

2424
depends_on "pnpm" => :build

0 commit comments

Comments
 (0)