diff options
| author | BrewTestBot | 2014-12-18 15:58:39 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-18 16:07:26 +0000 | 
| commit | 9818d4c76bbdadb9391832ab51bbf7daefc143cf (patch) | |
| tree | b28499f0722ffe95e9875353284bcf6d6ad8d758 | |
| parent | d94284e74b3043ebdff781a383a07d5e4005fe54 (diff) | |
| download | homebrew-9818d4c76bbdadb9391832ab51bbf7daefc143cf.tar.bz2 | |
asciinema: add 0.9.9 bottle.
| -rw-r--r-- | Library/Formula/asciinema.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/asciinema.rb b/Library/Formula/asciinema.rb index 5536b03f7..b8aaf1ffa 100644 --- a/Library/Formula/asciinema.rb +++ b/Library/Formula/asciinema.rb @@ -5,6 +5,12 @@ class Asciinema < Formula    url "https://github.com/asciinema/asciinema-cli/archive/v0.9.9.tar.gz"    sha1 "155c19366ffb3347e97026e9ab8006c16d2a52c6" +  bottle do +    sha1 "18071c7dc6d7fb738db64b864e7d5b48e935e0eb" => :yosemite +    sha1 "975785a19567a9a7aca8ea7a53b1cfea3f822734" => :mavericks +    sha1 "cba30872e33a44b4042ef768fd871175e76fc502" => :mountain_lion +  end +    depends_on "go" => :build    go_resource "github.com/kr/pty" do | 
