From 3bccde01f7a230c585cf5997f3cfd045f7aa49a0 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 15 Oct 2022 23:04:19 -0400 Subject: [PATCH] chkrootkit: fix distfiles url --- srcpkgs/chkrootkit/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/chkrootkit/template b/srcpkgs/chkrootkit/template index 9a8327259e1..ac5ee978585 100644 --- a/srcpkgs/chkrootkit/template +++ b/srcpkgs/chkrootkit/template @@ -8,7 +8,8 @@ short_desc="Tool to locally check for signs of a rootkit" maintainer="Orphaned " license="BSD-2-Clause" homepage="http://www.chkrootkit.org" -distfiles="ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit-${version}.tar.gz" +# distfiles="ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit-${version}.tar.gz" +distfiles="https://sources.voidlinux.org/chkrootkit-${version}/chkrootkit-${version}.tar.gz" checksum=a81c0286ec449313f953701202a00e81b204fc2cf43e278585a11c12a5e0258b CFLAGS="-fPIC"