diff options
| author | BrewTestBot | 2015-01-02 08:23:48 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-02 09:55:16 +0000 | 
| commit | de0baadfceabc98bca272584e614715e98012606 (patch) | |
| tree | 666030760aa354a4248df73554aaea7bb7067fed | |
| parent | 6d5609bd36700fdf0bb6d0bdda401192d9c847cf (diff) | |
| download | homebrew-de0baadfceabc98bca272584e614715e98012606.tar.bz2 | |
xml-coreutils: add 0.8.1 bottle.
| -rw-r--r-- | Library/Formula/xml-coreutils.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/xml-coreutils.rb b/Library/Formula/xml-coreutils.rb index bc7652667..cf688ec37 100644 --- a/Library/Formula/xml-coreutils.rb +++ b/Library/Formula/xml-coreutils.rb @@ -3,6 +3,12 @@ class XmlCoreutils < Formula    url "http://www.lbreyer.com/gpl/xml-coreutils-0.8.1.tar.gz"    sha1 "fd73b2a087ea1c630571070b1ab4ea3b40138a46" +  bottle do +    sha1 "00c4b58c3d0f45bf14519baea85a0ed0045c0bda" => :yosemite +    sha1 "aaf22770ac1eea29e10da913ef6b2d0b01063a9a" => :mavericks +    sha1 "b8f7c130dee98bd6d60d52bd4bff95b0eb13b981" => :mountain_lion +  end +    depends_on "s-lang"    def install | 
