diff --git a/dependencies/phive.xml b/dependencies/phive.xml index e14a013d..10407c6d 100644 --- a/dependencies/phive.xml +++ b/dependencies/phive.xml @@ -1,8 +1,8 @@ - - - - + + + + diff --git a/scripts/install-phive.sh b/scripts/install-phive.sh index d7db77ed..20013cfd 100755 --- a/scripts/install-phive.sh +++ b/scripts/install-phive.sh @@ -8,7 +8,7 @@ apk add --no-cache --virtual .php-build-deps \ # Install phive curl --retry 5 --retry-delay 5 -sLO https://phar.io/releases/phive.phar curl --retry 5 --retry-delay 5 -sLO https://phar.io/releases/phive.phar.asc -gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "0x9D8A98B29B2D5D79" +gpg --keyserver hkps://keys.openpgp.org --recv-keys "0x9D8A98B29B2D5D79" gpg --verify phive.phar.asc phive.phar chmod +x phive.phar mv phive.phar /usr/local/bin/phive @@ -16,7 +16,7 @@ rm phive.phar.asc # Install the PHARs listed in phive.xml phive --no-progress install \ - --trust-gpg-keys 31C7E470E2138192,CF1A108D0E7AE720,8A03EA3B385DBAA1,12CE0F1D262429A5,5E6DDE998AB73B8E,51C67305FFC2E5C0,CBB3D576F2A0946F \ + --trust-gpg-keys 31C7E470E2138192,CF1A108D0E7AE720,8A03EA3B385DBAA1,12CE0F1D262429A5,5E6DDE998AB73B8E,51C67305FFC2E5C0,CBB3D576F2A0946F,689DAD778FF08760E046228BA978220305CD5C32 \ --target /usr/bin apk del --no-network --purge .php-build-deps