From 011a340d8d4dee4d56ac033c73b992eac23e1f1e Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 26 Aug 2024 15:13:51 -0700 Subject: [PATCH] Bump versions --- dot_local/bin/executable_install-dasel-home | 2 +- dot_local/bin/executable_install-golangci-lint | 2 +- dot_local/bin/executable_install-helm | 2 +- dot_local/bin/executable_install-pulumi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dot_local/bin/executable_install-dasel-home b/dot_local/bin/executable_install-dasel-home index ae9b9d8..eddac90 100755 --- a/dot_local/bin/executable_install-dasel-home +++ b/dot_local/bin/executable_install-dasel-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=dasel -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.8.1} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-golangci-lint b/dot_local/bin/executable_install-golangci-lint index 34b551f..62eae31 100755 --- a/dot_local/bin/executable_install-golangci-lint +++ b/dot_local/bin/executable_install-golangci-lint @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=golangci-lint -VERSION=${VERSION:-1.60.1} +VERSION=${VERSION:-1.60.3} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/golangci/golangci-lint/releases/download/v${VERSION}/golangci-lint-${VERSION}-$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-helm b/dot_local/bin/executable_install-helm index 28a6ae2..6592587 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.15.2} +VERSION=${VERSION:-3.15.4} DEST=${XDG_DATA_HOME}/apps/releases/${APP} if [[ ! -d "${DEST}/${VERSION}" ]]; then diff --git a/dot_local/bin/executable_install-pulumi b/dot_local/bin/executable_install-pulumi index 417d091..d793194 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.53.1} +VERSION=${VERSION:-3.130.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() (