Skip to content

Commit

Permalink
Update tags and hashes for v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrantz committed Jun 29, 2022
1 parent 6f79306 commit 645d8b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions third_party/qemu/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ def qemu_src_repos():
def qemu_binary_repos():
http_archive(
name = "qemu",
urls = [
"https://github.com/cfrantz/crt/releases/download/v0.1.7/qemu-binaries.tar.xz",
],
sha256 = "36747138de22b2aa620ab05cdee8e40d015c3384038ec68d009316ca82a8494f",
url = "https://github.com/cfrantz/crt/releases/download/v0.1.8/qemu-binaries.tar.xz",
sha256 = "d6c7c4ee00c4341de9e316d1228ca6264cc40b904533f533c12d89cdce3836f3",
build_file = Label("//third_party/qemu:BUILD.qemu.bazel"),
strip_prefix = "qemu",
)
3 changes: 2 additions & 1 deletion toolchains/gcc_mxe_mingw64/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ load("@crt//config:repo.bzl", "compiler_repository")
def gcc_mxe_mingw64_repos():
compiler_repository(
name = "gcc_mxe_mingw64_files",
url = "https://github.com/cfrantz/crt/releases/download/v0.1.7/mxe-binaries.tar.xz",
url = "https://github.com/cfrantz/crt/releases/download/v0.1.8/mxe-binaries.tar.xz",
sha256 = "21a03dc553789e394c47224cc5c3998ee96d4c30a7c5896e375dcb0d77b987af",
strip_prefix = "mxe",
)

0 comments on commit 645d8b5

Please sign in to comment.