summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/qemu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 6cba6ac552e..d2a49098991 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.189 2018/08/16 18:54:43 adam Exp $
+# $NetBSD: Makefile,v 1.190 2018/08/18 00:13:59 ryoon Exp $
DISTNAME= qemu-3.0.0
PKGREVISION= 1
CATEGORIES= emulators
-MASTER_SITES= http://download.qemu-project.org/
+MASTER_SITES= https://download.qemu.org/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org