diff options
| author | Tobias Fischer | 2014-12-21 02:01:43 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-20 22:49:22 -0500 |
| commit | f6b90086273cf015b0e735b0128e4858b5c1e6e1 (patch) | |
| tree | cb5fb2d0a9287db00be44575f9c15d31d37eb174 /Library | |
| parent | e42906f8451d7720c05f2b2e9f8f6ee2170e45a3 (diff) | |
| download | homebrew-f6b90086273cf015b0e735b0128e4858b5c1e6e1.tar.bz2 | |
epubcheck: update URLs
Closes #35163.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -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 93a31dd5f..52d273b3e 100644 --- a/Library/Formula/epubcheck.rb +++ b/Library/Formula/epubcheck.rb @@ -1,8 +1,8 @@ require 'formula' class Epubcheck < Formula - homepage 'http://code.google.com/p/epubcheck/' - url 'https://epubcheck.googlecode.com/files/epubcheck-3.0.1.zip' + homepage 'https://github.com/IDPF/epubcheck' + url 'https://github.com/IDPF/epubcheck/releases/download/v3.0.1/epubcheck-3.0.1.zip' sha1 '80a61fb2817ec547d292362793da5b91dbef92e3' def install |
