diff options
Diffstat (limited to 'tools/qemu')
-rw-r--r-- | tools/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index 45d42d4..34440ee 100644 --- a/tools/qemu/Makefile +++ b/tools/qemu/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=qemu 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:=b6c713a8db638e173af53a62d5178640 |