flinks: fix distfiles.
Use HTTP for now to work around outdated certificate: Certificate verification failed for /CN=mbays.freeshell.org SSL_connect returned 1
This commit is contained in:
parent
31a5f7b610
commit
b7d69704ae
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
|||
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() {
|
||||
|
|
Loading…
Reference in a new issue