diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/epubcheck.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/epubcheck.rb b/Library/Formula/epubcheck.rb index 32f99d7f4..efbe8f2af 100644 --- a/Library/Formula/epubcheck.rb +++ b/Library/Formula/epubcheck.rb @@ -2,8 +2,8 @@ require 'formula' class Epubcheck < Formula homepage 'http://code.google.com/p/epubcheck/' - url 'http://epubcheck.googlecode.com/files/epubcheck-3.0.zip' - sha1 'd4064f9c3ce1a82130897301374bc760ed69d55c' + url 'http://epubcheck.googlecode.com/files/epubcheck-3.0.1.zip' + sha1 '80a61fb2817ec547d292362793da5b91dbef92e3' def install jarname = "epubcheck-#{version}.jar" |
