aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/voltdb.rb
diff options
context:
space:
mode:
authorBrett Koonce2013-08-16 21:25:30 -0500
committerMisty De Meo2013-08-16 23:25:28 -0700
commitf6eaebebe903bf8a227ebddf40b728899d2cc520 (patch)
tree1227118300b36c556d1b910b1f8414e56e1d952b /Library/Formula/voltdb.rb
parent64187fcd8891f63f48090d815b16493f6d35b73c (diff)
downloadhomebrew-f6eaebebe903bf8a227ebddf40b728899d2cc520.tar.bz2
voltdb 3.5.0.1
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/voltdb.rb')
-rw-r--r--Library/Formula/voltdb.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/voltdb.rb b/Library/Formula/voltdb.rb
index f1f08af20..da8294eff 100644
--- a/Library/Formula/voltdb.rb
+++ b/Library/Formula/voltdb.rb
@@ -3,8 +3,8 @@ require 'formula'
class Voltdb < Formula
homepage 'https://github.com/VoltDB/voltdb'
head 'https://github.com/VoltDB/voltdb.git'
- url 'https://github.com/VoltDB/voltdb/archive/voltdb-3.4.tar.gz'
- sha1 '9a45ee70b99ea32c0c919b786ba528677db3d284'
+ url 'https://github.com/VoltDB/voltdb/archive/voltdb-3.5.0.1.tar.gz'
+ sha1 'ce4d890967c6f3f8772dd66e65d5a3aeb85cd5f3'
def install
system 'ant'
@@ -17,6 +17,6 @@ class Voltdb < Formula
end
test do
- assert_equal "3.4\n", File.read("#{prefix}/version.txt")
+ assert_equal "3.5.0.1\n", File.read("#{prefix}/version.txt")
end
end