Skip to content

Commit 4e598a5

Browse files
authored
Merge pull request #255848 from Homebrew/bump-htmlhint-1.8.0
htmlhint 1.8.0
2 parents 8acbed2 + ae292a6 commit 4e598a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/h/htmlhint.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Htmlhint < Formula
22
desc "Static code analysis tool you need for your HTML"
33
homepage "https://github.com/htmlhint/HTMLHint"
4-
url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.7.1.tgz"
5-
sha256 "3eef0342bdd7104b9aa3e10b90df0232117feed7cc08a3a89acbe038a2f80423"
4+
url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.8.0.tgz"
5+
sha256 "16e096ffc05118ba700494c79058dd3c9f7530a05426e28a1f7b878abc1afecb"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "62f78dd0ebeef54ed4b1bb69af41ad8809d0a1d89a98ea2f66511580b05aa290"
9+
sha256 cellar: :any_skip_relocation, all: "ef6d5e5087c7879fc0b7e4eba6f2c4cded6d2d531324daec59885c6f94556039"
1010
end
1111

1212
depends_on "node"

0 commit comments

Comments
 (0)