Skip to content

Commit 29f3500

Browse files
dewyattronaldtse
authored andcommitted
ci: Use keys.gnupg.net for gpg stable.
1 parent a594338 commit 29f3500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build_gpg_stable() {
4646
local PINENTRY_VERSION=$6
4747
local GNUPG_VERSION=$7
4848

49-
gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 249B39D24F25E3B6 04376F3EE0856959 2071B08A33BD3F06 8A861B1C7EFD60D9
49+
gpg --keyserver hkp://keys.gnupg.net --recv-keys 249B39D24F25E3B6 04376F3EE0856959 2071B08A33BD3F06 8A861B1C7EFD60D9
5050

5151
for archive in npth:${NPTH_VERSION} libgpg-error:${LIBGPG_ERROR_VERSION}; do
5252
pkgname="${archive%:*}"

0 commit comments

Comments
 (0)