Skip to content

Commit

Permalink
Update tags and hashes for v0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 18, 2024
1 parent f4dfe51 commit d14bc13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion third_party/qemu/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def qemu_binary_repos(local = None):
http_archive_or_local(
name = "qemu",
local = local,
url = "https://github.com/lowRISC/crt/releases/download/v0.4.11/qemu-binaries.tar.xz",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.12/qemu-binaries.tar.xz",
sha256 = "97d9ed96c65a23c020822b6ba66191601e58c68633c9f1cfe2cd5285c722698b",
build_file = Label("//third_party/qemu:BUILD.qemu.bazel"),
strip_prefix = "qemu",
Expand Down
4 changes: 2 additions & 2 deletions toolchains/cc65/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def cc65_repos(local = None):
http_archive_or_local(
name = "cc65_files",
local = local,
url = "https://github.com/lowRISC/crt/releases/download/v0.4.11/cc65-binaries.tar.xz",
sha256 = "38ccd785d183225c9f4d1354d1d9040865d103d5dbf609d502dad7c56f4433ef",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.12/cc65-binaries.tar.xz",
sha256 = "cebf5ccc0e332aaec7015cf7b7076a04a52577e5e57a8b39d9eaa621cbc93b28",
strip_prefix = "cc65",
build_file = Label("//toolchains:BUILD.export_all.bazel"),
)
4 changes: 2 additions & 2 deletions toolchains/gcc_mxe_mingw32/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def gcc_mxe_mingw32_repos(local = None):
http_archive_or_local(
name = "gcc_mxe_mingw32_files",
local = local,
url = "https://github.com/lowRISC/crt/releases/download/v0.4.11/mxe-binaries-win32.tar.xz",
sha256 = "53e74b5d009f0f6069b64fb6a2941d07000097b7a67e6a3602b6467629f9c0b2",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.12/mxe-binaries-win32.tar.xz",
sha256 = "fc166834b80a072781681521ad27af3c40d0b09aa44feb450f64f12177590e6f",
strip_prefix = "mxe",
build_file = Label("//toolchains:BUILD.export_all.bazel"),
)
4 changes: 2 additions & 2 deletions toolchains/gcc_mxe_mingw64/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def gcc_mxe_mingw64_repos(local = None):
http_archive_or_local(
name = "gcc_mxe_mingw64_files",
local = local,
url = "https://github.com/lowRISC/crt/releases/download/v0.4.11/mxe-binaries-win64.tar.xz",
sha256 = "0ae760daef29e50a5f6699eab3b4489fac90802c59874fbd9642857ad45c5b90",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.12/mxe-binaries-win64.tar.xz",
sha256 = "65862d36f25ab2b7f9751ba684d4bebad204c0961041804edfbf7157aa96e24c",
strip_prefix = "mxe",
build_file = Label("//toolchains:BUILD.export_all.bazel"),
)

0 comments on commit d14bc13

Please sign in to comment.