From 199ac34d56980b8baf42f23f4b0447986e2d5764 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 3 Sep 2024 19:55:42 +0200 Subject: [PATCH] qemu-ga: Update to version 9.0.0 - Follow the qemu update version Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/qemu-ga | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/qemu-ga b/lfs/qemu-ga index ff85ca1cc8..00ca8c0a0a 100644 --- a/lfs/qemu-ga +++ b/lfs/qemu-ga @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,11 +26,11 @@ include Config SUMMARY = Guest agent for QEMU -VER = 8.1.2 +VER = 9.0.0 THISAPP = qemu-ga-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu-ga -PAK_VER = 7 +PAK_VER = 8 DEPS = -- 2.39.5