Skip to content

Commit 8264b62

Browse files
Update tags and hashes for v0.4.10
1 parent 40df9e3 commit 8264b62

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.9/qemu-binaries.tar.xz",
23+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.10/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.9/cc65-binaries.tar.xz",
12-
sha256 = "5b3e64d3102cd6ecdc7f4e62fc1a794715a5dfc5afeecae1f01538663aafb9e4",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.10/cc65-binaries.tar.xz",
12+
sha256 = "5dfc3dc8a34aff82db081831fd4939215ba698fd2e6186e869b19a2158236029",
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.9/mxe-binaries-win32.tar.xz",
12-
sha256 = "8afbb19940d1e0a949fac69a7909843865a8150033778302365ebb6adb4f6a74",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.10/mxe-binaries-win32.tar.xz",
12+
sha256 = "4d72cb9f72567340bf663bc8b7030b847fd5544d77ebff8b5acb5f7df7b23c00",
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.9/mxe-binaries-win64.tar.xz",
12-
sha256 = "5261ba1b659c5dcfc2d2a451a324df1b2e4ed0ecc1f75751902371914830bfc9",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.10/mxe-binaries-win64.tar.xz",
12+
sha256 = "159c1c7e29b02ac904c591984fc4e6eab568176413b9742e5091aa8aec4b2605",
1313
strip_prefix = "mxe",
1414
build_file = Label("//toolchains:BUILD.export_all.bazel"),
1515
)

0 commit comments

Comments
 (0)