aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBaptiste Fontaine2014-12-22 22:20:28 +0100
committerJack Nagel2014-12-22 19:35:36 -0500
commit1d022db03b6959a6aae36fb56b9302f4761d1c73 (patch)
tree47272772d8a835affd0a0b930e93bf906b20d971 /Library/Formula
parent141ea094ddc2d77c894a531303e96591faed3ebc (diff)
downloadhomebrew-1d022db03b6959a6aae36fb56b9302f4761d1c73.tar.bz2
git-cola 2.0.8
Closes #35199. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-cola.rb9
1 files changed, 5 insertions, 4 deletions
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