diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-12-16 02:49:30 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-12-16 02:50:15 +0000 |
commit | 14ee7cd3bf2a039897fd29ce01ba6036bff1fc55 (patch) | |
tree | 8531a8f6522fd6bee9245c7f49e0b63d180b7f11 /utils/qemu | |
parent | f36cb431887d426f1fab256a0861551bc48774ba (diff) |
qemu: bump to version 4.2.0
Diffstat (limited to 'utils/qemu')
-rw-r--r-- | utils/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index 0b17413f2..8dd7e5e82 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu -PKG_VERSION:=4.1.1 +PKG_VERSION:=4.2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=ed6fdbbdd272611446ff8036991e9b9f04a2ab2e3ffa9e79f3bab0eb9a95a1d2 +PKG_HASH:=d3481d4108ce211a053ef15be69af1bdd9dde1510fda80d92be0f6c3e98768f0 PKG_SOURCE_URL:=http://download.qemu.org/ PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=LICENSE tcg/LICENSE |