From 5015de86318bf998503fdf07af23be180d0b1e69 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 23 Apr 2020 20:52:53 +0200 Subject: [PATCH] bro: update distfile url The website was moved to zeek.org with the release of zeek 3.0, the old distfiles are still available under the new url, just in a different location --- srcpkgs/bro/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bro/template b/srcpkgs/bro/template index 4d453648771..8ef7be068cc 100644 --- a/srcpkgs/bro/template +++ b/srcpkgs/bro/template @@ -10,7 +10,7 @@ short_desc="Advanced framework for network traffic analysis" maintainer="Andrew Benson " license="BSD-3-Clause" homepage="https://www.bro.org" -distfiles="https://www.bro.org/downloads/bro-${version}.tar.gz" +distfiles="https://download.zeek.org/bro-${version}.tar.gz" checksum=a47a9cdcef0ea14d5f70c390ab266f0333063ff96f3869a5f1609581a1d1ceb7 nocross="Needs to build part of itself to run, can't be built separately yet."