Skip to content

Commit

Permalink
ci: switch to pgp.mit.edu (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
matslina authored Nov 6, 2023
1 parent f11641b commit a0e617f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0e617f

Please sign in to comment.