mupdf-tools 1.7a

Closes Homebrew/homebrew#39800.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
ojab 2015-05-15 21:35:25 +00:00 committed by Jack Nagel
parent 64e47ac1e7
commit 3c2e088957

View file

@ -1,7 +1,7 @@
class MupdfTools < Formula
homepage "http://mupdf.com"
url "http://mupdf.com/downloads/mupdf-1.6-source.tar.gz"
sha1 "491d7a3b131589791c7df6dd8161c6bfe41ce74a"
url "http://mupdf.com/downloads/mupdf-1.7a-source.tar.gz"
sha1 "6114cb8d318c71f877cea4660df2eb513fcf82b9"
head "git://git.ghostscript.com/mupdf.git"
bottle do
@ -25,6 +25,6 @@ class MupdfTools < Formula
test do
pdf = test_fixtures("test.pdf")
assert_match /Homebrew test/, shell_output("#{bin}/mudraw -t #{pdf}")
assert_match /Homebrew test/, shell_output("#{bin}/mudraw -F txt #{pdf}")
end
end