grpc/protobuf: manually set the latest version to be installed (#723)

pull/728/head 2.1.15
Florian Levis 2023-04-13 11:44:00 +02:00 committed by GitHub
parent f825f927e2
commit 14919cfed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -2753,6 +2753,10 @@ installRemoteModule() {
esac
fi
fi
if test -z "$installRemoteModule_version"; then
# See https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=1.53.0
fi
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
case "$DISTRO_VERSION" in
alpine@3.13)
@ -3063,8 +3067,8 @@ installRemoteModule() {
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=3.12.4
else
# see https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=3.21.6
# See https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=3.22.3
fi
fi
;;