aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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