1
1
class TailwindcssLanguageServer < Formula
2
2
desc "LSP for TailwindCSS"
3
3
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 "
6
6
license "MIT"
7
7
8
8
livecheck do
@@ -13,12 +13,12 @@ class TailwindcssLanguageServer < Formula
13
13
end
14
14
15
15
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 "
22
22
end
23
23
24
24
depends_on "pnpm" => :build
0 commit comments