diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-08-18 00:13:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-08-18 00:13:59 +0000 |
commit | 0ed65e4e7bab39f358af21d929577d6d9a05419f (patch) | |
tree | 1253df65993ae4483e0121d6cf5791cf5bf62b42 /emulators | |
parent | 488dfc699143b6a6a677cb9af3bb8de853c7ea75 (diff) | |
download | pkgsrc-0ed65e4e7bab39f358af21d929577d6d9a05419f.tar.gz |
Follow MASTER_SITES redirect
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
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 |