diff options
| author | BrewTestBot | 2014-12-08 23:55:17 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-09 08:49:27 +0000 | 
| commit | 6bd2da69ce11516eb6906028c89a130347cf05c4 (patch) | |
| tree | c61ad08889993a6c690439c9b3db6b58c6f87560 | |
| parent | b48c496227d97a8e5183f17854a73eb0ccca3e4e (diff) | |
| download | homebrew-6bd2da69ce11516eb6906028c89a130347cf05c4.tar.bz2 | |
stoken: add 0.81 bottle.
| -rw-r--r-- | Library/Formula/stoken.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/stoken.rb b/Library/Formula/stoken.rb index 6ea28114c..ff6a25f5a 100644 --- a/Library/Formula/stoken.rb +++ b/Library/Formula/stoken.rb @@ -5,6 +5,13 @@ class Stoken < Formula    url "https://downloads.sourceforge.net/project/stoken/stoken-0.81.tar.gz"    sha1 "db36aec5a8bd3f5f92deaebdea08cb639b78da73" +  bottle do +    cellar :any +    sha1 "d2fc515e490de6bc426eaf2107904e2f367ee628" => :yosemite +    sha1 "c77630e2aff83fb1b80b720fc301a0e50a7a2d4a" => :mavericks +    sha1 "31ce6acf84301626c0763fd3815ccd1c83ae4d36" => :mountain_lion +  end +    depends_on "gtk+3" => :optional    if build.with? "gtk+3"      depends_on "gnome-icon-theme" | 
