diff options
| author | BrewTestBot | 2014-11-30 17:49:20 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-30 17:54:39 +0000 |
| commit | 88e152d2fdc0c5e37bcccd83cfc4c09eed941a46 (patch) | |
| tree | 4be25740fd56aa2ecfd8bdae622af96231383bbe /Library/Formula/privoxy.rb | |
| parent | ac3fc2f9d786c432334370894bfe31d534f14ebb (diff) | |
| download | homebrew-88e152d2fdc0c5e37bcccd83cfc4c09eed941a46.tar.bz2 | |
privoxy: add 3.0.22 bottle.
Diffstat (limited to 'Library/Formula/privoxy.rb')
| -rw-r--r-- | Library/Formula/privoxy.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/privoxy.rb b/Library/Formula/privoxy.rb index fff8742ca..951920ddf 100644 --- a/Library/Formula/privoxy.rb +++ b/Library/Formula/privoxy.rb @@ -5,6 +5,12 @@ class Privoxy < Formula url 'https://downloads.sourceforge.net/project/ijbswa/Sources/3.0.22%20%28stable%29/privoxy-3.0.22-stable-src.tar.gz' sha1 '16cab9bb2055546a5f70815044dab893396c5686' + bottle do + sha1 "9a7f048bebdfa6737775a2b3ccbffb9813b6e548" => :yosemite + sha1 "a1ffe0019d363486a9e8c6dabfc779596dcc7f52" => :mavericks + sha1 "b9c9795f397f6571bab68b2a0633b493cf60c4da" => :mountain_lion + end + depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build |
