diff options
| author | BrewTestBot | 2014-05-31 00:03:52 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-30 18:06:59 -0500 | 
| commit | 108ffdc262b4967ffe81dee0b197e6fd4a45de7e (patch) | |
| tree | c8983202e0dae856e562a2421970d4fd2b878560 | |
| parent | e2403c66212a97377354f0a0186c05eaf5135679 (diff) | |
| download | homebrew-108ffdc262b4967ffe81dee0b197e6fd4a45de7e.tar.bz2 | |
libmxml: add 2.8 bottle.
| -rw-r--r-- | Library/Formula/libmxml.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/libmxml.rb b/Library/Formula/libmxml.rb index a99a733d5..9a5a279a3 100644 --- a/Library/Formula/libmxml.rb +++ b/Library/Formula/libmxml.rb @@ -5,6 +5,13 @@ class Libmxml < Formula    url "http://www.msweet.org/files/project3/mxml-2.8.tar.gz"    sha1 "09d88f1720f69b64b76910dfe2a5c5fa24a8b361" +  bottle do +    cellar :any +    sha1 "2e60a4f242cd9649db0f22e44cca871217555430" => :mavericks +    sha1 "d74e8af4f586cc1e64507d9d33c365c95729b77a" => :mountain_lion +    sha1 "e39d4413c184522bfcaf3e43a22ef5395d790a82" => :lion +  end +    depends_on :xcode => :build # for docsetutil    def install | 
