From 3c2e088957708c6c76cc40c95accdcce53a62ff9 Mon Sep 17 00:00:00 2001 From: ojab Date: Fri, 15 May 2015 21:35:25 +0000 Subject: [PATCH] mupdf-tools 1.7a Closes Homebrew/homebrew#39800. Signed-off-by: Jack Nagel --- Formula/mupdf-tools.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/mupdf-tools.rb b/Formula/mupdf-tools.rb index 273eebf2f6..d6a1ad83c9 100644 --- a/Formula/mupdf-tools.rb +++ b/Formula/mupdf-tools.rb @@ -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