diff --git a/dot_local/bin/executable_install-bat b/dot_local/bin/executable_install-bat index 23eb2f3..44893f6 100755 --- a/dot_local/bin/executable_install-bat +++ b/dot_local/bin/executable_install-bat @@ -6,10 +6,10 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=bat BAT_DEST="${XDG_DATA_HOME}/apps/releases/${APP}" BAT_CURRENT="${BAT_DEST}/current" -BAT_VERSION=${BAT_VERSION:-0.22.1} +BAT_VERSION=${BAT_VERSION:-0.23.0} EXTRA_DEST="${XDG_DATA_HOME}/apps/releases/bat-extras" EXTRA_CURRENT="${EXTRA_DEST}/current" -EXTRA_VERSION=${EXTRA_VERSION:-2022.07.27} +EXTRA_VERSION=${EXTRA_VERSION:-2023.03.21} MAN_DIR=${XDG_DATA_HOME}/man/man1 @@ -31,7 +31,7 @@ case $(uname -m) in esac BAT_URL=https://github.com/sharkdp/bat/releases/download/v${BAT_VERSION}/bat-v${BAT_VERSION}-${ARCH}-${OS}.tar.gz -EXTRA_URL="https://github.com/eth-p/bat-extras/releases/download/v${EXTRA_VERSION}/bat-extras-${EXTRA_VERSION//\./}.zip" +EXTRA_URL=https://github.com/eth-p/bat-extras/releases/download/v${EXTRA_VERSION}/bat-extras-${EXTRA_VERSION//\./}.zip set_symlink () { local dest_dir="$1" diff --git a/dot_local/bin/executable_install-cert-manager-cmctl b/dot_local/bin/executable_install-cert-manager-cmctl index 963a41b..a23cda9 100755 --- a/dot_local/bin/executable_install-cert-manager-cmctl +++ b/dot_local/bin/executable_install-cert-manager-cmctl @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=cmctl -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.12.1} 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 74ffee8..6534989 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.18894} +VERSION=${VERSION:-0.1.26837} 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-direnv b/dot_local/bin/executable_install-direnv index 4fef219..a57e79b 100755 --- a/dot_local/bin/executable_install-direnv +++ b/dot_local/bin/executable_install-direnv @@ -4,7 +4,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=direnv -VERSION=${VERSION:-2.32.2} +VERSION=${VERSION:-2.32.3} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/direnv/direnv/releases/download/v${VERSION}/direnv.$(get_os)-$(get_arch) diff --git a/dot_local/bin/executable_install-erdtree b/dot_local/bin/executable_install-erdtree index f354878..fd53cab 100755 --- a/dot_local/bin/executable_install-erdtree +++ b/dot_local/bin/executable_install-erdtree @@ -16,7 +16,7 @@ function get_arch () ( ) APP=erdtree -VERSION=${VERSION:-v2.0.0} +VERSION=${VERSION:-v3.0.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/solidiquis/erdtree/releases/download/${VERSION}/erd-${VERSION}-$(get_arch)-$(get_os).tar.gz diff --git a/dot_local/bin/executable_install-fzf b/dot_local/bin/executable_install-fzf index 9f7ea7f..de22a14 100755 --- a/dot_local/bin/executable_install-fzf +++ b/dot_local/bin/executable_install-fzf @@ -3,7 +3,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=fzf -VERSION=${VERSION:-0.38.0} +VERSION=${VERSION:-0.41.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/junegunn/fzf/releases/download/${VERSION}/fzf-${VERSION}-$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-gotemplate b/dot_local/bin/executable_install-gotemplate index 61a8f58..fbaee26 100755 --- a/dot_local/bin/executable_install-gotemplate +++ b/dot_local/bin/executable_install-gotemplate @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=gotemplate -VERSION=${VERSION:-3.7.2} +VERSION=${VERSION:-3.7.3} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" main() ( diff --git a/dot_local/bin/executable_install-hugo-home b/dot_local/bin/executable_install-hugo-home index 5c3fb46..0326d95 100755 --- a/dot_local/bin/executable_install-hugo-home +++ b/dot_local/bin/executable_install-hugo-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=hugo -VERSION=${VERSION:-0.111.3} +VERSION=${VERSION:-0.112.3} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" main() ( diff --git a/dot_local/bin/executable_install-lf b/dot_local/bin/executable_install-lf index ba07048..7e2ebb0 100755 --- a/dot_local/bin/executable_install-lf +++ b/dot_local/bin/executable_install-lf @@ -6,7 +6,7 @@ set -e source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=lf -VERSION=${VERSION:-r28} +VERSION=${VERSION:-r30} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/gokcehan/lf/releases/download/${VERSION}/lf-$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-linkerd b/dot_local/bin/executable_install-linkerd index 5bf106d..8fb68d9 100755 --- a/dot_local/bin/executable_install-linkerd +++ b/dot_local/bin/executable_install-linkerd @@ -4,7 +4,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=linkerd -VERSION=${VERSION:-stable-2.10.2} +VERSION=${VERSION:-stable-2.13.3} DATA_DIR="${XDG_DATA_HOME}/apps/releases" DEST_DIR="${DATA_DIR}/${APP}/${VERSION}" diff --git a/dot_local/bin/executable_install-protoc-home b/dot_local/bin/executable_install-protoc-home index 874a43c..56a1856 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:-23.1} +VERSION=${VERSION:-23.2} 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 33a88a7..b2fa5a4 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:-23.1} +PROTOC_VERSION=${VERSION:-23.2} 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-staticcheck b/dot_local/bin/executable_install-staticcheck index c6df3b4..04ba081 100755 --- a/dot_local/bin/executable_install-staticcheck +++ b/dot_local/bin/executable_install-staticcheck @@ -6,7 +6,7 @@ set -e source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=staticcheck -VERSION=${VERSION:-0.3.3} +VERSION=${VERSION:-0.4.3} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/dominikh/go-tools/releases/download/v${VERSION}/staticcheck_$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-traefik b/dot_local/bin/executable_install-traefik index 5286286..a22572b 100755 --- a/dot_local/bin/executable_install-traefik +++ b/dot_local/bin/executable_install-traefik @@ -4,7 +4,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=traefik -VERSION=${VERSION:-2.4.8} +VERSION=${VERSION:-2.10.1} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/traefik/traefik/releases/download/v${VERSION}/traefik_v${VERSION}_$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-ttyd b/dot_local/bin/executable_install-ttyd index 47b2cf9..f53269a 100755 --- a/dot_local/bin/executable_install-ttyd +++ b/dot_local/bin/executable_install-ttyd @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=ttyd -VERSION=${VERSION:-1.7.2} +VERSION=${VERSION:-1.7.3} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() (