From 806a2c08cd485c58dc5895f03e300c242b5e03ef Mon Sep 17 00:00:00 2001 From: Markus Frosch <markus.frosch@icinga.com> Date: Fri, 19 Jul 2019 09:38:25 +0200 Subject: [PATCH] Update qemu-arm-static to 4.0.0-5 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f0f99fb..e7ac062 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,9 @@ ifneq ($(CI_REGISTRY),) IMAGE := $(CI_REGISTRY)/$(IMAGE) endif -QEMU_VERSION = v3.1.0-2 +QEMU_VERSION = v4.0.0-5 QEMU_STATIC = https://github.com/multiarch/qemu-user-static/releases/download/$(QEMU_VERSION)/qemu-arm-static.tar.gz -QEMU_CHECKSUM = 694df07f3d83b64b2e3598f3150046e7c6c4f5f15004a4f2f414caf8e719bdcefe3fc8a8fa1f5cff357aa6af1a018a4e9efdc287a491037b89aa47aeaefb2201 +QEMU_CHECKSUM = 3fc9536f712b02c5c83cb45b4deba5c48dc87b3a48795ca4189da08ab6f25ac54495bc56e5e1914f595dc2ca68dcd04977264e9f19d5754e88ed3a6dea68ac12 .PHONY: all tarball clean -- GitLab