aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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