cassandra 2.0.6

It seems like 2.0.5 was yanked from all the mirrors. This, otherwise unchanged, version upgrade fixes the problem by installing 2.0.6.

Closes Homebrew/homebrew#27488.

Signed-off-by: Brett Koonce <koonce@gmail.com>
master
Stephan Hagemann 2014-03-12 15:32:34 -06:00 committed by Brett Koonce
parent ee608c2025
commit 17751e56e9
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Cassandra < Formula
homepage 'http://cassandra.apache.org'
url 'http://www.apache.org/dyn/closer.cgi?path=/cassandra/2.0.5/apache-cassandra-2.0.5-bin.tar.gz'
sha1 '25602881eaf1326fddb23d02dee72787751c95f7'
url 'http://www.apache.org/dyn/closer.cgi?path=/cassandra/2.0.6/apache-cassandra-2.0.6-bin.tar.gz'
sha1 'dd12c44f749b808b79419a166626b3adb6d1d141'
def install
(var+"lib/cassandra").mkpath