diff options
| author | BrewTestBot | 2014-10-20 17:55:47 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-20 18:00:47 +0100 | 
| commit | 7de99b42674f479c58918819f15b65f26b9f9e29 (patch) | |
| tree | c14d23ea7ae9c972c8145ae2dcf8770800e08604 | |
| parent | 894b0697aa6a08a98af9fa0f7a62307dd561c9e1 (diff) | |
| download | homebrew-7de99b42674f479c58918819f15b65f26b9f9e29.tar.bz2 | |
libwbxml: update 0.11.2 bottle.
| -rw-r--r-- | Library/Formula/libwbxml.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/libwbxml.rb b/Library/Formula/libwbxml.rb index 8fe9e2d84..d1fcfaea3 100644 --- a/Library/Formula/libwbxml.rb +++ b/Library/Formula/libwbxml.rb @@ -7,9 +7,10 @@ class Libwbxml < Formula    bottle do      cellar :any -    sha1 "a44c7354e3cb619d058e1325682ade17e753cf8f" => :mavericks -    sha1 "fc6672f54bba9f56c374add1f211dcf9dcc01d4e" => :mountain_lion -    sha1 "d822c01d56c4268913850b677ff4aedd4ba51cd7" => :lion +    revision 1 +    sha1 "15b0e5a41fad5114daf23f702893b347829ae885" => :yosemite +    sha1 "2e9d6fe9a6b9147b612350c4f12c59319bb71f5a" => :mavericks +    sha1 "3aced5392e10b5bad5e53e579a99b0247157cc42" => :mountain_lion    end    option 'docs', 'Build the documentation with Doxygen and Graphviz' | 
