aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-13 20:45:00 -0800
committerAdam Vandenberg2013-11-13 20:45:00 -0800
commit733083fdf78efeedbc98fd151eb80cf1b7c1194c (patch)
tree6d31ccf7d18e221b0ff0ee5d1dea6b80dc5aee1a /Library/Formula
parentd62506bca5435fd5eb0e62054a84c2c07d0f5837 (diff)
downloadhomebrew-733083fdf78efeedbc98fd151eb80cf1b7c1194c.tar.bz2
voltdb 3.7
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/voltdb.rb8
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