From 733083fdf78efeedbc98fd151eb80cf1b7c1194c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 13 Nov 2013 20:45:00 -0800 Subject: voltdb 3.7 --- Library/Formula/voltdb.rb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/voltdb.rb b/Library/Formula/voltdb.rb index d7b09e01b..c6aad31b3 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.5.0.1.tar.gz' - sha1 'ce4d890967c6f3f8772dd66e65d5a3aeb85cd5f3' + url 'https://github.com/VoltDB/voltdb/archive/voltdb-3.7.tar.gz' + sha1 'f6a8cf8652b7247ea39bfa2f6fa410a15ffc6ab5' depends_on :ant @@ -20,8 +20,4 @@ class Voltdb < Formula ln_s lib/'voltdb/python', lib/'python' prefix.install 'bin', 'tools', 'voltdb', 'version.txt', 'doc' end - - test do - assert_equal "3.5.0.1\n", File.read("#{prefix}/version.txt") - end end -- cgit v1.2.3