diff --git a/dot_local/bin/executable_install-go-grpc-gateway b/dot_local/bin/executable_install-go-grpc-gateway index bb7b685..4cf1050 100755 --- a/dot_local/bin/executable_install-go-grpc-gateway +++ b/dot_local/bin/executable_install-go-grpc-gateway @@ -5,8 +5,8 @@ set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-2.21.0} -DEST="${XDG_DATA_HOME}/apps/releases/protoc-grpc-gateway" +VERSION=${VERSION:-2.23.1} +DEST=${XDG_DATA_HOME}/apps/releases/protoc-grpc-gatewa 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) OPENAPI_V2_URL=${BASE_URL}/protoc-gen-openapiv2-v${VERSION}-$(get_os)-$(uname -m) diff --git a/dot_local/bin/executable_install-go-home b/dot_local/bin/executable_install-go-home index c44e43a..5327489 100755 --- a/dot_local/bin/executable_install-go-home +++ b/dot_local/bin/executable_install-go-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=go -VERSION=${VERSION:-1.23.0} +VERSION=${VERSION:-1.23.1} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://dl.google.com/go/go${VERSION}.$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-go-system b/dot_local/bin/executable_install-go-system index 753b4b7..74bb292 100755 --- a/dot_local/bin/executable_install-go-system +++ b/dot_local/bin/executable_install-go-system @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-1.23.0} +VERSION=${VERSION:-1.23.1} DEST=/usr/local/apps/golang URL=https://dl.google.com/go/go${VERSION}.$(get_os)-$(get_arch).tar.gz DEST_BIN=$DEST/current/bin diff --git a/dot_local/bin/executable_install-protoc-home b/dot_local/bin/executable_install-protoc-home index dc431f9..8558d9f 100755 --- a/dot_local/bin/executable_install-protoc-home +++ b/dot_local/bin/executable_install-protoc-home @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1091 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-27.3} +VERSION=${VERSION:-28.0} APP=protoc APPS_DIR=${XDG_DATA_HOME}/apps/releases/${APP} VER_DIR=${APPS_DIR}/${VERSION} diff --git a/dot_local/bin/executable_install-protoc-system b/dot_local/bin/executable_install-protoc-system index 7ee78ab..63825e4 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:-27.3} +PROTOC_VERSION=${VERSION:-28.0} PROTOC_ZIP=protoc-$PROTOC_VERSION-linux-x86_64.zip TMP_DIR=$(mktemp --directory) DEST_FILE=$TMP_DIR/$PROTOC_ZIP diff --git a/dot_local/bin/executable_install-pulumi b/dot_local/bin/executable_install-pulumi index d793194..1c7e5b7 100755 --- a/dot_local/bin/executable_install-pulumi +++ b/dot_local/bin/executable_install-pulumi @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=pulumi -VERSION=${VERSION:-3.130.0} +VERSION=${VERSION:-3.131.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() (