Skip to content

Commit 50f5e79

Browse files
committed
Bump prebuilt binary references for v0.5.6
1 parent 31066a3 commit 50f5e79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ def bazeldnf_dependencies():
2929
name = "bazeldnf-linux-amd64",
3030
executable = True,
3131
sha256 = "d658a09108bd4c4975aa6bca5372c3a7f72ddcd4abd937f9dc882b5fada57694",
32-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6-rc3/bazeldnf-v0.5.6-rc3-linux-amd64"],
32+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-linux-amd64"],
3333
)
3434
http_file(
3535
name = "bazeldnf-linux-arm64",
3636
executable = True,
3737
sha256 = "6ad9a260655bbf7591f52553aaa20436814c1426ae37b1f26e066a257a72890c",
38-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6-rc3/bazeldnf-v0.5.6-rc3-linux-arm64"],
38+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-linux-arm64"],
3939
)
4040
http_file(
4141
name = "bazeldnf-darwin-amd64",
4242
executable = True,
4343
sha256 = "487703e29bccf8536df438b0888b5d5381d1b362c3001390a0d70ff3113e8c73",
44-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6-rc3/bazeldnf-v0.5.6-rc3-darwin-amd64"],
44+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-darwin-amd64"],
4545
)
4646
http_file(
4747
name = "bazeldnf-darwin-arm64",
4848
executable = True,
4949
sha256 = "261b11758afc7ce03568026691f62a78fe63ba6e87d1fc51771d3715eec44bcd",
50-
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6-rc3/bazeldnf-v0.5.6-rc3-darwin-arm64"],
50+
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-darwin-arm64"],
5151
)

0 commit comments

Comments
 (0)