10000 Merge pull request #225126 from Homebrew/bump-tailwindcss-language-se… · Homebrew/homebrew-core@00ba183 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00ba183

Browse files
authored
Merge pull request #225126 from Homebrew/bump-tailwindcss-language-server-0.14.20
tailwindcss-language-server 0.14.20
2 parents 06f6656 + 5ed82c0 commit 00ba183

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/t/tailwindcss-language-server.rb

Lines changed: 9 additions & 9 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.19.tar.gz"
5-
sha256 "f3934e29bc6c759ec1d3788c423975c56a8ec67d18e5b021212308fca6a7aee5"
4+
url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.20.tar.gz"
5+
sha256 "05191814cb93831952971193bcee8ff281625bafc0f1655c353de83bbddfba6a"
66
license "MIT"
77

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

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "526387170fa7222aaf213e7d1416df64d6468945ba39cfe45cd5d1403192eca4"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "526387170fa7222aaf213e7d1416df64d6468945ba39cfe45cd5d1403192eca4"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "526387170fa7222aaf213e7d1416df64d6468945ba39cfe45cd5d1403192eca4"
19-
sha256 cellar: :any_skip_relocation, sonoma: "526387170fa7222aaf213e7d1416df64d6468945ba39cfe45cd5d1403192eca4"
20-
sha256 cellar: :any_skip_relocation, ventura: "526387170fa7222aaf213e7d1416df64d6468945ba39cfe45cd5d1403192eca4"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "e0787d06c03ba508ce6ef06f6a6f5bfe53e4e8442bfd27419ba3da80e506341a"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e0787d06c03ba508ce6ef06f6a6f5bfe53e4e8442bfd27419ba3da80e506341a"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a"
19+
sha256 cellar: :any_skip_relocation, sonoma: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a"
20+
sha256 cellar: :any_skip_relocation, ventura: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "8d7a33b3d93ffafd7ddc6223609f43d7b8fb49aa74a56ee1a54f38a1aa55f721"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8d7a33b3d93ffafd7ddc6223609f43d7b8fb49aa74a56ee1a54f38a1aa55f721"
2323
end
2424

2525
depends_on "pnpm@9" => :build

0 commit comments

Comments
 (0)
0