Skip to content

Commit

Permalink
Bump prebuilt binary references for v0.5.7-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmohr committed Jun 20, 2023
1 parent efee070 commit 68f09e4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,36 +28,36 @@ def bazeldnf_dependencies():
http_file(
name = "bazeldnf-linux-amd64",
executable = True,
sha256 = "d658a09108bd4c4975aa6bca5372c3a7f72ddcd4abd937f9dc882b5fada57694",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7/bazeldnf-v0.5.7-linux-amd64"],
sha256 = "5f786c1c21edfc5c8db1613eb832269e7c11d2e6007858ef06e11367a1860f85",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc1/bazeldnf-v0.5.7-rc1-linux-amd64"],
)
http_file(
name = "bazeldnf-linux-arm64",
executable = True,
sha256 = "6ad9a260655bbf7591f52553aaa20436814c1426ae37b1f26e066a257a72890c",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7/bazeldnf-v0.5.7-linux-arm64"],
sha256 = "798c9dc01ede8d647b0f501c15b0a79f3c201bd035f7ad9e08ca28180db60ad9",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc1/bazeldnf-v0.5.7-rc1-linux-arm64"],
)
http_file(
name = "bazeldnf-darwin-amd64",
executable = True,
sha256 = "487703e29bccf8536df438b0888b5d5381d1b362c3001390a0d70ff3113e8c73",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7/bazeldnf-v0.5.7-darwin-amd64"],
sha256 = "46f90ac9cdc397cf9040f2051dafafb25a0d838c019f563200c95c2889f15b2a",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc1/bazeldnf-v0.5.7-rc1-darwin-amd64"],
)
http_file(
name = "bazeldnf-darwin-arm64",
executable = True,
sha256 = "261b11758afc7ce03568026691f62a78fe63ba6e87d1fc51771d3715eec44bcd",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7/bazeldnf-v0.5.7-darwin-arm64"],
sha256 = "d5e1eafab40e1ddc4857520db9dc99ed2410c1aa0efb2a115107ae882c74801c",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc1/bazeldnf-v0.5.7-rc1-darwin-arm64"],
)
http_file(
name = "bazeldnf-linux-ppc64",
executable = True,
sha256 = "42b35d87d051f04fb9586de7b8c5a1c96f6e4a802cdbe418e5633b41017e582a",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7/bazeldnf-v0.5.7-linux-ppc64"],
sha256 = "cb1e46c2254dfc4bccf7d8158f94a7de0f802fb5942eb682c103b128503de2dc",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc1/bazeldnf-v0.5.7-rc1-linux-ppc64"],
)
http_file(
name = "bazeldnf-linux-ppc64le",
executable = True,
sha256 = "a3834dc9a53c2effaf0ac24ab10d2654970fad1796258a867ff0b5c6d33dfd5f",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7/bazeldnf-v0.5.7-linux-ppc64le"],
sha256 = "5b619a6333c4a96467ba38d1acbac6937aaf65f1338b7049654650670c04fab6",
urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc1/bazeldnf-v0.5.7-rc1-linux-ppc64le"],
)

0 comments on commit 68f09e4

Please sign in to comment.