qemu: bump to 2.5.0
authorYousong Zhou <yszhou4tech@gmail.com>
Mon, 14 Mar 2016 02:23:41 +0000 (10:23 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Mon, 14 Mar 2016 03:30:58 +0000 (11:30 +0800)
ChangeLog/2.5: http://wiki.qemu.org/ChangeLog/2.5

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
utils/qemu/Makefile

index a7806d1cfb86eccb3793d0f7a3ed3fbafb73a630..f890fbeee1c357047dfa8066b8858d193636499e 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=qemu
-PKG_VERSION:=2.4.1
+PKG_VERSION:=2.5.0
 PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://wiki.qemu-project.org/download/
-PKG_SOURCE_MD5SUM:=a895e93ec1dafc34bc64ed676f0d55a6
+PKG_SOURCE_MD5SUM:=f469f2330bbe76e3e39db10e9ac4f8db
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=LICENSE tcg/LICENSE
 PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>