diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-02-20 04:03:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-02-20 04:03:07 +0000 |
commit | 780da57310ecfa49e2b8026029986ea380b514b5 (patch) | |
tree | 0c02f8a05e26f71ea897238f866adec5baa3db00 /emulators | |
parent | 1d6049eaa2f481223bb34ad44f23e0b7948d7b2e (diff) | |
download | pkgsrc-780da57310ecfa49e2b8026029986ea380b514b5.tar.gz |
Update MASTER_SITES and HOMEPAGE
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index b3a12c4e064..91ee79bb9dd 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.163 2017/01/17 09:10:11 roy Exp $ +# $NetBSD: Makefile,v 1.164 2017/02/20 04:03:07 ryoon Exp $ DISTNAME= qemu-2.8.0 PKGREVISION= 1 CATEGORIES= emulators -MASTER_SITES= http://wiki.qemu.org/download/ +MASTER_SITES= http://download.qemu-project.org/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.qemu.org/ +HOMEPAGE= http://www.qemu-project.org/ COMMENT= CPU emulator using dynamic translation LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd |