libcouchbase 2.4.0
This commit is contained in:
parent
13f0ad2e3b
commit
d3e9e8012f
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Libcouchbase < Formula
|
class Libcouchbase < Formula
|
||||||
homepage 'http://couchbase.com/communities/c'
|
homepage 'http://couchbase.com/communities/c'
|
||||||
url 'http://packages.couchbase.com/clients/c/libcouchbase-2.3.2.tar.gz'
|
url 'http://packages.couchbase.com/clients/c/libcouchbase-2.4.0.tar.gz'
|
||||||
sha1 'e0c885e90aa37c2fcd3a3b188fd0bd1638b58276'
|
sha1 '3ce25fa98255967775b4aa4e5b13b7c4ff0a866e'
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha1 "5b68f33165ee3fb89323a7f35ab32860108d8c14" => :mavericks
|
sha1 "5b68f33165ee3fb89323a7f35ab32860108d8c14" => :mavericks
|
||||||
|
@ -17,6 +17,7 @@ class Libcouchbase < Formula
|
||||||
|
|
||||||
depends_on 'libev' if build.with?('libev-plugin')
|
depends_on 'libev' if build.with?('libev-plugin')
|
||||||
depends_on 'libevent' if build.with?('libevent-plugin')
|
depends_on 'libevent' if build.with?('libevent-plugin')
|
||||||
|
depends_on 'openssl'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
args = [
|
args = [
|
||||||
|
|
Loading…
Reference in a new issue