Skip to content

Commit

Permalink
vnu 20.6.30
Browse files Browse the repository at this point in the history
* vnu 20.6.30
* vnu: add livecheck

Closes #63063.

Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: Dustin Rodrigues <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
chenrui333 authored and BrewTestBot committed Oct 18, 2020
1 parent 12cb4ef commit 05619ba
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Formula/vnu.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
class Vnu < Formula
desc "Nu Markup Checker: command-line and server HTML validator"
homepage "https://validator.github.io/validator/"
url "https://github.com/validator/validator/releases/download/20.3.16/vnu.jar_20.3.16.zip"
sha256 "1d5b3f0ded0a1e6f9d26a0be5c051a9590a11c8aab2e12d208120a3063e7bdcd"
url "https://github.com/validator/validator/releases/download/20.6.30/vnu.jar_20.6.30.zip"
sha256 "f6dc1464229756f582bdd6c083df11ec13e0d7389dd50b56e63133aa8b0dd200"
license "MIT"
revision 1
version_scheme 1

livecheck do
url "https://github.com/validator/validator/releases/latest"
regex(%r{href=.*?/tag/v?(\d+(?:\.\d+)+)["' >]}i)
end

bottle :unneeded

depends_on "openjdk"
Expand Down

0 comments on commit 05619ba

Please sign in to comment.