lib/softcover/commands/check.rb in softcover-1.5.0 vs lib/softcover/commands/check.rb in softcover-1.5.1

- old
+ new

@@ -61,11 +61,11 @@ message = "LaTeX (http://latex-project.org/ftp.html)\n" message += " ∟ Huge download—start it now!" when :ghostscript message = "GhostScript (should come with LaTeX)\n" when :convert - "ImageMagick (http://www.imagemagick.org/script/binary-releases.php)" + "ImageMagick (https://www.imagemagick.org/script/download.php)" when :node "NodeJS (http://nodejs.org/)" when :phantomjs message = "PhantomJS (http://phantomjs.org/)\n" message += " ∟ Put bin/phantomjs version 2 somewhere on your path," @@ -84,13 +84,12 @@ url = 'http://www.java.com/en/download/help/index_installing.xml' "Java (#{url})" when :zip "Install zip (e.g., apt-get install zip)" when :epubcheck - url = 'https://github.com/IDPF/epubcheck/releases/' - url += 'download/v4.0.1/epubcheck-4.0.1.zip' - message = "EpubCheck 4.0.1 (#{url})\n" - message += " ∟ Unzip and place epubcheck-4.0.1/ in a directory on your path" + url = 'https://github.com/IDPF/epubcheck/releases/download/v4.0.2/epubcheck-4.0.2.zip' + message = "EpubCheck 4.0.2 (#{url})\n" + message += " ∟ Unzip and place epubcheck-4.0.2/ in a directory on your path" when :inkscape message = "Inkscape (http://inkscape.org/)" else raise "Unknown label #{label}" end