Skip to content

Commit

Permalink
Bump prebuilt binary references for v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rmohr committed Apr 26, 2023
1 parent 31066a3 commit 50f5e79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@ def bazeldnf_dependencies():
name = "bazeldnf-linux-amd64",
executable = True,
sha256 = "d658a09108bd4c4975aa6bca5372c3a7f72ddcd4abd937f9dc882b5fada57694",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6-rc3/bazeldnf-v0.5.6-rc3-linux-amd64"],
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-linux-amd64"],
)
http_file(
name = "bazeldnf-linux-arm64",
executable = True,
sha256 = "6ad9a260655bbf7591f52553aaa20436814c1426ae37b1f26e066a257a72890c",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6-rc3/bazeldnf-v0.5.6-rc3-linux-arm64"],
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-linux-arm64"],
)
http_file(
name = "bazeldnf-darwin-amd64",
executable = True,
sha256 = "487703e29bccf8536df438b0888b5d5381d1b362c3001390a0d70ff3113e8c73",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6-rc3/bazeldnf-v0.5.6-rc3-darwin-amd64"],
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-darwin-amd64"],
)
http_file(
name = "bazeldnf-darwin-arm64",
executable = True,
sha256 = "261b11758afc7ce03568026691f62a78fe63ba6e87d1fc51771d3715eec44bcd",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6-rc3/bazeldnf-v0.5.6-rc3-darwin-arm64"],
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.6/bazeldnf-v0.5.6-darwin-arm64"],
)

0 comments on commit 50f5e79

Please sign in to comment.