From a0e617f129aaf5b0cb80676f0cc84bf3c501c45b Mon Sep 17 00:00:00 2001 From: Mats Linander Date: Mon, 6 Nov 2023 12:33:49 -0500 Subject: [PATCH] ci: switch to pgp.mit.edu (#968) --- scripts/fetch-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch-deps.sh b/scripts/fetch-deps.sh index 2db1b37023..afa2dba1d8 100755 --- a/scripts/fetch-deps.sh +++ b/scripts/fetch-deps.sh @@ -15,7 +15,7 @@ mkdir -p "/tmp/$LIBWEBP_VERSION" pushd "/tmp/$LIBWEBP_VERSION" > /dev/null # WebP release signing key. -gpg --receive-keys --keyserver hkps://keyserver.ubuntu.com 6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D +gpg --receive-keys --keyserver hkps://pgp.mit.edu 6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D echo "Fetching WebP Binaries" for ARCH in $RELEASE_ARCHS