libcouchbase 2.0.2
Closes Homebrew/homebrew#16895. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
dde10b6d56
commit
fb63663083
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libcouchbase < Formula
|
||||
homepage 'http://couchbase.com/develop/c/current'
|
||||
url 'http://packages.couchbase.com/clients/c/libcouchbase-2.0.1.tar.gz'
|
||||
sha1 '51df1b3099a42cdcb8bf6b46d802791828d7e1d7'
|
||||
url 'http://packages.couchbase.com/clients/c/libcouchbase-2.0.2.tar.gz'
|
||||
sha1 'e1f6149d2fc05e3e8be568469baed5c7234c48f3'
|
||||
|
||||
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)'
|
||||
|
|
Loading…
Reference in a new issue