diff --git a/dot_local/bin/executable_install-bws b/dot_local/bin/executable_install-bws index e75fa99..1d4f764 100755 --- a/dot_local/bin/executable_install-bws +++ b/dot_local/bin/executable_install-bws @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=bws -VERSION=${VERSION:-0.5.0} +VERSION=${VERSION:-2.1.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-circleci b/dot_local/bin/executable_install-circleci index 8c50595..5ea775f 100755 --- a/dot_local/bin/executable_install-circleci +++ b/dot_local/bin/executable_install-circleci @@ -4,7 +4,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=circleci -VERSION=${VERSION:-0.1.47860} +VERSION=${VERSION:-1.0.50462} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/CircleCI-Public/circleci-cli/releases/download/v${VERSION}/circleci-cli_${VERSION}_$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-confluent b/dot_local/bin/executable_install-confluent index fb7ff8f..ae553f1 100755 --- a/dot_local/bin/executable_install-confluent +++ b/dot_local/bin/executable_install-confluent @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=confluent -VERSION=${VERSION:-4.74.0} +VERSION=${VERSION:-4.75.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/confluentinc/cli/releases/download/v${VERSION}/confluent_${VERSION}_$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-helm b/dot_local/bin/executable_install-helm index d69ec73..0a15dfd 100755 --- a/dot_local/bin/executable_install-helm +++ b/dot_local/bin/executable_install-helm @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=helm -VERSION=${VERSION:-3.22.0} +VERSION=${VERSION:-4.3.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} if [[ ! -d "${DEST}/${VERSION}" ]]; then diff --git a/dot_local/bin/executable_install-nats-server b/dot_local/bin/executable_install-nats-server index 5e14d79..a40a732 100755 --- a/dot_local/bin/executable_install-nats-server +++ b/dot_local/bin/executable_install-nats-server @@ -6,7 +6,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" set -euo pipefail APP=nats-server -VERSION=${VERSION:-2.14.6} +VERSION=${VERSION:-2.14.7} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-protoc-home b/dot_local/bin/executable_install-protoc-home index 0f667b9..a6130f2 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:-34.2} +VERSION=${VERSION:-36.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 b25aa5b..9815921 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" -VERSION=${VERSION:-34.2} +VERSION=${VERSION:-36.1} PROTOC_ZIP=protoc-$VERSION-linux-x86_64.zip TMP_DIR=$(mktemp --directory) DEST_FILE=$TMP_DIR/$PROTOC_ZIP diff --git a/dot_local/bin/executable_install-staticcheck b/dot_local/bin/executable_install-staticcheck index cb4ab74..aec90df 100755 --- a/dot_local/bin/executable_install-staticcheck +++ b/dot_local/bin/executable_install-staticcheck @@ -7,7 +7,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=staticcheck -VERSION=${VERSION:-2025.1.1} +VERSION=${VERSION:-2026.2.1} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/dominikh/go-tools/releases/download/${VERSION}/staticcheck_$(get_os)_$(get_arch).tar.gz