]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Use HTTPS for strongSwan tarballs
authorTobias Brunner <tobias@strongswan.org>
Mon, 28 Nov 2022 14:57:57 +0000 (15:57 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 28 Nov 2022 14:57:57 +0000 (15:57 +0100)
testing/scripts/recipes/013_strongswan.mk

index 0fce0ad9ff27b3ad906cf6f7ade5515b70e42c61..fb80b4e8514257c6befcc00acd477673b6920cb8 100644 (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)