Skip to content

Commit

Permalink
Update tags and hashes for v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrantz committed Dec 6, 2023
1 parent bfe5d47 commit 6209f4e
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.7/qemu-binaries.tar.xz",
sha256 = "4ae6b90c0e63c32c5ee1dce255793bb569601d64384673fa4893767be315fcb0",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.8/qemu-binaries.tar.xz",
sha256 = "35b859bcefce8c5fe2e31325bef11b74215f320add57c6de0c46d12a6ad598e8",
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.7/cc65-binaries.tar.xz",
sha256 = "2ed0eea08b00539b7b306ae0855b443f50d74c197be4b01bb81832111e3d6ea2",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.8/cc65-binaries.tar.xz",
sha256 = "dc36cdc6e62141f389ae383766d8e283b82c762b73889d4346a05f7207119e4b",
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.7/mxe-binaries-win32.tar.xz",
sha256 = "dfbb5c673d627aef3d2655b5b80ec2cbba28602dd700897ffc36c4208168f3c8",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.8/mxe-binaries-win32.tar.xz",
sha256 = "84b02142736a601f82334bdb0f5a92700b103a6792210350879dab3664c2c172",
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.7/mxe-binaries-win64.tar.xz",
sha256 = "e133ba3610723de014d8b4f9a94a7d8ad699885e9f1e6195829c386da0c8d079",
url = "https://github.com/lowRISC/crt/releases/download/v0.4.8/mxe-binaries-win64.tar.xz",
sha256 = "8de11e3dfb957736f5f5527ce4e1d31a8f29bcca0d3d23e7799b4133a07a16e2",
strip_prefix = "mxe",
build_file = Label("//toolchains:BUILD.export_all.bazel"),
)

0 comments on commit 6209f4e

Please sign in to comment.