Skip to content

Commit

Permalink
Update tags and hashes for v0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent 1e104fe commit 58ac202
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.13/qemu-binaries.tar.xz",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.14/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.13/cc65-binaries.tar.xz",
sha256 = "2f073375c8227388e2279905076f50f997afc7f6e1874ad10b610d8c1ae1d95f",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.14/cc65-binaries.tar.xz",
sha256 = "f81b200071feba068e9a1c33012c9ef1e55667e77d748402e6e3b8352436e31c",
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.13/mxe-binaries-win32.tar.xz",
sha256 = "6fd2bd6f80fe3772192a1f55c637f417b35e75fef775e1621355921ddf95bbd8",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.14/mxe-binaries-win32.tar.xz",
sha256 = "215b9dfa070687dafab29453b04a075e7955c2c7f3b8d16960207cfde730f126",
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.13/mxe-binaries-win64.tar.xz",
sha256 = "2e161c86fdb72cecd2684b4af84813d47e7c777e16b17aa882b6141fb64243ec",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.14/mxe-binaries-win64.tar.xz",
sha256 = "9ca28457ee854ad55c6e7e5067aed4abe2cd835e80ce44b273e7a46e68f23396",
strip_prefix = "mxe",
build_file = Label("//toolchains:BUILD.export_all.bazel"),
)

0 comments on commit 58ac202

Please sign in to comment.