summaryrefslogtreecommitdiff
path: root/tools/qemu
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-12-11 16:08:10 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-12-11 16:08:10 +0000
commit8f27618e1f1f6c27566c7f545ab077c7959dfcb5 (patch)
treed96960ac4cb9b8df018be5a6da08c879432f5039 /tools/qemu
parentb8ab3d34eb9b03a73c061f535a086ee4f748c88e (diff)
downloadmtk-20170518-8f27618e1f1f6c27566c7f545ab077c7959dfcb5.zip
mtk-20170518-8f27618e1f1f6c27566c7f545ab077c7959dfcb5.tar.gz
mtk-20170518-8f27618e1f1f6c27566c7f545ab077c7959dfcb5.tar.bz2
qemu: update qemu to version 0.13.0
SVN-Revision: 24487
Diffstat (limited to 'tools/qemu')
-rw-r--r--tools/qemu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile
index 50bfd6d..37a510c 100644
--- a/tools/qemu/Makefile
+++ b/tools/qemu/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=qemu
-PKG_VERSION:=0.12.5
-PKG_RELEASE:=2
+PKG_VERSION:=0.13.0
+PKG_RELEASE:=1
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=1d02ee0a04dfae2894340273372c1de4
+PKG_MD5SUM:=397a0d665da8ba9d3b9583629f3d6421
include $(INCLUDE_DIR)/host-build.mk