Skip to content

Commit 69301fb

Browse files
authored
Merge pull request Homebrew#127770 from dtrodrigues/bump-node-sass-1.61.0
node-sass 1.61.0
2 parents 82b3c07 + 7fd7905 commit 69301fb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/node-sass.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class NodeSass < Formula
33

44
desc "JavaScript implementation of a Sass compiler"
55
homepage "https://github.com/sass/dart-sass"
6-
url "https://registry.npmjs.org/sass/-/sass-1.60.0.tgz"
7-
sha256 "dc3e121be72a6b3c47f4c3eb3c83c631c1a8f0e0d9d161ae68084d823e417123"
6+
url "https://registry.npmjs.org/sass/-/sass-1.61.0.tgz"
7+
sha256 "f51b7d8e7a94a625e87e625a96117b2ca22ae41901d5ab8d9547d53f8dc3222c"
88
license "MIT"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a9d09db9b84b46cc3f55df8d6c53e319426d357490ff2902a20e4ce12a466e09"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "a9d09db9b84b46cc3f55df8d6c53e319426d357490ff2902a20e4ce12a466e09"
13-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "a9d09db9b84b46cc3f55df8d6c53e319426d357490ff2902a20e4ce12a466e09"
14-
sha256 cellar: :any_skip_relocation, ventura: "a9d09db9b84b46cc3f55df8d6c53e319426d357490ff2902a20e4ce12a466e09"
15-
sha256 cellar: :any_skip_relocation, monterey: "a9d09db9b84b46cc3f55df8d6c53e319426d357490ff2902a20e4ce12a466e09"
16-
sha256 cellar: :any_skip_relocation, big_sur: "a9d09db9b84b46cc3f55df8d6c53e319426d357490ff2902a20e4ce12a466e09"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1a0a2b381dfba749f3cfe6f8f39419a69a53b4ae9395994c2c3c58d4c3ff715a"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "da17007056a1f5329414f6be3de86e02eba4db2815bbf623c13dcf547e8f5d76"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "da17007056a1f5329414f6be3de86e02eba4db2815bbf623c13dcf547e8f5d76"
13+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "da17007056a1f5329414f6be3de86e02eba4db2815bbf623c13dcf547e8f5d76"
14+
sha256 cellar: :any_skip_relocation, ventura: "da17007056a1f5329414f6be3de86e02eba4db2815bbf623c13dcf547e8f5d76"
15+
sha256 cellar: :any_skip_relocation, monterey: "da17007056a1f5329414f6be3de86e02eba4db2815bbf623c13dcf547e8f5d76"
16+
sha256 cellar: :any_skip_relocation, big_sur: "da17007056a1f5329414f6be3de86e02eba4db2815bbf623c13dcf547e8f5d76"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b512ad4905360e66500917448f50b9000685ed9cf9f0d8fb7fcc01138dc97a26"
1818
end
1919

2020
depends_on "node"

0 commit comments

Comments
 (0)