Skip to content

Commit

Permalink
update qemu to latest 9.1.1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Oct 27, 2024
1 parent 30d9efe commit 2520ae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Locally computed
sha256 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100 COPYING
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
sha256 816b7022a8ba7c2ac30e2e0cf973e826f6bcc8505339603212c5ede8e94d7834 qemu-9.1.0.tar.xz
sha256 7dc0f9da5491ff449500f3310063a36b619f236ee45706fd0846eb37d4bba889 qemu-9.1.1.tar.xz
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

QEMU_GUEST_AGENT_VERSION = 9.1.0
QEMU_GUEST_AGENT_VERSION = 9.1.1
QEMU_GUEST_AGENT_SOURCE = qemu-$(QEMU_GUEST_AGENT_VERSION).tar.xz
QEMU_GUEST_AGENT_SITE = http://download.qemu.org
QEMU_GUEST_AGENT_LICENSE = GPL-2.0, LGPL-2.1, MIT, BSD-3-Clause, BSD-2-Clause, Others/BSD-1c
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-qemu-guest-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

ID=${1}
PACKAGE_NAME="qemu-guest-agent"
PROJECT_URL="https://download.qemu.org/"
PROJECT_URL="https://download.qemu.org"
ARCHIVE_URL="${PROJECT_URL}/qemu-${ID}.tar.xz"

if [[ -z "${ID}" ]]; then
Expand Down

0 comments on commit 2520ae0

Please sign in to comment.