diff options
| -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" |
