From de5c3a0cc746731ab78a96499d467f23f8539c52 Mon Sep 17 00:00:00 2001 From: CI Date: Mon, 9 Oct 2023 20:25:44 +0000 Subject: [PATCH] Bump prebuilt binary references for v0.5.8-rc2 --- deps.bzl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/deps.bzl b/deps.bzl index a7e0cfe..cdf310a 100644 --- a/deps.bzl +++ b/deps.bzl @@ -28,36 +28,36 @@ def bazeldnf_dependencies(): http_file( name = "bazeldnf-linux-amd64", executable = True, - sha256 = "70b786059514033a6b2f313abe4a51fb11ef8737ac72432a55a3219c3ad74f1c", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc1/bazeldnf-v0.5.8-rc1-linux-amd64"], + sha256 = "7e1035d8bd2f25b787b04843f4d6a05e7cdbd3995926497c2a587e52da6262a8", + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-linux-amd64"], ) http_file( name = "bazeldnf-linux-arm64", executable = True, - sha256 = "bdfa62ff81426bd5e0ced162b40e288c100745d3aa43204c543fc8e30cf02878", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc1/bazeldnf-v0.5.8-rc1-linux-arm64"], + sha256 = "d954b785bfd79dbbd66a2f3df02b0d3a51f1fed4508a6d88fda13a9d24c878cc", + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-linux-arm64"], ) http_file( name = "bazeldnf-darwin-amd64", executable = True, - sha256 = "0d972edc1b070302673a136a6979a49ad65c5097a2caa1b5f2c09bc170118b58", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc1/bazeldnf-v0.5.8-rc1-darwin-amd64"], + sha256 = "92afc7f6475981adf9ae32b563b051869d433d8d8c9666e28a1c1c6e840394cd", + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-darwin-amd64"], ) http_file( name = "bazeldnf-darwin-arm64", executable = True, - sha256 = "6329fc284361c65c47e81898a1b2c330afaa9de677127c1a924c0e0fa345f7d5", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc1/bazeldnf-v0.5.8-rc1-darwin-arm64"], + sha256 = "c5e99ed72448026ee63259a0a28440f8b43a125414fa312edbd569c2976515a3", + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-darwin-arm64"], ) http_file( name = "bazeldnf-linux-ppc64", executable = True, - sha256 = "c3cd79563e3cd50467480cb31ffcc31f3f99fc371c9ac7fe78468e2ac609dadd", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc1/bazeldnf-v0.5.8-rc1-linux-ppc64"], + sha256 = "9d5337c1afe4bab858742718ac4c230d9ca368299cb97c50078eef14ae180922", + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-linux-ppc64"], ) http_file( name = "bazeldnf-linux-ppc64le", executable = True, - sha256 = "897d287519dd0609c498a4b16c477dd10b1737721809dc1f2fdf4801e17f3e35", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc1/bazeldnf-v0.5.8-rc1-linux-ppc64le"], + sha256 = "7ea4db00947914bc1c51e8f042fe220a3167c65815c487eccd0c541ecfa78aa1", + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-linux-ppc64le"], )