cassandra 1.2.13
Closes Homebrew/homebrew#25710. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8a4b12c51e
commit
47f20c14bf
1 changed files with 2 additions and 2 deletions
|
@ -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.3/apache-cassandra-2.0.3-bin.tar.gz'
|
||||
sha1 '0d77b92172e45ef879a7decc00ca4dbe48ef1e1d'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=/cassandra/1.2.13/apache-cassandra-1.2.13-bin.tar.gz'
|
||||
sha1 '6b8dba5ae3d7ac57c9d522aaabc116216c606435'
|
||||
|
||||
def install
|
||||
(var+"lib/cassandra").mkpath
|
||||
|
|
Loading…
Reference in a new issue