diff options
| author | Brett Koonce | 2014-08-21 00:25:57 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:37:13 +0100 | 
| commit | 608f04b7c4a4192b1033d61c02392413c8d22a67 (patch) | |
| tree | 1dfc1b7013ef7676b4e4af1516bc8ea30f22e0c0 | |
| parent | 03cb53f325678e6a3be649f36f434c07a41ef057 (diff) | |
| download | homebrew-608f04b7c4a4192b1033d61c02392413c8d22a67.tar.bz2 | |
git-cola 2.0.5
| -rw-r--r-- | Library/Formula/git-cola.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/git-cola.rb b/Library/Formula/git-cola.rb index 4fb8c196e..9a0166006 100644 --- a/Library/Formula/git-cola.rb +++ b/Library/Formula/git-cola.rb @@ -2,8 +2,8 @@ require "formula"  class GitCola < Formula    homepage "http://git-cola.github.io/" -  url "https://github.com/git-cola/git-cola/archive/v2.0.4.tar.gz" -  sha1 "c4d05ec81a41dfb1ee67cb2e658bdb3fe52b82a3" +  url "https://github.com/git-cola/git-cola/archive/v2.0.5.tar.gz" +  sha1 "530bb6956d0499f0451979eaeee65e6a2298d30b"    head "https://github.com/git-cola/git-cola.git" | 
