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/26 17:10:12 UTC

[incubator-heron] branch nicknezis/pkg_tar-python3-fix created (now b77cf82)

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

nicknezis pushed a change to branch nicknezis/pkg_tar-python3-fix
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at b77cf82  Updated rules_pkg build dependency to 0.6.0

This branch includes the following new commits:

     new b77cf82  Updated rules_pkg build dependency to 0.6.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-heron] 01/01: Updated rules_pkg build dependency to 0.6.0

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b77cf825566790f5c06a4645437afc1854bb8dc8
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Sat Mar 26 13:09:47 2022 -0400

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

diff --git a/WORKSPACE b/WORKSPACE
index 19ec505..3b110f2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -464,11 +464,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")