From 231a530de3ef049c2d6e9f83d3949ab5c6a4be0a Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Fri, 6 Oct 2023 08:42:27 +0100 Subject: [PATCH] qemu: Bump to v7.2.6 Signed-off-by: Thomas Parrott --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 097816d8d..714811b6e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -803,7 +803,7 @@ parts: override-pull: |- [ "$(uname -m)" != "x86_64" ] && [ "$(uname -m)" != "aarch64" ] && [ "$(uname -m)" != "ppc64le" ] && [ "$(uname -m)" != "s390x" ] && exit 0 set -ex - git clone https://gitlab.com/qemu/qemu . -b v7.1.0 + git clone https://gitlab.com/qemu/qemu . -b v7.2.6 override-build: |- [ "$(uname -m)" != "x86_64" ] && [ "$(uname -m)" != "aarch64" ] && [ "$(uname -m)" != "ppc64le" ] && [ "$(uname -m)" != "s390x" ] && exit 0