diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-12-11 16:08:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-12-11 16:08:10 +0000 |
commit | d67ccddfcf3f1c9930e0fb3a73be7edcf4b6150d (patch) | |
tree | a5a093624efd6419a7e9e99e08737d5a24864f33 /tools | |
parent | 738117eb86e3cc06085f033a043593110cb17250 (diff) | |
download | upstream-d67ccddfcf3f1c9930e0fb3a73be7edcf4b6150d.tar.gz upstream-d67ccddfcf3f1c9930e0fb3a73be7edcf4b6150d.tar.bz2 upstream-d67ccddfcf3f1c9930e0fb3a73be7edcf4b6150d.zip |
qemu: update qemu to version 0.13.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qemu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index 50bfd6d727..37a510cf92 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 |