We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a594338 commit 29f3500Copy full SHA for 29f3500
ci/install.sh
@@ -46,7 +46,7 @@ build_gpg_stable() {
46
local PINENTRY_VERSION=$6
47
local GNUPG_VERSION=$7
48
49
- gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 249B39D24F25E3B6 04376F3EE0856959 2071B08A33BD3F06 8A861B1C7EFD60D9
+ gpg --keyserver hkp://keys.gnupg.net --recv-keys 249B39D24F25E3B6 04376F3EE0856959 2071B08A33BD3F06 8A861B1C7EFD60D9
50
51
for archive in npth:${NPTH_VERSION} libgpg-error:${LIBGPG_ERROR_VERSION}; do
52
pkgname="${archive%:*}"
0 commit comments