From: Tobias Brunner Date: Mon, 28 Nov 2022 14:55:31 +0000 (+0100) Subject: testing: Fix URL for kernel patches X-Git-Tag: 5.9.9rc1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4242c81243b46b1d7720e94999f0b259a408e534;p=thirdparty%2Fstrongswan.git testing: Fix URL for kernel patches --- diff --git a/testing/scripts/build-guestkernel b/testing/scripts/build-guestkernel index c8f0178ef3..f7ffdab58f 100755 --- a/testing/scripts/build-guestkernel +++ b/testing/scripts/build-guestkernel @@ -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