From 74f08992125c9b47bd0369686b4cdfc9cdbb0734 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 15 Jun 2020 11:49:14 +0000 Subject: [PATCH] conserver: update MASTER_SITES --- comms/conserver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile index 3c3425d2cb9..81cd6c5388e 100644 --- a/comms/conserver/Makefile +++ b/comms/conserver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.72 2020/05/14 11:43:24 sthen Exp $ +# $OpenBSD: Makefile,v 1.73 2020/06/15 11:49:14 sthen Exp $ COMMENT= manage remote serial consoles via TCP/IP @@ -18,7 +18,7 @@ WANTLIB += c util FLAVORS= ipmi net FLAVOR?= -MASTER_SITES= https://github.com/conserver/conserver/releases/download/v$V/ +MASTER_SITES= https://github.com/bstansell/conserver/releases/download/v$V/ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-master=localhost \