diff options
| author | David Aguilar | 2012-05-04 21:31:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-05-05 09:21:13 -0700 |
| commit | 6d6fcebe5025c4b5aa0794878c472edcc393f0fc (patch) | |
| tree | 6d64bcf0c1e1edea2214e4fcbdac3c811efd13b5 /Library | |
| parent | e00e99632f859013274653063e086a048bf668f5 (diff) | |
| download | homebrew-6d6fcebe5025c4b5aa0794878c472edcc393f0fc.tar.bz2 | |
git-cola 1.7.7
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@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 c1631764f..6b430c8da 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.com/' - url 'https://github.com/git-cola/git-cola/tarball/v1.7.6' - md5 'c6266d2e4f008e072f60c1e6d5fd1bb7' + url 'https://github.com/git-cola/git-cola/tarball/v1.7.7' + md5 'c48e597494851f8fd8b1829bd0291443' head 'https://github.com/git-cola/git-cola.git' depends_on 'pyqt' |
