diff options
| author | BrewTestBot | 2015-03-10 23:11:35 +0000 | 
|---|---|---|
| committer | Xu Cheng | 2015-03-11 14:41:30 +0800 | 
| commit | 2f8e7426ead59585ce538a8fa9116f0c4d378b1c (patch) | |
| tree | b3a79baa5500ee72ca695f06ec4085ab4d6f13ff | |
| parent | 2ca2529452fea41a3607918e93e1485858cc8993 (diff) | |
| download | homebrew-2f8e7426ead59585ce538a8fa9116f0c4d378b1c.tar.bz2 | |
stklos: add 1.10 bottle.
| -rw-r--r-- | Library/Formula/stklos.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/stklos.rb b/Library/Formula/stklos.rb index 50dd594b1..3de273a4a 100644 --- a/Library/Formula/stklos.rb +++ b/Library/Formula/stklos.rb @@ -3,6 +3,12 @@ class Stklos < Formula    url "http://www.stklos.net/download/stklos-1.10.tar.gz"    sha256 "215e6e6ffcf7751be5f0c114f83286f99e556e089ca1b0ee66f54dd1be080de4" +  bottle do +    sha256 "a47d7c08a0f93c492e836dbcb825b699d7e725bf98bb49c28f88a8a80b432b37" => :yosemite +    sha256 "487ea0c067d772458cb7fd51cf34335938337832151d401298fe0d7916fe1bd5" => :mavericks +    sha256 "7684bf3baa91152729fcd9909c6a0425f80aff212dd86f0393a98781b188afb4" => :mountain_lion +  end +    depends_on "gmp"    depends_on "pcre"    depends_on "bdw-gc" | 
