wireshark: use https for download and homepage link
Saves a redirect. Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6294204686
commit
32e25af8c1
@ -8,7 +8,7 @@ config BR2_PACKAGE_WIRESHARK
|
||||
help
|
||||
Network traffic sniffer and protocol decoder.
|
||||
|
||||
http://www.wireshark.org
|
||||
https://www.wireshark.org
|
||||
|
||||
comment "wireshark needs a toolchain w/ wchar, threads"
|
||||
depends on BR2_USE_MMU
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
WIRESHARK_VERSION = 2.2.1
|
||||
WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.bz2
|
||||
WIRESHARK_SITE = http://www.wireshark.org/download/src/all-versions
|
||||
WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions
|
||||
WIRESHARK_LICENSE = wireshark license
|
||||
WIRESHARK_LICENSE_FILES = COPYING
|
||||
WIRESHARK_DEPENDENCIES = host-pkgconf libpcap libglib2
|
||||
|
Loading…
Reference in New Issue
Block a user