From 93a34fc2f89a21fd94cfb9393eba0243974abf2c Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 30 Jun 2023 22:38:33 -0700 Subject: [PATCH] Update dasel and shfmt --- dot_local/bin/executable_install-dasel-home | 2 +- dot_local/bin/executable_install-shfmt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_local/bin/executable_install-dasel-home b/dot_local/bin/executable_install-dasel-home index 5279297..62afd36 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.2.0} +VERSION=${VERSION:-2.3.4} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-shfmt b/dot_local/bin/executable_install-shfmt index 06a982f..49f91f8 100755 --- a/dot_local/bin/executable_install-shfmt +++ b/dot_local/bin/executable_install-shfmt @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=shfmt -VERSION=${VERSION:-3.6.0} +VERSION=${VERSION:-3.7.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() (