From 0d5e3514f7f6e502fcba28fb18d9469f9d7e4ce6 Mon Sep 17 00:00:00 2001 From: Chris Frantz Date: Wed, 29 Jun 2022 01:46:37 +0000 Subject: [PATCH] Update tags and hashes for v0.1.7 --- third_party/qemu/repos.bzl | 2 +- toolchains/gcc_mxe_mingw64/repository.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/qemu/repos.bzl b/third_party/qemu/repos.bzl index bc375da..15ecd16 100644 --- a/third_party/qemu/repos.bzl +++ b/third_party/qemu/repos.bzl @@ -15,7 +15,7 @@ def qemu_binary_repos(): http_archive( name = "qemu", urls = [ - "https://github.com/cfrantz/crt/releases/download/v0.1.6/qemu-binaries.tar.xz", + "https://github.com/cfrantz/crt/releases/download/v0.1.7/qemu-binaries.tar.xz", ], sha256 = "36747138de22b2aa620ab05cdee8e40d015c3384038ec68d009316ca82a8494f", build_file = Label("//third_party/qemu:BUILD.qemu.bazel"), diff --git a/toolchains/gcc_mxe_mingw64/repository.bzl b/toolchains/gcc_mxe_mingw64/repository.bzl index 571448b..12d968c 100644 --- a/toolchains/gcc_mxe_mingw64/repository.bzl +++ b/toolchains/gcc_mxe_mingw64/repository.bzl @@ -3,6 +3,6 @@ load("@crt//config:repo.bzl", "compiler_repository") def gcc_mxe_mingw64_repos(): compiler_repository( name = "gcc_mxe_mingw64_files", - url = "https://github.com/cfrantz/mxe/releases/download/v0.1.6/mxe-binaries.tar.xz", + url = "https://github.com/cfrantz/crt/releases/download/v0.1.7/mxe-binaries.tar.xz", strip_prefix = "mxe", )