diff options
| author | BrewTestBot | 2014-10-21 14:18:18 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-21 14:52:37 +0100 | 
| commit | 34afe868ba293d4a2e94b84db971815d3d9fa7be (patch) | |
| tree | 5fca8ed19a8a700643ae502255504ec6d600b8b8 | |
| parent | 0bae73245b690e7d4cdfd00bb4db4fe9c957b820 (diff) | |
| download | homebrew-34afe868ba293d4a2e94b84db971815d3d9fa7be.tar.bz2 | |
libmxml: update 2.8 bottle.
| -rw-r--r-- | Library/Formula/libmxml.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/libmxml.rb b/Library/Formula/libmxml.rb index 9a5a279a3..4f49bfdef 100644 --- a/Library/Formula/libmxml.rb +++ b/Library/Formula/libmxml.rb @@ -7,9 +7,10 @@ class Libmxml < Formula    bottle do      cellar :any -    sha1 "2e60a4f242cd9649db0f22e44cca871217555430" => :mavericks -    sha1 "d74e8af4f586cc1e64507d9d33c365c95729b77a" => :mountain_lion -    sha1 "e39d4413c184522bfcaf3e43a22ef5395d790a82" => :lion +    revision 1 +    sha1 "16c98f2cbfc50c2764876f62e86ff07aa3915ab4" => :yosemite +    sha1 "9e1d0dc2ade33ffa09dec9f0fa6ac382fffce659" => :mavericks +    sha1 "af0671b9ac604a6e8725785079a1eebab66a975a" => :mountain_lion    end    depends_on :xcode => :build # for docsetutil | 
