diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-12-17 01:26:24 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-12-17 04:11:10 +0000 |
commit | 36f2832f9d26d291d6493206504c6bc7002f8dcb (patch) | |
tree | e6a4665e2ebd589cb122390b252838fd0e31c004 /utils/qemu/Makefile | |
parent | 49dd0fdf4dcaeaeafa3160bb0d721b686215fb2b (diff) |
qemu: bump to version 3.1.0
Changelog can be found at https://wiki.qemu.org/ChangeLog/3.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'utils/qemu/Makefile')
-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 1a540b25f..681e3cadb 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu -PKG_VERSION:=3.0.0 +PKG_VERSION:=3.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=8d7af64fe8bd5ea5c3bdf17131a8b858491bcce1ee3839425a6d91fb821b5713 +PKG_HASH:=6a0508df079a0a33c2487ca936a56c12122f105b8a96a44374704bef6c69abfc PKG_SOURCE_URL:=http://download.qemu.org/ PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=LICENSE tcg/LICENSE |