From c25d6dbd7a29a6359ed5be3f2ac05ac9b1f879be Mon Sep 17 00:00:00 2001 From: Buddy Date: Mon, 13 Oct 2025 23:29:33 -0700 Subject: [PATCH] Bump protoc versions --- dot_local/bin/executable_install-protoc-gen-go | 2 +- ...cutable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2 | 2 +- dot_local/bin/executable_install-protoc-home | 2 +- dot_local/bin/executable_install-protoc-system | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dot_local/bin/executable_install-protoc-gen-go b/dot_local/bin/executable_install-protoc-gen-go index d2d65a2..a066a50 100755 --- a/dot_local/bin/executable_install-protoc-gen-go +++ b/dot_local/bin/executable_install-protoc-gen-go @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=protoc-gen-go -VERSION=${VERSION:-1.36.2} +VERSION=${VERSION:-1.36.10} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/protocolbuffers/protobuf-go/releases/download/v${VERSION}/protoc-gen-go.v${VERSION}.$(get_os).$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2 b/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2 index 5800f8c..a4e2a1a 100755 --- a/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2 +++ b/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2 @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-2.27.2} +VERSION=${VERSION:-2.27.3} DEST=${XDG_DATA_HOME}/apps/releases/protoc-grpc-gateway BASE_URL=https://github.com/grpc-ecosystem/grpc-gateway/releases/download/v${VERSION} GRPC_GATEWAY_URL=${BASE_URL}/protoc-gen-grpc-gateway-v${VERSION}-$(get_os)-$(uname -m) diff --git a/dot_local/bin/executable_install-protoc-home b/dot_local/bin/executable_install-protoc-home index b7d4823..c93275c 100755 --- a/dot_local/bin/executable_install-protoc-home +++ b/dot_local/bin/executable_install-protoc-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=protoc -VERSION=${VERSION:-29.3} +VERSION=${VERSION:-32.1} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-protoc-system b/dot_local/bin/executable_install-protoc-system index c550290..1ac73c3 100755 --- a/dot_local/bin/executable_install-protoc-system +++ b/dot_local/bin/executable_install-protoc-system @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1091 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -PROTOC_VERSION=${VERSION:-29.2} +VERSION=${VERSION:-32.1} PROTOC_ZIP=protoc-$PROTOC_VERSION-linux-x86_64.zip TMP_DIR=$(mktemp --directory) DEST_FILE=$TMP_DIR/$PROTOC_ZIP