git-cola 2.0.8
Closes Homebrew/homebrew#35199. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b9bc9b45f1
commit
164613fc5b
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
|||
require "formula"
|
||||
|
||||
class GitCola < Formula
|
||||
homepage "http://git-cola.github.io/"
|
||||
url "https://github.com/git-cola/git-cola/archive/v2.0.6.tar.gz"
|
||||
sha1 "8fd261bf7aa49515d2bc2be3028562921c4eef02"
|
||||
url "https://github.com/git-cola/git-cola/archive/v2.0.8.tar.gz"
|
||||
sha1 "38db3432ca90047448c8f3b6f20ef0ad37c15fa1"
|
||||
|
||||
head "https://github.com/git-cola/git-cola.git"
|
||||
|
||||
|
@ -35,4 +33,7 @@ class GitCola < Formula
|
|||
end
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/git-cola", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue