Skip to content

Commit 1f94b3c

Browse files
committed
Bump prebuilt binary references for v0.5.9
1 parent 67cb93b commit 1f94b3c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

deps.bzl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,41 +29,41 @@ def bazeldnf_dependencies():
2929
name = "bazeldnf-linux-amd64",
3030
executable = True,
3131
sha256 = "7e1035d8bd2f25b787b04843f4d6a05e7cdbd3995926497c2a587e52da6262a8",
32-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2/bazeldnf-v0.5.9-rc2-linux-amd64"],
32+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-linux-amd64"],
3333
)
3434
http_file(
3535
name = "bazeldnf-linux-arm64",
3636
executable = True,
3737
sha256 = "d954b785bfd79dbbd66a2f3df02b0d3a51f1fed4508a6d88fda13a9d24c878cc",
38-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2/bazeldnf-v0.5.9-rc2-linux-arm64"],
38+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-linux-arm64"],
3939
)
4040
http_file(
4141
name = "bazeldnf-darwin-amd64",
4242
executable = True,
4343
sha256 = "92afc7f6475981adf9ae32b563b051869d433d8d8c9666e28a1c1c6e840394cd",
44-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2/bazeldnf-v0.5.9-rc2-darwin-amd64"],
44+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-darwin-amd64"],
4545
)
4646
http_file(
4747
name = "bazeldnf-darwin-arm64",
4848
executable = True,
4949
sha256 = "c5e99ed72448026ee63259a0a28440f8b43a125414fa312edbd569c2976515a3",
50-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2/bazeldnf-v0.5.9-rc2-darwin-arm64"],
50+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-darwin-arm64"],
5151
)
5252
http_file(
5353
name = "bazeldnf-linux-ppc64",
5454
executable = True,
5555
sha256 = "9d5337c1afe4bab858742718ac4c230d9ca368299cb97c50078eef14ae180922",
56-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2/bazeldnf-v0.5.9-rc2-linux-ppc64"],
56+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-linux-ppc64"],
5757
)
5858
http_file(
5959
name = "bazeldnf-linux-ppc64le",
6060
executable = True,
6161
sha256 = "7ea4db00947914bc1c51e8f042fe220a3167c65815c487eccd0c541ecfa78aa1",
62-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2/bazeldnf-v0.5.9-rc2-linux-ppc64le"],
62+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-linux-ppc64le"],
6363
)
6464
http_file(
6565
name = "bazeldnf-linux-s390x",
6666
executable = True,
6767
sha256 = "09aa4abcb1d85da11642889826b982ef90547eb32099fc8177456c92f66a4cfd",
68-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2/bazeldnf-v0.5.9-rc2-linux-s390x"],
68+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-linux-s390x"],
6969
)

0 commit comments

Comments
 (0)