diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/voltdb.rb | 8 |
1 files changed, 2 insertions, 6 deletions
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 |
