Skip to content

Commit

Permalink
Merge pull request #178955 from Homebrew/bump-stylelint-16.8.1
Browse files Browse the repository at this point in the history
stylelint 16.8.1
  • Loading branch information
BrewTestBot authored Jul 30, 2024
2 parents 4774bce + ef53597 commit 31c16cc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/s/stylelint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
class Stylelint < Formula
desc "Modern CSS linter"
homepage "https://stylelint.io/"
url "https://registry.npmjs.org/stylelint/-/stylelint-16.8.0.tgz"
sha256 "b59aaf49439f60a43aff7b883f07142d240227bef89135593db04b908d6e196b"
url "https://registry.npmjs.org/stylelint/-/stylelint-16.8.1.tgz"
sha256 "037fc1198af5f004966747d41a8c7959aecccb04ec7ecce5f4b9048c2c2ef902"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "643bff74cbff9efe1d83ec7e59005cb91c552eec59c69032dbf8a66fcad86701"
sha256 cellar: :any_skip_relocation, arm64_ventura: "643bff74cbff9efe1d83ec7e59005cb91c552eec59c69032dbf8a66fcad86701"
sha256 cellar: :any_skip_relocation, arm64_monterey: "643bff74cbff9efe1d83ec7e59005cb91c552eec59c69032dbf8a66fcad86701"
sha256 cellar: :any_skip_relocation, sonoma: "87ff84ab0c176e6cc68da1b9c759b2f1125aee5cc1f3722eb079c91f881d1c21"
sha256 cellar: :any_skip_relocation, ventura: "87ff84ab0c176e6cc68da1b9c759b2f1125aee5cc1f3722eb079c91f881d1c21"
sha256 cellar: :any_skip_relocation, monterey: "87ff84ab0c176e6cc68da1b9c759b2f1125aee5cc1f3722eb079c91f881d1c21"
sha256 cellar: :any_skip_relocation, x86_64_linux: "06f57f471c2ebd136383a55c03ed1af75068339220bf9380c01030db45bb7f17"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b792c1ad46feb1b116d9cfe83b1c89e3791351123d788533d739c8466a0f6926"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b792c1ad46feb1b116d9cfe83b1c89e3791351123d788533d739c8466a0f6926"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b792c1ad46feb1b116d9cfe83b1c89e3791351123d788533d739c8466a0f6926"
sha256 cellar: :any_skip_relocation, sonoma: "e6810185c00413562170931c6c2b7c263cbafb3196085514b7253094ca9e26fc"
sha256 cellar: :any_skip_relocation, ventura: "e6810185c00413562170931c6c2b7c263cbafb3196085514b7253094ca9e26fc"
sha256 cellar: :any_skip_relocation, monterey: "e6810185c00413562170931c6c2b7c263cbafb3196085514b7253094ca9e26fc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "71159261de6694a2d0a38c2e898df333af1d1ec03fbb291c8ad65c4caba2d032"
end

depends_on "node"
Expand Down

0 comments on commit 31c16cc

Please sign in to comment.