chkrootkit: fix distfiles url

This commit is contained in:
classabbyamp 2022-10-15 23:04:19 -04:00
parent 1fb8ecbb97
commit 3bccde01f7
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -8,7 +8,8 @@ short_desc="Tool to locally check for signs of a rootkit"
maintainer="Orphaned <orphan@voidlinux.org>"
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"