diff options
| author | Brett Koonce | 2013-03-29 11:12:11 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-29 09:19:43 -0700 |
| commit | c689ae06188867f59f9c81499b23376bce647ccd (patch) | |
| tree | d0c9c804a45202aa900d18b0075489b0bdf39ff2 /Library | |
| parent | 504c346422f0306677a47baf88b75d1fd0b86ca0 (diff) | |
| download | homebrew-c689ae06188867f59f9c81499b23376bce647ccd.tar.bz2 | |
git-cola 1.8.2
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 0abd1230d..6073ae1e9 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.8.1' - sha1 '125055ac18f30aa25bf9f0874b888659233ab22e' + url 'https://github.com/git-cola/git-cola/tarball/v1.8.2' + sha1 '960bd57c05c5cdacf3641c983fb95d68cae84b99' head 'https://github.com/git-cola/git-cola.git' |
