You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/02/05 15:59:00 UTC

[couchdb] 01/01: Update Jiffy to fix CentOS builds

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

davisp pushed a commit to branch update-jiffy-1.0.2
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 0b8207d17cbc5f3920960bb2f59bae59c4d112b5
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed Feb 5 10:00:33 2020 -0600

    Update Jiffy to fix CentOS builds
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 0708606..4b1f4aa 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -157,7 +157,7 @@ DepDescs = [
 {folsom,           "folsom",           {tag, "CouchDB-0.8.3"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-6"}},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.0.1-1"}},
-{jiffy,            "jiffy",            {tag, "CouchDB-1.0.1-1"}},
+{jiffy,            "jiffy",            {tag, "CouchDB-1.0.2-1"}},
 {mochiweb,         "mochiweb",         {tag, "v2.20.0"}},
 {meck,             "meck",             {tag, "0.8.8"}},
 {recon,            "recon",            {tag, "2.5.0"}}