testing: Use HTTPS for strongSwan tarballs
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
PV = $(SWANVERSION)
|
PV = $(SWANVERSION)
|
||||||
PKG = strongswan-$(PV)
|
PKG = strongswan-$(PV)
|
||||||
TAR = $(PKG).tar.bz2
|
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
|
# can be passed to load sources from a directory instead of a tarball
|
||||||
ifneq ($(origin SRCDIR), undefined)
|
ifneq ($(origin SRCDIR), undefined)
|
||||||
|
|||||||
Reference in New Issue
Block a user