riak 2.2.2 (#11783)
This commit is contained in:
parent
566bd4b82d
commit
1547cb2da3
1 changed files with 3 additions and 10 deletions
|
@ -1,19 +1,12 @@
|
|||
class Riak < Formula
|
||||
desc "Distributed database"
|
||||
homepage "http://basho.com/products/riak-kv/"
|
||||
url "https://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.0/osx/10.8/riak-2.2.0-OSX-x86_64.tar.gz"
|
||||
version "2.2.0"
|
||||
sha256 "51ea63d6efaa3bba4efb0ca13de81da2e2662b6691b4132cf552ca7635c8a857"
|
||||
url "https://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.2/osx/10.8/riak-2.2.2-OSX-x86_64.tar.gz"
|
||||
version "2.2.2"
|
||||
sha256 "73fef949afe3864559fd4ead4cb368749259fac2162a9c931bed20d131f5b8cb"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
# Broken dylib links (should be fixed in 2.2.1)
|
||||
# https://github.com/basho/eleveldb/issues/236
|
||||
|
||||
# Currently refuses to use non-system OpenSSL
|
||||
# https://github.com/basho/riak/issues/888
|
||||
# depends_on "openssl"
|
||||
|
||||
depends_on :macos => :mountain_lion
|
||||
depends_on :arch => :x86_64
|
||||
|
||||
|
|
Loading…
Reference in a new issue