From 1d022db03b6959a6aae36fb56b9302f4761d1c73 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Mon, 22 Dec 2014 22:20:28 +0100 Subject: git-cola 2.0.8 Closes #35199. Signed-off-by: Jack Nagel --- Library/Formula/git-cola.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/git-cola.rb b/Library/Formula/git-cola.rb index ca9b0fde7..66f3f1623 100644 --- a/Library/Formula/git-cola.rb +++ b/Library/Formula/git-cola.rb @@ -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 -- cgit v1.2.3