Skip to content

Commit 3eeb4b8

Browse files
Update tags and hashes for v0.4.15
1 parent a63989d commit 3eeb4b8

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.14/qemu-binaries.tar.xz",
23+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.15/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.14/cc65-binaries.tar.xz",
12-
sha256 = "f81b200071feba068e9a1c33012c9ef1e55667e77d748402e6e3b8352436e31c",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.15/cc65-binaries.tar.xz",
12+
sha256 = "36a92eb00a398604b2a28948abb5e0a04fe5496fa0b1c8e70207faa931d9e632",
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.14/mxe-binaries-win32.tar.xz",
12-
sha256 = "215b9dfa070687dafab29453b04a075e7955c2c7f3b8d16960207cfde730f126",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.15/mxe-binaries-win32.tar.xz",
12+
sha256 = "17d3f555ad883a3752bf08e04d0d9f4bb8d5170bdacee90d39c57f6bf471e2ce",
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.14/mxe-binaries-win64.tar.xz",
12-
sha256 = "9ca28457ee854ad55c6e7e5067aed4abe2cd835e80ce44b273e7a46e68f23396",
11+
url = "https://github.com/lowRISC/crt/releases/download/v0.4.15/mxe-binaries-win64.tar.xz",
12+
sha256 = "04d505bf4c26807d9b893fb6c6e2c15de2ea07011d35b1ffb9f3033ac5d0a8d9",
1313
strip_prefix = "mxe",
1414
build_file = Label("//toolchains:BUILD.export_all.bazel"),
1515
)

0 commit comments

Comments
 (0)