diff options
| author | BrewTestBot | 2015-01-06 17:27:31 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-06 17:29:07 +0000 | 
| commit | b81e10bbe1b27a517321b86bbbaabef71ad95a46 (patch) | |
| tree | 8f5743412cbeaa89240e0abc6f01fef4c4b9ef62 /Library/Formula/apr-util.rb | |
| parent | 48f52a998cb05ec9717b57d57de09729894ac4f1 (diff) | |
| download | homebrew-b81e10bbe1b27a517321b86bbbaabef71ad95a46.tar.bz2 | |
apr-util: add 1.5.4 bottle.
Diffstat (limited to 'Library/Formula/apr-util.rb')
| -rw-r--r-- | Library/Formula/apr-util.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/apr-util.rb b/Library/Formula/apr-util.rb index 058519031..a4e106ab9 100644 --- a/Library/Formula/apr-util.rb +++ b/Library/Formula/apr-util.rb @@ -3,6 +3,12 @@ class AprUtil < Formula    url "http://www.apache.org/dyn/closer.cgi?path=apr/apr-util-1.5.4.tar.bz2"    sha1 "b00038b5081472ed094ced28bcbf2b5bb56c589d" +  bottle do +    sha1 "c0807fd64a46a6c0d1dfd3e3a5cfff3812356251" => :yosemite +    sha1 "c3d8fa3f0b6d5c4923ab8bda382614d81d412c0b" => :mavericks +    sha1 "4af28090bda520eabde6dfc039ea7d20da4f3db6" => :mountain_lion +  end +    keg_only :provided_by_osx, "Apple's CLT package contains apr."    depends_on "apr" | 
