Skip to content

Commit b5747fc

Browse files
authored
Merge pull request Homebrew#227224 from Homebrew/bump-htmlhint-1.6.2
htmlhint 1.6.2
2 parents 6b6e397 + 9d67717 commit b5747fc

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.6.1.tgz"
5-
sha256 "4932de4468ae95ed84a26c330fbddd35e1e8d7855f7bb7ee52f4dea2dabb86a2"
4+
url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.2.tgz"
5+
sha256 "23cd35a00b256e6df6a1471bfbc5a124492fc78bc263443ccb7143b4f79e374d"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "3f5ebb82dd16fe33087e689cb0c3f2dd80b23a6f6d3c036680abe4d86bd09669"
9+
sha256 cellar: :any_skip_relocation, all: "dfa94b36bec4e6b9609447ea44b30462fc1d1e8d2a190ead942e156b1cb30762"
1010
end
1111

1212
depends_on "node"

0 commit comments

Comments
 (0)