diff options
| author | Sergey Avseyev | 2013-08-22 17:23:39 +0300 |
|---|---|---|
| committer | Jack Nagel | 2013-08-22 18:21:57 -0500 |
| commit | 802bbe571c90b768912a1cf4f99971b47545d6a2 (patch) | |
| tree | 3ad2cff6ba68a99aa84c007e823f0a9a527c16c2 /Library/Formula | |
| parent | a6867e5f8586b1bf30f61b727c4f96ad19383271 (diff) | |
| download | homebrew-802bbe571c90b768912a1cf4f99971b47545d6a2.tar.bz2 | |
libcouchbase 2.1.1
Closes #22062.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libcouchbase.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libcouchbase.rb b/Library/Formula/libcouchbase.rb index fc45643c0..6bae91a81 100644 --- a/Library/Formula/libcouchbase.rb +++ b/Library/Formula/libcouchbase.rb @@ -2,8 +2,8 @@ require 'formula' class Libcouchbase < Formula homepage 'http://couchbase.com/communities/c' - url 'http://packages.couchbase.com/clients/c/libcouchbase-2.1.0.tar.gz' - sha1 'dd20034c795f91751bacc4859196fdd86a89edbc' + url 'http://packages.couchbase.com/clients/c/libcouchbase-2.1.1.tar.gz' + sha1 'b4447768a90dcd86882b68c7c3b95c08178884a1' 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)' |
