Skip to content

Commit

Permalink
Merge pull request #196036 from Homebrew/bump-node-sass-1.80.5
Browse files Browse the repository at this point in the history
node-sass 1.80.5
  • Loading branch information
BrewTestBot authored Oct 30, 2024
2 parents 4e649c6 + 71337bd commit bb792b8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/n/node-sass.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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
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"
Expand Down

0 comments on commit bb792b8

Please sign in to comment.