diff options
| author | David Aguilar | 2012-08-19 22:55:28 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-08-20 21:24:45 -0500 |
| commit | 22f0afdc0fa911b0b3f1f614777d4905530c8066 (patch) | |
| tree | 7ba0b650bd3005efebb1c3094ea1ad369eb17c1e /Library/Formula | |
| parent | 01e80336f5f754922057c3aeb48874c703e93850 (diff) | |
| download | homebrew-22f0afdc0fa911b0b3f1f614777d4905530c8066.tar.bz2 | |
git-cola 1.8.0
Signed-off-by: David Aguilar <davvid@gmail.com>
Closes #14303.
Signed-off-by: Jack Nagel <jacknagel@gmail.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 6b430c8da..73aed27d0 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.7' - md5 'c48e597494851f8fd8b1829bd0291443' + url 'https://github.com/git-cola/git-cola/tarball/v1.8.0' + md5 'bbf727c0853ec4140684c2ddb5fd9cf2' head 'https://github.com/git-cola/git-cola.git' depends_on 'pyqt' |
