diff --git a/dot_local/bin/executable_install-cert-manager-cmctl b/dot_local/bin/executable_install-cert-manager-cmctl index a23cda9..1a0b26d 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.12.1} +VERSION=${VERSION:-1.12.2} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-chezmoi b/dot_local/bin/executable_install-chezmoi index eb06897..68b014d 100755 --- a/dot_local/bin/executable_install-chezmoi +++ b/dot_local/bin/executable_install-chezmoi @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=chezmoi -VERSION=${VERSION:-2.33.6} +VERSION=${VERSION:-2.34.2} 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 6534989..1dfc841 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.26837} +VERSION=${VERSION:-0.1.27054} 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-deno b/dot_local/bin/executable_install-deno index e9c4c52..458c9b7 100755 --- a/dot_local/bin/executable_install-deno +++ b/dot_local/bin/executable_install-deno @@ -16,7 +16,7 @@ function get_os () ( APP=deno -VERSION=${VERSION:-1.34.0} +VERSION=${VERSION:-1.34.3} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/denoland/deno/releases/download/v${VERSION}/deno-$(uname -m)-$(get_os).zip diff --git a/dot_local/bin/executable_install-erdtree b/dot_local/bin/executable_install-erdtree index fd53cab..40f8159 100755 --- a/dot_local/bin/executable_install-erdtree +++ b/dot_local/bin/executable_install-erdtree @@ -2,7 +2,6 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" - function get_os () ( case $(uname -s) in Linux*) echo unknown-linux-gnu;; @@ -16,7 +15,7 @@ function get_arch () ( ) APP=erdtree -VERSION=${VERSION:-v3.0.0} +VERSION=${VERSION:-v3.1} 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 de22a14..2192440 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.41.0} +VERSION=${VERSION:-0.42.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-go-swagger b/dot_local/bin/executable_install-go-swagger index bdd93bb..5b13745 100755 --- a/dot_local/bin/executable_install-go-swagger +++ b/dot_local/bin/executable_install-go-swagger @@ -6,7 +6,7 @@ set -e source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=swagger -VERSION=${VERSION:-0.30.4} +VERSION=${VERSION:-0.30.5} DEST=${XDG_DATA_HOME}/apps/releases/go-swagger URL=https://github.com/go-swagger/go-swagger/releases/download/v${VERSION}/swagger_$(get_os)_$(get_arch) diff --git a/dot_local/bin/executable_install-hugo-home b/dot_local/bin/executable_install-hugo-home index 0326d95..450b9d6 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.112.3} +VERSION=${VERSION:-0.115.0} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" main() ( diff --git a/dot_local/bin/executable_install-lego-home b/dot_local/bin/executable_install-lego-home index db5767c..b5f77a3 100755 --- a/dot_local/bin/executable_install-lego-home +++ b/dot_local/bin/executable_install-lego-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=lego -VERSION=${VERSION:-v4.11.0} +VERSION=${VERSION:-v4.12.3} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/go-acme/lego/releases/download/${VERSION}/lego_${VERSION}_$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-lego-system b/dot_local/bin/executable_install-lego-system index 5974a17..c0cbd62 100755 --- a/dot_local/bin/executable_install-lego-system +++ b/dot_local/bin/executable_install-lego-system @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=lego -VERSION=${VERSION:-v4.11.0} +VERSION=${VERSION:-v4.12.3} APPS_DIR=/usr/local/apps/${APP} URL=https://github.com/go-acme/lego/releases/download/${VERSION}/lego_${VERSION}_$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-node-exporter-system b/dot_local/bin/executable_install-node-exporter-system index f382ce3..c2f4113 100755 --- a/dot_local/bin/executable_install-node-exporter-system +++ b/dot_local/bin/executable_install-node-exporter-system @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=node_exporter -VERSION=${VERSION:-1.5.0} +VERSION=${VERSION:-1.6.0} APPS_DIR=/usr/local/apps/${APP} URL=https://github.com/prometheus/node_exporter/releases/download/v${VERSION}/node_exporter-${VERSION}.$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-prometheus-system b/dot_local/bin/executable_install-prometheus-system index c043507..6b759c7 100755 --- a/dot_local/bin/executable_install-prometheus-system +++ b/dot_local/bin/executable_install-prometheus-system @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=prometheus -VERSION=${VERSION:-2.44.0} +VERSION=${VERSION:-2.45.0} APPS_DIR=/usr/local/apps/${APP} URL=https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-starship b/dot_local/bin/executable_install-starship index 351bc68..2e3f674 100755 --- a/dot_local/bin/executable_install-starship +++ b/dot_local/bin/executable_install-starship @@ -11,7 +11,7 @@ function get_os () { } APP=starship -VERSION=${VERSION:-1.14.2} +VERSION=${VERSION:-1.15.0} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/starship/starship/releases/download/v${VERSION}/starship-$(uname -m)-$(get_os).tar.gz diff --git a/dot_local/bin/executable_install-traefik b/dot_local/bin/executable_install-traefik index a22572b..41773b7 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.10.1} +VERSION=${VERSION:-2.10.3} 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