From e3a5a9f5f2cfdc6b209672d2b31613ec2418d63c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:49:33 +0000 Subject: [PATCH 1/2] tailwindcss 3.4.2 tailwindcss: update build Signed-off-by: Rui Chen --- Formula/t/tailwindcss.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Formula/t/tailwindcss.rb b/Formula/t/tailwindcss.rb index 5ef213a786eb..08c51faf910c 100644 --- a/Formula/t/tailwindcss.rb +++ b/Formula/t/tailwindcss.rb @@ -3,8 +3,8 @@ class Tailwindcss < Formula desc "Utility-first CSS framework" homepage "https://tailwindcss.com" - url "https://github.com/tailwindlabs/tailwindcss/archive/refs/tags/v3.4.1.tar.gz" - sha256 "a3f5a288d8d0b2b9b9dbe0448fb325247fd71a758c6b645f76a93c3a4ab510fb" + url "https://github.com/tailwindlabs/tailwindcss/archive/refs/tags/v3.4.2.tar.gz" + sha256 "649f0bac61fdf669c617729911cc361e42c89d5d2d62f1ce88ee147b09a79006" license "MIT" bottle do @@ -20,9 +20,6 @@ class Tailwindcss < Formula depends_on "node" => :build def install - node = Formula["node"].opt_bin/"node" - system node, "./scripts/swap-engines.js" - system "npm", "install", *Language::Node.local_npm_install_args system "npm", "run", "build" From b4ef925206b70e1a245b9b7a3660c534bf531f6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:33:19 +0000 Subject: [PATCH 2/2] tailwindcss: update 3.4.2 bottle. --- Formula/t/tailwindcss.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tailwindcss.rb b/Formula/t/tailwindcss.rb index 08c51faf910c..eca050fb7a09 100644 --- a/Formula/t/tailwindcss.rb +++ b/Formula/t/tailwindcss.rb @@ -8,13 +8,13 @@ class Tailwindcss < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "07592ca984c58d3f7ec0f8d24822e056dcfc7887daa36df863df71e03139363b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7c267905b8fb5ba2091410c363badc8b383da42632c280eb0a998d12fc7d8ca3" - sha256 cellar: :any_skip_relocation, arm64_monterey: "7c267905b8fb5ba2091410c363badc8b383da42632c280eb0a998d12fc7d8ca3" - sha256 cellar: :any_skip_relocation, sonoma: "5cd717bf09834489527c774529ee81f17b9ea4551a57c0813273fa368a28a487" - sha256 cellar: :any_skip_relocation, ventura: "4cd1733c1a6f29b38a662bf55b9ce4cbda15fbdb86ceb5ba84f7558e2c9efe46" - sha256 cellar: :any_skip_relocation, monterey: "4cd1733c1a6f29b38a662bf55b9ce4cbda15fbdb86ceb5ba84f7558e2c9efe46" - sha256 cellar: :any_skip_relocation, x86_64_linux: "75f81bfd58ab4836f971a419febe29a46b1e83dbb79f1b357e6196b80f20549f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e154af12f0f5f8a58abeb7508a986bff29e0f27e2a7347a6fce368b4f0895e4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ce297889888069ff0dba3a08c93bc927ee2786adc752fa4ff59c3c89b0865ee0" + sha256 cellar: :any_skip_relocation, arm64_monterey: "ce297889888069ff0dba3a08c93bc927ee2786adc752fa4ff59c3c89b0865ee0" + sha256 cellar: :any_skip_relocation, sonoma: "c95d320b0f4b3d7710eab9f4a0982b28028270759e5dea4eca06470ed10bf697" + sha256 cellar: :any_skip_relocation, ventura: "71c946215a212407e3682deb3fe4b90dbc97b735b3aaf6bea3ed6f75350c8b68" + sha256 cellar: :any_skip_relocation, monterey: "71c946215a212407e3682deb3fe4b90dbc97b735b3aaf6bea3ed6f75350c8b68" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3bd10944bfdf72ef219f840b30c8463d81223614c3a2c13386560be837823f14" end depends_on "node" => :build