Skip to content

Commit 9e4662b

Browse files
authored
Merge pull request #225124 from Homebrew/bump-stylelint-16.20.0
stylelint 16.20.0
2 parents 00ba183 + 052d74e commit 9e4662b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/stylelint.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Stylelint < Formula
22
desc "Modern CSS linter"
33
homepage "https://stylelint.io/"
4-
url "https://registry.npmjs.org/stylelint/-/stylelint-16.19.1.tgz"
5-
sha256 "a429c9e8d5a3d5fc396066199aa7126769e1d4ffd3a9da2c0e49d4bafa3b38f3"
4+
url "https://registry.npmjs.org/stylelint/-/stylelint-16.20.0.tgz"
5+
sha256 "743a70841c93ae3fdcac93d5ef3d30467d1783f4a1d238a301016a96358e0649"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "143c27ed3713827f92cab5f4650a71a4040fd30c5bb4c13fcfa71ee266ebd917"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "143c27ed3713827f92cab5f4650a71a4040fd30c5bb4c13fcfa71ee266ebd917"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "143c27ed3713827f92cab5f4650a71a4040fd30c5bb4c13fcfa71ee266ebd917"
12-
sha256 cellar: :any_skip_relocation, sonoma: "9df24b3985bcb44da8180aa8e2e9cbea80be97246349032d76fa1247db85f5af"
13-
sha256 cellar: :any_skip_relocation, ventura: "9df24b3985bcb44da8180aa8e2e9cbea80be97246349032d76fa1247db85f5af"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "143c27ed3713827f92cab5f4650a71a4040fd30c5bb4c13fcfa71ee266ebd917"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "143c27ed3713827f92cab5f4650a71a4040fd30c5bb4c13fcfa71ee266ebd917"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b6d62415a7b218b13c8bf79d115c8277e15ef9ac3049e5b9a22cbea9044efbc0"
13+
sha256 cellar: :any_skip_relocation, ventura: "b6d62415a7b218b13c8bf79d115c8277e15ef9ac3049e5b9a22cbea9044efbc0"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)