Skip to content

Commit 5da2ea3

Browse files
Update tags and hashes for v0.4.17
1 parent 1fc9f9d commit 5da2ea3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

third_party/qemu/repos.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def qemu_binary_repos(local = None):
2020
http_archive_or_local(
2121
name = "qemu",
2222
local = local,
23-
url = "https://github.com/lowRISC/crt/releases/download/v0.4.16/qemu-binaries.tar.xz",
23+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.17/qemu-binaries.tar.xz",
2424
sha256 = "97d9ed96c65a23c020822b6ba66191601e58c68633c9f1cfe2cd5285c722698b",
2525
build_file = Label("//third_party/qemu:BUILD.qemu.bazel"),
2626
strip_prefix = "qemu",

toolchains/cc65/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def cc65_repos(local = None):
88
http_archive_or_local(
99
name = "cc65_files",
1010
local = local,
11-
url = "https://github.com/lowRISC/crt/releases/download/v0.4.16/cc65-binaries.tar.xz",
12-
sha256 = "7571439be9dbb4da18e2c07b82b57a6d6236d88541956c0a8b57bd981d86f95f",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.17/cc65-binaries.tar.xz",
12+
sha256 = "ab57fd29cf373648849d625da11f2723133bac80393643cc9cdf0dc514c99535",
1313
strip_prefix = "cc65",
1414
build_file = Label("//toolchains:BUILD.export_all.bazel"),
1515
)

toolchains/gcc_mxe_mingw32/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def gcc_mxe_mingw32_repos(local = None):
88
http_archive_or_local(
99
name = "gcc_mxe_mingw32_files",
1010
local = local,
11-
url = "https://github.com/lowRISC/crt/releases/download/v0.4.16/mxe-binaries-win32.tar.xz",
12-
sha256 = "98edd3e01ecb8520eac3e6ce8a322d21f687b46dae695653008ffcb04be4e5fc",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.17/mxe-binaries-win32.tar.xz",
12+
sha256 = "6a00b12b3e869867c86f1e0d22d0bdedb713b8098d4e267f91618a04648028ac",
1313
strip_prefix = "mxe",
1414
build_file = Label("//toolchains:BUILD.export_all.bazel"),
1515
)

toolchains/gcc_mxe_mingw64/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def gcc_mxe_mingw64_repos(local = None):
88
http_archive_or_local(
99
name = "gcc_mxe_mingw64_files",
1010
local = local,
11-
url = "https://github.com/lowRISC/crt/releases/download/v0.4.16/mxe-binaries-win64.tar.xz",
12-
sha256 = "1e415a13103af5ccb9613286863445ab5723e09b0a220ac2eb7a74f389ce8a26",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.17/mxe-binaries-win64.tar.xz",
12+
sha256 = "03198769b43d9881e48a0982dc8f21bf7019f3f19329e493b704e15ac6c3703d",
1313
strip_prefix = "mxe",
1414
build_file = Label("//toolchains:BUILD.export_all.bazel"),
1515
)

0 commit comments

Comments
 (0)