Skip to content

Commit a9ca711

Browse files
authored
Merge pull request #206250 from Homebrew/bump-tailwindcss-4.0.3
tailwindcss 4.0.3
2 parents 9c26e85 + 73b11de commit a9ca711

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/t/tailwindcss.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Tailwindcss < Formula
22
desc "Utility-first CSS framework"
33
homepage "https://tailwindcss.com"
4-
url "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.2.tgz"
5-
sha256 "4636533065a1ac058611aebfde93ef16d8197b162447cf212e17468a07f5a93e"
4+
url "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.3.tgz"
5+
sha256 "8b5a00d0c29cfce9ec97cde2144a40a279c133a42074f5d1d9958b8efee1495a"
66
license "MIT"
77
head "https://github.com/tailwindlabs/tailwindcss.git", branch: "next"
88

@@ -15,19 +15,19 @@ class Tailwindcss < Formula
1515
end
1616

1717
bottle do
18-
sha256 arm64_sequoia: "5bf65671f1afd586eccf17327883bfa5cd74c5f0d85ad6f3b1d7b08a03cd6f08"
19-
sha256 arm64_sonoma: "dbcf8fbd257414979d4c810ac99afcb4422e095dfe285747076f2bf0f971ef53"
20-
sha256 arm64_ventura: "bbf02255069862abffd913403a13e0b53ef964896834a0f20870e8df2cfdc6bb"
21-
sha256 sonoma: "1b77b59706b439287a0fbd18c66bf40fee5c1c8b99449cbd37112d30a866126a"
22-
sha256 ventura: "29e42290b9514fdbfab6cbda12f409e7e12ba2acae610cec265cb1229e32a032"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "37f4fd5fc54c8a438815a152f760c99d176c9aac95a6a288467d249edadf1d86"
18+
sha256 arm64_sequoia: "b541bf977c9cc588f95bb3ce310a5e84127e994d16c19d30b350b62646f134d2"
19+
sha256 arm64_sonoma: "6b52cf6468e3c71a85ce19cb24b38ee6aad73ff8bf224b300b84bd660a5af77a"
20+
sha256 arm64_ventura: "c7b7ffdeb80383280c0411c12056534d4bda92cd5d31ef56433a136da05e24e7"
21+
sha256 sonoma: "35a3c99f7aee5dcfa2ca87209b2d3a6ec804015ad96452b1abd4be4ce235ecd8"
22+
sha256 ventura: "4c5805491ecfd665f7cdea75985f580e1949a5157d53bf4b15fe5e1abad5c9bd"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f6aabde954bdd96b8f7b02317eff08e53ca767965d30596c57180b998fc4091d"
2424
end
2525

2626
depends_on "node"
2727

2828
resource "tailwind-cli" do
29-
url "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.0.2.tgz"
30-
sha256 "1f0923f621c91729ae5469670c5fa3e34b184162a251369ffac0e77b60f9e4c6"
29+
url "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.0.3.tgz"
30+
sha256 "d9df4e36cd823bbf90aeb9f7dc8e1bd1886501ef0ff51cba83526d29a41d5402"
3131
end
3232

3333
def install

0 commit comments

Comments
 (0)