testing: Use HTTPS for strongSwan tarballs

This commit is contained in:
Tobias Brunner
2022-11-28 15:57:57 +01:00
parent 4242c81243
commit c1250c56ae
+1 -1
View File
@@ -3,7 +3,7 @@
PV = $(SWANVERSION)
PKG = strongswan-$(PV)
TAR = $(PKG).tar.bz2
SRC = http://download.strongswan.org/$(TAR)
SRC = https://download.strongswan.org/$(TAR)
# can be passed to load sources from a directory instead of a tarball
ifneq ($(origin SRCDIR), undefined)