Skip to content

Commit

Permalink
Update tags and hashes for v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2023
1 parent e6f9c95 commit 07af05f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions third_party/qemu/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def qemu_binary_repos(local = None):
http_archive_or_local(
name = "qemu",
local = local,
url = "https://github.com/lowRISC/crt/releases/download/v0.4.8/qemu-binaries.tar.xz",
sha256 = "35b859bcefce8c5fe2e31325bef11b74215f320add57c6de0c46d12a6ad598e8",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.9/qemu-binaries.tar.xz",
sha256 = "97d9ed96c65a23c020822b6ba66191601e58c68633c9f1cfe2cd5285c722698b",
build_file = Label("//third_party/qemu:BUILD.qemu.bazel"),
strip_prefix = "qemu",
)
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.8/cc65-binaries.tar.xz",
sha256 = "dc36cdc6e62141f389ae383766d8e283b82c762b73889d4346a05f7207119e4b",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.9/cc65-binaries.tar.xz",
sha256 = "5b3e64d3102cd6ecdc7f4e62fc1a794715a5dfc5afeecae1f01538663aafb9e4",
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.8/mxe-binaries-win32.tar.xz",
sha256 = "84b02142736a601f82334bdb0f5a92700b103a6792210350879dab3664c2c172",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.9/mxe-binaries-win32.tar.xz",
sha256 = "8afbb19940d1e0a949fac69a7909843865a8150033778302365ebb6adb4f6a74",
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.8/mxe-binaries-win64.tar.xz",
sha256 = "8de11e3dfb957736f5f5527ce4e1d31a8f29bcca0d3d23e7799b4133a07a16e2",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.9/mxe-binaries-win64.tar.xz",
sha256 = "5261ba1b659c5dcfc2d2a451a324df1b2e4ed0ecc1f75751902371914830bfc9",
strip_prefix = "mxe",
build_file = Label("//toolchains:BUILD.export_all.bazel"),
)

0 comments on commit 07af05f

Please sign in to comment.