]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Fix URL for kernel patches
authorTobias Brunner <tobias@strongswan.org>
Mon, 28 Nov 2022 14:55:31 +0000 (15:55 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 28 Nov 2022 14:55:31 +0000 (15:55 +0100)
testing/scripts/build-guestkernel

index c8f0178ef3859336adb2a3a2c5da8383c19c20a1..f7ffdab58fea85c5ffdcb5d7cd9a4669e1b0b9c5 100755 (executable)
@@ -21,7 +21,7 @@ fi
 
 if [[ $KERNELPATCH && ! -f "$KERNELPATCH" ]]
 then
-       url=http://download.strongswan.org/uml/$KERNELPATCH
+       url=https://download.strongswan.org/testing/$KERNELPATCH
        log_action "Downloading $url"
        execute "wget -q $url"
 fi