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() (