From f6eaebebe903bf8a227ebddf40b728899d2cc520 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Fri, 16 Aug 2013 21:25:30 -0500 Subject: voltdb 3.5.0.1 Signed-off-by: Misty De Meo --- Library/Formula/voltdb.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3