]> source.dussan.org Git - nextcloud-server.git/commitdiff
Bump the ca location 25848/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 18 Feb 2021 19:21:34 +0000 (20:21 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 1 Mar 2021 12:37:56 +0000 (12:37 +0000)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
build/ca-bundle-checker.sh

index 6af762e2e37f8e18a809b143493867e519162796..50d7b7916fa5459e774a3acdea52233d0c2f2ac6 100755 (executable)
@@ -6,7 +6,7 @@ if [[ -n ${DRONE_SOURCE_BRANCH} && ! ${DRONE_SOURCE_BRANCH} =~ version(\/noid)?\
 fi
 
 echo "Fetching latest ca-bundle.crt ..."
-curl -o resources/config/ca-bundle.crt https://curl.haxx.se/ca/cacert.pem
+curl -o resources/config/ca-bundle.crt https://curl.se/ca/cacert.pem
 
 echo
 outdated=$(git diff --name-only | grep "resources/config/ca-bundle.crt")