Skip to content

Commit

Permalink
Update protobuf to version 3.21.12 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosak authored Dec 4, 2023
1 parent 4122150 commit c552b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp-client/build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function usage {
echo
echo " Options:"
echo " --clean Remove the downloaded sources once a library is built."
echo " This is necessary for re-clonning."
echo " This is necessary for re-cloning."
echo " --shared Build shared libraries. This is the default if not specified."
echo " --static-pic Build static libraries from object files compiled with -fPIC"
echo " (position independent code). This is useful for creating"
Expand Down Expand Up @@ -562,7 +562,7 @@ if [ "$CLONE_PROTOBUF" = "yes" ]; then
echo "*** Cloning protobuf"
cd $SRC
# Previously used version: v3.20.1
git clone $GIT_FLAGS -b v3.20.1 --depth 1 "${GITHUB_BASE_URL}/protocolbuffers/protobuf.git"
git clone $GIT_FLAGS -b v3.21.12 --depth 1 "${GITHUB_BASE_URL}/protocolbuffers/protobuf.git"
echo "*** Cloning protobuf DONE"
fi
if [ "$BUILD_PROTOBUF" = "yes" ]; then
Expand Down

0 comments on commit c552b90

Please sign in to comment.