You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2020/04/05 01:33:47 UTC

[incubator-heron] 04/04: Updated libunwind

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

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

commit 39390d95c1e4f17b0d94caf322cef724bd052e0c
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Sat Apr 4 21:27:26 2020 -0400

    Updated libunwind
---
 WORKSPACE | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index 670e620..f873c35 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -237,10 +237,10 @@ http_archive(
 
 http_archive(
     name = "org_nongnu_libunwind",
-    urls = ["https://download.savannah.nongnu.org/releases/libunwind/libunwind-1.1.tar.gz"],
-    strip_prefix = "libunwind-1.1",
+    urls = ["https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz"],
+    strip_prefix = "libunwind-1.3.2",
     build_file = "@//:third_party/libunwind/libunwind.BUILD",
-    sha256 = "9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a",
+    sha256 = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e",
 )
 
 http_archive(