From e0edfd1fe374d75f48e60806ba2957d83f9d063a Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Sun, 18 Aug 2013 13:37:46 +0300 Subject: [PATCH] libcouchbase 2.1.0 Closes Homebrew/homebrew#21977. Signed-off-by: Adam Vandenberg --- Formula/libcouchbase.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/libcouchbase.rb b/Formula/libcouchbase.rb index 5c7227fad1..fc45643c0b 100644 --- a/Formula/libcouchbase.rb +++ b/Formula/libcouchbase.rb @@ -1,9 +1,9 @@ require 'formula' class Libcouchbase < Formula - homepage 'http://couchbase.com/develop/c/current' - url 'http://packages.couchbase.com/clients/c/libcouchbase-2.0.7.tar.gz' - sha1 '3901da2f75dcc49127b0c99966a064d8f737dbf9' + homepage 'http://couchbase.com/communities/c' + url 'http://packages.couchbase.com/clients/c/libcouchbase-2.1.0.tar.gz' + sha1 'dd20034c795f91751bacc4859196fdd86a89edbc' option 'with-libev-plugin', 'Build libev IO plugin (will pull libev dependency)' option 'without-libevent-plugin', 'Do not build libevent plugin (will remove libevent dependency)'