From 43e820e4102316bf1f3788198ac27f08e0d0b2b1 Mon Sep 17 00:00:00 2001 From: Mats Linander Date: Mon, 6 Nov 2023 12:42:31 -0500 Subject: [PATCH] Revert "ci: switch to pgp.mit.edu (#968)" This reverts commit a0e617f129aaf5b0cb80676f0cc84bf3c501c45b. --- 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 afa2dba1d8..2db1b37023 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://pgp.mit.edu 6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D +gpg --receive-keys --keyserver hkps://keyserver.ubuntu.com 6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D echo "Fetching WebP Binaries" for ARCH in $RELEASE_ARCHS