X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Fqemu%2FMakefile;h=bffbaa45e78414973b097977c734c2d78bb305d9;hb=3d5cdf7094e7f2dfafe99e29abf7cd836d8d3a63;hp=c0d587b243f752b2ba2700efcf51de219b284102;hpb=11c08a39bc207e2042dabe7966595caeb0fe4834;p=openwrt%2Fopenwrt.git diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index c0d587b243..bffbaa45e7 100644 --- a/tools/qemu/Makefile +++ b/tools/qemu/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu -PKG_VERSION:=0.13.0 +PKG_VERSION:=0.14.1 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/ +PKG_SOURCE_URL:=@SAVANNAH/qemu PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=397a0d665da8ba9d3b9583629f3d6421 +PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640 include $(INCLUDE_DIR)/host-build.mk