From b7d69704aee49c77be85b28b79b3f152f5caa0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sun, 10 Oct 2021 02:17:33 -0300 Subject: [PATCH] flinks: fix distfiles. Use HTTP for now to work around outdated certificate: Certificate verification failed for /CN=mbays.freeshell.org SSL_connect returned 1 --- srcpkgs/flinks/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template index cf92b29b69..bb21298ad5 100644 --- a/srcpkgs/flinks/template +++ b/srcpkgs/flinks/template @@ -10,7 +10,8 @@ maintainer="Duncaen " license="GPL-3.0-or-later" homepage="https://mbays.freeshell.org/flinks/" changelog="https://mbays.freeshell.org/flinks/ChangeLog" -distfiles="https://mbays.freeshell.org/flinks/flinks-${version}.tar.gz" +# warning: using HTTP temporarily +distfiles="http://mbays.freeshell.org/flinks/flinks-${version}.tar.gz" checksum=e2834ca2309cbc02693f9bdacd860045bb6d3a9ef8bd0a54ee2f1c373a366266 post_install() {