From 9430b1ed9f12e13f9f1a9d506affeb5142fd6b69 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 27 Apr 2023 10:19:20 +0000 Subject: [PATCH] Bump prebuilt binary references for v0.5.7-rc0 --- deps.bzl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deps.bzl b/deps.bzl index 085f056..63e03d4 100644 --- a/deps.bzl +++ b/deps.bzl @@ -29,35 +29,35 @@ def bazeldnf_dependencies(): name = "bazeldnf-linux-amd64", executable = True, sha256 = "d658a09108bd4c4975aa6bca5372c3a7f72ddcd4abd937f9dc882b5fada57694", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-linux-amd64"], + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc0/bazeldnf-v0.5.7-rc0-linux-amd64"], ) http_file( name = "bazeldnf-linux-arm64", executable = True, sha256 = "6ad9a260655bbf7591f52553aaa20436814c1426ae37b1f26e066a257a72890c", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-linux-arm64"], + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc0/bazeldnf-v0.5.7-rc0-linux-arm64"], ) http_file( name = "bazeldnf-darwin-amd64", executable = True, sha256 = "487703e29bccf8536df438b0888b5d5381d1b362c3001390a0d70ff3113e8c73", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-darwin-amd64"], + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc0/bazeldnf-v0.5.7-rc0-darwin-amd64"], ) http_file( name = "bazeldnf-darwin-arm64", executable = True, sha256 = "261b11758afc7ce03568026691f62a78fe63ba6e87d1fc51771d3715eec44bcd", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-darwin-arm64"], + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc0/bazeldnf-v0.5.7-rc0-darwin-arm64"], ) http_file( name = "bazeldnf-linux-ppc64", executable = True, - sha256 = "d658a09108bd4c4975aa6bca5372c3a7f72ddcd4abd937f9dc882b5fada57694", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-linux-amd64"], + sha256 = "42b35d87d051f04fb9586de7b8c5a1c96f6e4a802cdbe418e5633b41017e582a", + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc0/bazeldnf-v0.5.7-rc0-linux-ppc64"], ) http_file( name = "bazeldnf-linux-ppc64le", executable = True, - sha256 = "6ad9a260655bbf7591f52553aaa20436814c1426ae37b1f26e066a257a72890c", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-linux-arm64"], + sha256 = "a3834dc9a53c2effaf0ac24ab10d2654970fad1796258a867ff0b5c6d33dfd5f", + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc0/bazeldnf-v0.5.7-rc0-linux-ppc64le"], )