cassandra 0.8.6
Closes Homebrew/homebrew#7754. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
928199a07f
commit
26a8b42f7a
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Cassandra < Formula
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=/cassandra/0.8.5/apache-cassandra-0.8.5-bin.tar.gz'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=/cassandra/0.8.6/apache-cassandra-0.8.6-bin.tar.gz'
|
||||
homepage 'http://cassandra.apache.org'
|
||||
md5 'c188a0275ac3e8204c4ab5a16eb88ba5'
|
||||
md5 '3d948680b87efe923f2f7aaa0b186e09'
|
||||
|
||||
def install
|
||||
(var+"lib/cassandra").mkpath
|
||||
|
|
Loading…
Reference in a new issue