diff options
| author | BrewTestBot | 2014-08-21 09:13:25 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:41:34 +0100 | 
| commit | 9a662c4cf9caa9ffd8f75870270e059abd367ed1 (patch) | |
| tree | 341df40e7d6789a999c4229ba7970db4d162b806 | |
| parent | b92617a91ccf7e00c72714775c7fadf2e5c77106 (diff) | |
| download | homebrew-9a662c4cf9caa9ffd8f75870270e059abd367ed1.tar.bz2 | |
git-cola: add 2.0.5 bottle.
| -rw-r--r-- | Library/Formula/git-cola.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/git-cola.rb b/Library/Formula/git-cola.rb index 9a0166006..6701b5af2 100644 --- a/Library/Formula/git-cola.rb +++ b/Library/Formula/git-cola.rb @@ -7,6 +7,13 @@ class GitCola < Formula    head "https://github.com/git-cola/git-cola.git" +  bottle do +    cellar :any +    sha1 "f2acd531c892f811c317630db8b66c4b398d24e2" => :mavericks +    sha1 "87825694c73263eba4429a2e3f8792dbd4fd4bad" => :mountain_lion +    sha1 "69d5577b80e332a6f97aef0394ecf21fb003991b" => :lion +  end +    option "with-docs", "Build man pages using asciidoc and xmlto"    depends_on "pyqt" | 
