diff options
| author | BrewTestBot | 2015-01-06 17:27:31 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-06 17:29:07 +0000 | 
| commit | 48f52a998cb05ec9717b57d57de09729894ac4f1 (patch) | |
| tree | c2fd306d799cba0f032875d83f767578302e1a3a | |
| parent | d1a428a249a0c1a88e03195bb96fc42a4cc1db2c (diff) | |
| download | homebrew-48f52a998cb05ec9717b57d57de09729894ac4f1.tar.bz2 | |
apr: add 1.5.1 bottle.
| -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 | 
