aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-02-28 21:24:46 +0000
committerMike McQuaid2015-03-01 13:25:58 +0000
commit92b20c42ac5175dabf0bb79a704cff6da606a724 (patch)
treecc8fe0587769ae4658fd7bf9a068717fc5d93b64 /Library/Formula
parent07ca61769a10ea46e494f6ec58c1802e391397f1 (diff)
downloadhomebrew-92b20c42ac5175dabf0bb79a704cff6da606a724.tar.bz2
pdfgrep: add 1.3.1 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pdfgrep.rb7
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"