diff options
| author | Alex Dunn | 2015-02-16 10:08:48 -0800 |
|---|---|---|
| committer | Jack Nagel | 2015-02-16 20:41:53 -0500 |
| commit | 374b43b05ef02ebdcd281c5fc15494a397f0b571 (patch) | |
| tree | 97d1072f6e85626beddf95c2d26d30fe97a947ae /Library/Formula | |
| parent | cef2acd0321bb964be2daa518a7f5897893c8cd7 (diff) | |
| download | homebrew-374b43b05ef02ebdcd281c5fc15494a397f0b571.tar.bz2 | |
vnu 20150216
Closes #36862.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vnu.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/vnu.rb b/Library/Formula/vnu.rb index 1bf6d81a0..fc76c4672 100644 --- a/Library/Formula/vnu.rb +++ b/Library/Formula/vnu.rb @@ -1,8 +1,8 @@ class Vnu < Formula homepage "https://validator.github.io/validator/" - url "https://github.com/validator/validator/releases/download/20150207/vnu-20150207.jar.zip" - sha1 "30f840cb36185b27e4941eeff43929b6bbe05d0c" - version "20150207" + url "https://github.com/validator/validator/releases/download/20150216/vnu-20150216.jar.zip" + sha1 "d4189c5f2687483f8edd4d5b1bb57b3c612cd611" + version "20150216" def install libexec.install "vnu.jar" |
