aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dvtm.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/dvtm.rb b/Library/Formula/dvtm.rb
index a1d12fa33..e181384f2 100644
--- a/Library/Formula/dvtm.rb
+++ b/Library/Formula/dvtm.rb
@@ -1,9 +1,7 @@
-# encoding: UTF-8
-
class Dvtm < Formula
homepage "http://www.brain-dump.org/projects/dvtm/"
- url "http://www.brain-dump.org/projects/dvtm/dvtm-0.13.tar.gz"
- sha1 "8a4fc2440faa3050244e5a492fb6766899e0c0d7"
+ url "http://www.brain-dump.org/projects/dvtm/dvtm-0.14.tar.gz"
+ sha1 "205a2165e70455309f7ed6a6f11b3072fb9b13c3"
head "git://repo.or.cz/dvtm.git"
bottle do
@@ -21,6 +19,6 @@ class Dvtm < Formula
test do
result = shell_output("#{bin}/dvtm -v")
result.force_encoding("UTF-8") if result.respond_to?(:force_encoding)
- assert_match /^dvtm-[0-9.]+ © 2007-\d{4} Marc André Tanner$/, result
+ assert_match /^dvtm-#{version}/, result
end
end