Skip to content

Commit

Permalink
Update tags and hashes for v0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 15, 2024
1 parent bacad84 commit 736c229
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.10/qemu-binaries.tar.xz",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.11/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.10/cc65-binaries.tar.xz",
sha256 = "5dfc3dc8a34aff82db081831fd4939215ba698fd2e6186e869b19a2158236029",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.11/cc65-binaries.tar.xz",
sha256 = "38ccd785d183225c9f4d1354d1d9040865d103d5dbf609d502dad7c56f4433ef",
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.10/mxe-binaries-win32.tar.xz",
sha256 = "4d72cb9f72567340bf663bc8b7030b847fd5544d77ebff8b5acb5f7df7b23c00",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.11/mxe-binaries-win32.tar.xz",
sha256 = "53e74b5d009f0f6069b64fb6a2941d07000097b7a67e6a3602b6467629f9c0b2",
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.10/mxe-binaries-win64.tar.xz",
sha256 = "159c1c7e29b02ac904c591984fc4e6eab568176413b9742e5091aa8aec4b2605",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.11/mxe-binaries-win64.tar.xz",
sha256 = "0ae760daef29e50a5f6699eab3b4489fac90802c59874fbd9642857ad45c5b90",
strip_prefix = "mxe",
build_file = Label("//toolchains:BUILD.export_all.bazel"),
)

0 comments on commit 736c229

Please sign in to comment.