git-cola 2.0.1
Closes Homebrew/homebrew#27599. Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
0f698e9d0a
commit
5d32c61282
1 changed files with 2 additions and 2 deletions
|
@ -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.4.tar.gz'
|
||||
sha1 '09f975daa863b08335a4dade66b4d218475a8957'
|
||||
url 'https://github.com/git-cola/git-cola/archive/v2.0.1.tar.gz'
|
||||
sha1 '5e6fd0ac4cf4161332bec8257b31bb7a3f041494'
|
||||
|
||||
head 'https://github.com/git-cola/git-cola.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue