package/libnetfilter_acct: use https for _SITE
http redirects to https, so use that instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
5cbcbf5078
commit
b530de097f
@ -5,4 +5,4 @@ config BR2_PACKAGE_LIBNETFILTER_ACCT
|
||||
libnetfilter_acct is the userspace library providing interface
|
||||
to extended accounting infrastructure.
|
||||
|
||||
http://www.netfilter.org/projects/libnetfilter_acct/
|
||||
https://www.netfilter.org/projects/libnetfilter_acct/
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
LIBNETFILTER_ACCT_VERSION = 1.0.3
|
||||
LIBNETFILTER_ACCT_SOURCE = libnetfilter_acct-$(LIBNETFILTER_ACCT_VERSION).tar.bz2
|
||||
LIBNETFILTER_ACCT_SITE = http://www.netfilter.org/projects/libnetfilter_acct/files
|
||||
LIBNETFILTER_ACCT_SITE = https://www.netfilter.org/projects/libnetfilter_acct/files
|
||||
LIBNETFILTER_ACCT_INSTALL_STAGING = YES
|
||||
LIBNETFILTER_ACCT_DEPENDENCIES = host-pkgconf libmnl
|
||||
LIBNETFILTER_ACCT_LICENSE = LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user