From 25d622bee6640bff0dfa0311f558e0ada9f8996b Mon Sep 17 00:00:00 2001 From: Paul Draper Date: Sun, 29 Oct 2023 04:12:47 -0600 Subject: [PATCH] Upgrade rules_file Ignore GNU untar header errors --- WORKSPACE.bazel | 6 +++--- test/workspace0.bzl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 444402f..a69cb07 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -15,13 +15,13 @@ http_archive( # File -FILE_VERSION = "fd7ad6a7e9f3438fddb41683f33b6b4d07d067fe" +FILE_VERSION = "503983f533bede6833c7ee9c3220a51882689eb1" http_archive( name = "rules_file", - sha256 = "9108bf11fe1063bb6268f15506ea35c1a29e03cae651032d1da3d0f33561c5fd", + sha256 = "f57c7fce8d2370d7ac27888c625fb87d1d51bc707985d329b4274211d7ae209e", strip_prefix = "rules_file-%s" % FILE_VERSION, - url = "https://github.com/hello-seer/rules_file/archive/%s.zip" % FILE_VERSION, + url = "https://github.com/rivethealth/rules_file/archive/%s.zip" % FILE_VERSION, ) load("@rules_file//file:workspace.bzl", "files") diff --git a/test/workspace0.bzl b/test/workspace0.bzl index 6c02948..c17b124 100644 --- a/test/workspace0.bzl +++ b/test/workspace0.bzl @@ -25,13 +25,13 @@ def test_repositories0(): # File - FILE_VERSION = "fd7ad6a7e9f3438fddb41683f33b6b4d07d067fe" + FILE_VERSION = "503983f533bede6833c7ee9c3220a51882689eb1" http_archive( name = "rules_file", - sha256 = "9108bf11fe1063bb6268f15506ea35c1a29e03cae651032d1da3d0f33561c5fd", + sha256 = "f57c7fce8d2370d7ac27888c625fb87d1d51bc707985d329b4274211d7ae209e", strip_prefix = "rules_file-%s" % FILE_VERSION, - url = "https://github.com/hello-seer/rules_file/archive/%s.zip" % FILE_VERSION, + url = "https://github.com/rivethealth/rules_file/archive/%s.zip" % FILE_VERSION, ) # Protobuf