diff options
| author | BrewTestBot | 2015-02-28 21:24:46 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-01 13:25:58 +0000 |
| commit | 92b20c42ac5175dabf0bb79a704cff6da606a724 (patch) | |
| tree | cc8fe0587769ae4658fd7bf9a068717fc5d93b64 /Library | |
| parent | 07ca61769a10ea46e494f6ec58c1802e391397f1 (diff) | |
| download | homebrew-92b20c42ac5175dabf0bb79a704cff6da606a724.tar.bz2 | |
pdfgrep: add 1.3.1 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pdfgrep.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pdfgrep.rb b/Library/Formula/pdfgrep.rb index 8ad1dc388..4215a9140 100644 --- a/Library/Formula/pdfgrep.rb +++ b/Library/Formula/pdfgrep.rb @@ -5,6 +5,13 @@ class Pdfgrep < Formula head "https://git.gitorious.org/pdfgrep/pdfgrep.git" + bottle do + cellar :any + sha1 "c97fb86fb4f8bb91ce5ced1a0b5a26ae25157ea9" => :yosemite + sha1 "c562a14dd41e33ec105f4f0735c0b7f0fc6e96b6" => :mavericks + sha1 "cfc5c5ddc203b615ce93ecbb70e1e103b29d8591" => :mountain_lion + end + depends_on "pkg-config" => :build depends_on "poppler" |
