You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by nw...@apache.org on 2019/06/17 16:54:14 UTC

[incubator-heron] branch master updated: Upgrade lib event from 2.1.8 to 2.1.10 (#3290)

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

nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new d92a7f4  Upgrade lib event from 2.1.8 to 2.1.10 (#3290)
d92a7f4 is described below

commit d92a7f4bd9c429cd492c9e9e698d9de6625cc080
Author: Ning Wang <wa...@gmail.com>
AuthorDate: Mon Jun 17 09:54:08 2019 -0700

    Upgrade lib event from 2.1.8 to 2.1.10 (#3290)
---
 WORKSPACE | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index fdbe751..07ebcab 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -856,10 +856,10 @@ http_archive(
 
 http_archive(
     name = "org_libevent_libevent",
-    urls = ["https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz"],
-    strip_prefix = "libevent-2.1.8-stable",
+    urls = ["https://github.com/libevent/libevent/releases/download/release-2.1.10-stable/libevent-2.1.10-stable.tar.gz"],
+    strip_prefix = "libevent-2.1.10-stable",
     build_file = "@//:third_party/libevent/libevent.BUILD",
-    sha256 = "965cc5a8bb46ce4199a47e9b2c9e1cae3b137e8356ffdad6d94d3b9069b71dc2",
+    sha256 = "e864af41a336bb11dab1a23f32993afe963c1f69618bd9292b89ecf6904845b0",
 )
 
 http_archive(