diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index 9b5be8e65b..713f897c0e 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu -PKG_VERSION:=10.1.0 +PKG_VERSION:=10.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://download.qemu.org/ -PKG_HASH:=e0517349b50ca73ebec2fa85b06050d5c463ca65c738833bd8fc1f15f180be51 +PKG_HASH:=9d75f331c1a5cb9b6eb8fd9f64f563ec2eab346c822cb97f8b35cd82d3f11479 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=LICENSE tcg/LICENSE PKG_MAINTAINER:=Yousong Zhou