libcouchbase 2.0.7
Closes Homebrew/homebrew#21106. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
eac5856928
commit
8b5ce2bb73
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.6.tar.gz'
|
||||
sha1 'ff9f36b07d2d9acd253aed86583461b5ecc69ad4'
|
||||
url 'http://packages.couchbase.com/clients/c/libcouchbase-2.0.7.tar.gz'
|
||||
sha1 '3901da2f75dcc49127b0c99966a064d8f737dbf9'
|
||||
|
||||
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