aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDJManas2012-11-17 22:48:13 +0100
committerAdam Vandenberg2012-11-17 15:12:57 -0800
commit56cb7a8b6885d5ba94cd9e2632647107f9133644 (patch)
tree14b91a217157fd6c7ad515bc4c00ac0ecf1873ec /Library
parentd877b1d974f629ed1cfbe41c78063e61ee0d804c (diff)
downloadhomebrew-56cb7a8b6885d5ba94cd9e2632647107f9133644.tar.bz2
epubcheck --devel 3.0-RC-1
Closes #16124. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/epubcheck.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/epubcheck.rb b/Library/Formula/epubcheck.rb
index 0d8226fa1..73c295983 100644
--- a/Library/Formula/epubcheck.rb
+++ b/Library/Formula/epubcheck.rb
@@ -6,12 +6,13 @@ class Epubcheck < Formula
sha1 '86036eadad8408070791b3da368958239ed8a410'
devel do
- url 'http://epubcheck.googlecode.com/files/epubcheck-3.0b5.zip'
- sha1 'd5f9d60733f587946fc853f561ca2f13e3b8f83d'
+ url 'http://epubcheck.googlecode.com/files/epubcheck-3.0-RC-1.zip'
+ version '3.0-RC-1'
+ sha1 '055d8aaaaee70c581aced379097bb1eb1e7a8826'
end
def install
- jarname = build.devel? ? "epubcheck-3.0b5.jar" : "epubcheck-1.2.jar"
+ jarname = build.devel? ? "epubcheck-3.0-RC-1.jar" : "epubcheck-1.2.jar"
libexec.install jarname, "lib"
bin.write_jar_script libexec/jarname, 'epubcheck'
end