diff options
| -rw-r--r-- | Library/Formula/apr.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/apr.rb b/Library/Formula/apr.rb index 731ee220e..0b1f3de20 100644 --- a/Library/Formula/apr.rb +++ b/Library/Formula/apr.rb @@ -3,6 +3,12 @@ class Apr < Formula    url "http://www.apache.org/dyn/closer.cgi?path=apr/apr-1.5.1.tar.bz2"    sha1 "f94e4e0b678282e0704e573b5b2fe6d48bd1c309" +  bottle do +    sha1 "dd876e8523f31e935a605c3cb710d681aa762ae7" => :yosemite +    sha1 "881def6c18b664e2d3cc88f1e8c975fb314bb105" => :mavericks +    sha1 "48905e0fc63b2ae63cd3fd0912cec8ea09441420" => :mountain_lion +  end +    keg_only :provided_by_osx, "Apple's CLT package contains apr."    def install | 
