From c4709d2b029ddd773c334827ecf60ed11b3bca97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 30 Oct 2024 03:43:52 +0000 Subject: [PATCH 1/2] node-sass 1.80.5 --- Formula/n/node-sass.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/node-sass.rb b/Formula/n/node-sass.rb index b641c1a00d198..a223f2a55a075 100644 --- a/Formula/n/node-sass.rb +++ b/Formula/n/node-sass.rb @@ -1,8 +1,8 @@ class NodeSass < Formula desc "JavaScript implementation of a Sass compiler" homepage "https://github.com/sass/dart-sass" - url "https://registry.npmjs.org/sass/-/sass-1.80.4.tgz" - sha256 "feadc9f689b558b6ba59f2e6a6c37c1fbec1307c6bbb357afe6f6d6dcc25ef9d" + url "https://registry.npmjs.org/sass/-/sass-1.80.5.tgz" + sha256 "79b67bd480565aba16755e6ee7e0b843f6ef39d8d099ab458974c99dd2696401" license "MIT" bottle do From 71337bdb7843cb976d1cf41acb80874095035e55 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:19:21 +0000 Subject: [PATCH 2/2] node-sass: update 1.80.5 bottle. --- Formula/n/node-sass.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/node-sass.rb b/Formula/n/node-sass.rb index a223f2a55a075..ebaa1db9c240a 100644 --- a/Formula/n/node-sass.rb +++ b/Formula/n/node-sass.rb @@ -6,12 +6,12 @@ class NodeSass < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "164036a607dbc47755ba7f0b78cb8a49dc3f54102bdde4969f447278b4159a04" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "164036a607dbc47755ba7f0b78cb8a49dc3f54102bdde4969f447278b4159a04" - sha256 cellar: :any_skip_relocation, arm64_ventura: "164036a607dbc47755ba7f0b78cb8a49dc3f54102bdde4969f447278b4159a04" - sha256 cellar: :any_skip_relocation, sonoma: "4690c08883a0eb062c7abf4e5bc8fe01090d8d967bad15ec2a41b3ac2973aa94" - sha256 cellar: :any_skip_relocation, ventura: "4690c08883a0eb062c7abf4e5bc8fe01090d8d967bad15ec2a41b3ac2973aa94" - sha256 cellar: :any_skip_relocation, x86_64_linux: "98dd35c8fa88d165664b248050317f61aca4a3f4be7ddaf7c600c9b1288398a1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd5f1687e49313542e0c75db6f95d5d3f9ac991f719a06fca547097f820ea2a0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd5f1687e49313542e0c75db6f95d5d3f9ac991f719a06fca547097f820ea2a0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fd5f1687e49313542e0c75db6f95d5d3f9ac991f719a06fca547097f820ea2a0" + sha256 cellar: :any_skip_relocation, sonoma: "c79a2f26a077e9368a83826a9788466b9e5f0bd1bd1fe16dcc4c38cc8023adcd" + sha256 cellar: :any_skip_relocation, ventura: "c79a2f26a077e9368a83826a9788466b9e5f0bd1bd1fe16dcc4c38cc8023adcd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "97afd485b5e18726a437c4df1e2c03af39f427e2d6b0a535e25307e3508ca141" end depends_on "node"