Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
epubcheck 4.0.0
Browse files Browse the repository at this point in the history
Closes #44505.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
  • Loading branch information
tofi86 authored and bfontaine committed Oct 2, 2015
1 parent 5a2a556 commit 8678aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/epubcheck.rb
@@ -1,11 +1,11 @@
class Epubcheck < Formula
desc "Validate IDPF EPUB files, version 2.0 and later"
homepage "https://github.com/IDPF/epubcheck"
url "https://github.com/IDPF/epubcheck/releases/download/v3.0.1/epubcheck-3.0.1.zip"
sha256 "530d24e0a63961df205f96e78960e08543c387eb8afc0a260714c911574fd408"
url "https://github.com/IDPF/epubcheck/releases/download/v4.0.0/epubcheck-4.0.0.zip"
sha256 "6a2b73ddbe8aa5a83ee551b73297429daa73156192661ac28c1fbb39fa7edbdc"

def install
jarname = "epubcheck-#{version}.jar"
jarname = "epubcheck.jar"
libexec.install jarname, "lib"
bin.write_jar_script libexec/jarname, "epubcheck"
end
Expand Down

0 comments on commit 8678aed

Please sign in to comment.