diff options
| author | BrewTestBot | 2015-02-25 09:28:01 +0000 | 
|---|---|---|
| committer | Xu Cheng | 2015-02-25 17:32:51 +0800 | 
| commit | a66474d8643dbe98979385df8a95519c67a16e7d (patch) | |
| tree | 2ce043ba4b11cd5edddb47894b103460a5389656 | |
| parent | 4de3899d414d83629ed3308e58d88e6ff77dc340 (diff) | |
| download | homebrew-a66474d8643dbe98979385df8a95519c67a16e7d.tar.bz2 | |
mupdf-tools: add 1.6 bottle.
| -rw-r--r-- | Library/Formula/mupdf-tools.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/mupdf-tools.rb b/Library/Formula/mupdf-tools.rb index 7eb8db6ca..d8163f576 100644 --- a/Library/Formula/mupdf-tools.rb +++ b/Library/Formula/mupdf-tools.rb @@ -4,6 +4,13 @@ class MupdfTools < Formula    sha1 "491d7a3b131589791c7df6dd8161c6bfe41ce74a"    head "git://git.ghostscript.com/mupdf.git" +  bottle do +    cellar :any +    sha1 "e1166cfdfd12e55f1e6181b6ef773018288ebd23" => :yosemite +    sha1 "2c1e660770d70d04ab1a637d7f50c0991e16ea9f" => :mavericks +    sha1 "924ea1f07a4dc79daba2a6233d4c5ac93c691662" => :mountain_lion +  end +    depends_on :macos => :snow_leopard    depends_on "openssl" | 
