You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/06 18:23:51 UTC

[couchdb] 01/01: bump hqueue dep for Windows build

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch bump-hqueue
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 6066c66f8fcd80c9ef5253b2c22509c1ed749d39
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Mon Jan 6 10:23:33 2020 -0800

    bump hqueue dep for Windows build
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 79d3e0c..dace4e2 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -147,7 +147,7 @@ DepDescs = [
 {khash,            "khash",            {tag, "1.0.1"}},
 {snappy,           "snappy",           {tag, "CouchDB-1.0.4"}},
 {ioq,              "ioq",              {tag, "2.1.2"}},
-{hqueue,           "hqueue",           {tag, "1.0.1"}},
+{hqueue,           "hqueue",           {tag, "CouchDB-1.0.1-1"}},
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},