diff options
| author | BrewTestBot | 2015-01-27 12:24:15 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-27 12:28:22 +0000 | 
| commit | 37e8a830a4709a8011f25740bde477a23f10ce45 (patch) | |
| tree | 24fdec4d829f89d3dc0a40961b26218a8b584c2e | |
| parent | 06d590610d574b915ed5619eff43506941ee5e93 (diff) | |
| download | homebrew-37e8a830a4709a8011f25740bde477a23f10ce45.tar.bz2 | |
git-cola: update 2.1.0 bottle.
| -rw-r--r-- | Library/Formula/git-cola.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/git-cola.rb b/Library/Formula/git-cola.rb index de5fa7614..cd9226a23 100644 --- a/Library/Formula/git-cola.rb +++ b/Library/Formula/git-cola.rb @@ -6,9 +6,9 @@ class GitCola < Formula    head "https://github.com/git-cola/git-cola.git"    bottle do -    sha1 "bc3a197d229a4dbcefb593ee8ee0453d87eb7e8f" => :yosemite -    sha1 "13d367b370dd4d0593e78608394eb381987b9847" => :mavericks -    sha1 "4f1c8150aeb4273789527251e7c042152ed243d5" => :mountain_lion +    sha1 "fc7b0c0eeed41bb42764a25b8b229f39b3dc4fb3" => :yosemite +    sha1 "1f7e728856585487951f48b9e612cf628e112ac8" => :mavericks +    sha1 "864bafa798ff86c6213238a6c9922549aee94a95" => :mountain_lion    end    option "with-docs", "Build man pages using asciidoc and xmlto" | 
