diff options
| author | BrewTestBot | 2014-12-27 19:41:16 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 20:11:24 +0000 | 
| commit | 24204daa8c72533c6b350fa80ebd6a03e32effa2 (patch) | |
| tree | b9817a021a793909c520553ca6a18f6f194d6976 | |
| parent | b79cb2b5c0f8fc920206fc774995c4d0519d3a34 (diff) | |
| download | homebrew-24204daa8c72533c6b350fa80ebd6a03e32effa2.tar.bz2 | |
polipo: add 1.1.1 bottle.
| -rw-r--r-- | Library/Formula/polipo.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/polipo.rb b/Library/Formula/polipo.rb index 4e84d4555..0dfb5cb64 100644 --- a/Library/Formula/polipo.rb +++ b/Library/Formula/polipo.rb @@ -7,6 +7,12 @@ class Polipo < Formula    head 'git://git.wifi.pps.jussieu.fr/polipo' +  bottle do +    sha1 "b8a3690483249552c1ca12c8173767b847f7e296" => :yosemite +    sha1 "40c9e227cc80b2378d0c5c0c397e7638628d694f" => :mavericks +    sha1 "e293417dcc1d1708cdef6cc5476445741ee97bb4" => :mountain_lion +  end +    def install      cache_root = (var + "cache/polipo")      cache_root.mkpath | 
