Skip to content

Commit

Permalink
vnu 20150207
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#36609.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
dunn authored and jacknagel committed Feb 7, 2015
1 parent ecc1429 commit 86c2265
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Formula/vnu.rb
@@ -1,10 +1,8 @@
require "formula"

class Vnu < Formula
homepage "https://validator.github.io/validator/"
url "https://github.com/validator/validator/releases/download/20141006/vnu-20141013.jar.zip"
sha1 "48bfcb41e6faf9130c5f1698497e0ec15ddfd657"
version "20141013"
url "https://github.com/validator/validator/releases/download/20150207/vnu-20150207.jar.zip"
sha1 "30f840cb36185b27e4941eeff43929b6bbe05d0c"
version "20150207"

def install
libexec.install "vnu.jar"
Expand All @@ -13,7 +11,7 @@ def install

test do
path = testpath/"index.html"
path.write <<-EOS
path.write <<-EOS.undent
<!DOCTYPE html>
<html>
<head>
Expand Down

0 comments on commit 86c2265

Please sign in to comment.