Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2021-02-18 22:21:34 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-03-01 15:37:56 +0300
commit200a3db58e2473ebe887e4f16b8ea19580ec34ca (patch)
tree9f39252cbd071790874d7634d3721a21877b9a07 /build
parentb94ef32ed8e9c94d3457d6f5125c9be293e2a7c1 (diff)
Bump the ca location
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/ca-bundle-checker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ca-bundle-checker.sh b/build/ca-bundle-checker.sh
index 6af762e2e37..50d7b7916fa 100755
--- a/build/ca-bundle-checker.sh
+++ b/build/ca-bundle-checker.sh
@@ -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")