diff options
| author | Brett Koonce | 2013-12-17 10:41:09 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-17 23:35:41 +0000 |
| commit | fee2bcb169ae3f656e4464a5d915e3b964bb635c (patch) | |
| tree | 1b1ef414a17938348fff7c94774039fa39dbfd07 /Library/Formula | |
| parent | c2672cdf6c90ee9a6eae9320375f6d3ea90ef754 (diff) | |
| download | homebrew-fee2bcb169ae3f656e4464a5d915e3b964bb635c.tar.bz2 | |
git-cola 1.9.3
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -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 76f4c0710..9269c1be9 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/v1.9.2.tar.gz' - sha1 '62becefdfa2b899d123259b9d640ab2090a5062c' + url 'https://github.com/git-cola/git-cola/archive/v1.9.3.tar.gz' + sha1 'f180befabef2b7286953b4b760eea8e306613fd4' head 'https://github.com/git-cola/git-cola.git' |
