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 2022/03/29 02:27:25 UTC

[incubator-heron] branch master updated: Updated Bazel rules_pkg build dependency to 0.6.0 (#3806)

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

nicknezis 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 bfdccb3  Updated Bazel rules_pkg build dependency to 0.6.0 (#3806)
bfdccb3 is described below

commit bfdccb30d47817f1b8746fb5de93321df796540b
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Mon Mar 28 22:27:19 2022 -0400

    Updated Bazel rules_pkg build dependency to 0.6.0 (#3806)
---
 WORKSPACE | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index 5e09596..7d27359 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -462,11 +462,11 @@ container_pull(
 
 http_archive(
     name = "rules_pkg",
-    sha256 = "aeca78988341a2ee1ba097641056d168320ecc51372ef7ff8e64b139516a4937",
     urls = [
-        "https://github.com/bazelbuild/rules_pkg/releases/download/0.2.6/rules_pkg-0.2.6.tar.gz",
-        "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.2.6/rules_pkg-0.2.6.tar.gz",
+        "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.6.0/rules_pkg-0.6.0.tar.gz",
+        "https://github.com/bazelbuild/rules_pkg/releases/download/0.6.0/rules_pkg-0.6.0.tar.gz",
     ],
+    sha256 = "62eeb544ff1ef41d786e329e1536c1d541bb9bcad27ae984d57f18f314018e66",
 )
 
 load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies")