diff options
| author | Lee Hanxue | 2013-12-05 14:28:18 +0800 |
|---|---|---|
| committer | Jack Nagel | 2013-12-05 01:18:09 -0600 |
| commit | 5c91e3e9804b9065e059dae7a1b5709963e048ec (patch) | |
| tree | da50343a4ba986238dc812502520f3925aeb446f /Library | |
| parent | 2a148b4e2427543ecfdd056fd266451566b1a18e (diff) | |
| download | homebrew-5c91e3e9804b9065e059dae7a1b5709963e048ec.tar.bz2 | |
git-cola 1.9.2
Closes #24954.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 0ee40215d..76f4c0710 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.1.tar.gz' - sha1 '11f32b43700779583eec06054a24160682a5349e' + url 'https://github.com/git-cola/git-cola/archive/v1.9.2.tar.gz' + sha1 '62becefdfa2b899d123259b9d640ab2090a5062c' head 'https://github.com/git-cola/git-cola.git' |
