parent
1310ce2325
commit
f5b3ab78a3
|
@ -2825,7 +2825,7 @@ installRemoteModule() {
|
||||||
fi
|
fi
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
# See https://github.com/protocolbuffers/protobuf/issues/10619
|
# See https://github.com/protocolbuffers/protobuf/issues/10619
|
||||||
installRemoteModule_version=1.55.0
|
installRemoteModule_version=1.56.0
|
||||||
fi
|
fi
|
||||||
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
|
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
|
||||||
case "$DISTRO_VERSION" in
|
case "$DISTRO_VERSION" in
|
||||||
|
|
Loading…
Reference in New Issue