diff options
| author | Alex Dunn | 2015-02-06 15:13:43 -0800 | 
|---|---|---|
| committer | Jack Nagel | 2015-02-07 11:39:05 -0500 | 
| commit | 7cfcdc48ed828f4d39d23a3dcdb1f69739db140d (patch) | |
| tree | ddead89ba760559818ca245652b757b4ab966d71 | |
| parent | c2377500b883484b740e1c44fedaf5803a9d4d7b (diff) | |
| download | homebrew-7cfcdc48ed828f4d39d23a3dcdb1f69739db140d.tar.bz2 | |
vnu 20150207
Closes #36609.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/vnu.rb | 10 | 
1 files changed, 4 insertions, 6 deletions
| diff --git a/Library/Formula/vnu.rb b/Library/Formula/vnu.rb index fc4673955..1bf6d81a0 100644 --- a/Library/Formula/vnu.rb +++ b/Library/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" @@ -13,7 +11,7 @@ class Vnu < Formula    test do      path = testpath/"index.html" -    path.write <<-EOS +    path.write <<-EOS.undent        <!DOCTYPE html>        <html>        <head> | 
