diff options
| author | Sergey Avseyev | 2013-11-06 20:57:45 +0300 |
|---|---|---|
| committer | Mike McQuaid | 2013-11-06 18:07:19 +0000 |
| commit | 6852e9f06dfc1984eb3024a8f4d35128c110c7ec (patch) | |
| tree | 9f5bbe51a7b5baba3e2a014e5ec109a5c34ab163 | |
| parent | 8f01eb7bef22f362df9d70114aca6b936b3304b7 (diff) | |
| download | homebrew-6852e9f06dfc1984eb3024a8f4d35128c110c7ec.tar.bz2 | |
libcouchbase 2.2.0
Closes #24031.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 9db80a13e..77fe5d100 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.3.tar.gz' - sha1 '460e6b8744b3d5634c5284ff4c690c207c61f9a6' + url 'http://packages.couchbase.com/clients/c/libcouchbase-2.2.0.tar.gz' + sha1 '0d267b90b1f772c5431d3408c4c61a4b8e9de383' option :universal option 'with-libev-plugin', 'Build libev IO plugin (will pull libev dependency)' |
