Skip to content

Commit 58ac202

Browse files
Update tags and hashes for v0.4.14
1 parent 1e104fe commit 58ac202

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

third_party/qemu/repos.bzl

+1-1
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.13/qemu-binaries.tar.xz",
23+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.14/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

+2-2
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.13/cc65-binaries.tar.xz",
12-
sha256 = "2f073375c8227388e2279905076f50f997afc7f6e1874ad10b610d8c1ae1d95f",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.14/cc65-binaries.tar.xz",
12+
sha256 = "f81b200071feba068e9a1c33012c9ef1e55667e77d748402e6e3b8352436e31c",
1313
strip_prefix = "cc65",
1414
build_file = Label("//toolchains:BUILD.export_all.bazel"),
1515
)

toolchains/gcc_mxe_mingw32/repository.bzl

+2-2
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.13/mxe-binaries-win32.tar.xz",
12-
sha256 = "6fd2bd6f80fe3772192a1f55c637f417b35e75fef775e1621355921ddf95bbd8",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.14/mxe-binaries-win32.tar.xz",
12+
sha256 = "215b9dfa070687dafab29453b04a075e7955c2c7f3b8d16960207cfde730f126",
1313
strip_prefix = "mxe",
1414
build_file = Label("//toolchains:BUILD.export_all.bazel"),
1515
)

toolchains/gcc_mxe_mingw64/repository.bzl

+2-2
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.13/mxe-binaries-win64.tar.xz",
12-
sha256 = "2e161c86fdb72cecd2684b4af84813d47e7c777e16b17aa882b6141fb64243ec",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.14/mxe-binaries-win64.tar.xz",
12+
sha256 = "9ca28457ee854ad55c6e7e5067aed4abe2cd835e80ce44b273e7a46e68f23396",
1313
strip_prefix = "mxe",
1414
build_file = Label("//toolchains:BUILD.export_all.bazel"),
1515
)

0 commit comments

Comments
 (0)