We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8acbed2 + ae292a6 commit 4e598a5Copy full SHA for 4e598a5
Formula/h/htmlhint.rb
@@ -1,12 +1,12 @@
1
class Htmlhint < Formula
2
desc "Static code analysis tool you need for your HTML"
3
homepage "https://github.com/htmlhint/HTMLHint"
4
- url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.7.1.tgz"
5
- sha256 "3eef0342bdd7104b9aa3e10b90df0232117feed7cc08a3a89acbe038a2f80423"
+ url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.8.0.tgz"
+ sha256 "16e096ffc05118ba700494c79058dd3c9f7530a05426e28a1f7b878abc1afecb"
6
license "MIT"
7
8
bottle do
9
- sha256 cellar: :any_skip_relocation, all: "62f78dd0ebeef54ed4b1bb69af41ad8809d0a1d89a98ea2f66511580b05aa290"
+ sha256 cellar: :any_skip_relocation, all: "ef6d5e5087c7879fc0b7e4eba6f2c4cded6d2d531324daec59885c6f94556039"
10
end
11
12
depends_on "node"
0 commit comments