From 72caa4f06eba8017ff37cb4abaaa14c417b6e62a Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 2 Sep 2022 13:54:59 -0700 Subject: [PATCH] Update dasel version --- install-scripts/.local/bin/install-dasel-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/.local/bin/install-dasel-home b/install-scripts/.local/bin/install-dasel-home index e543a4e..0dd4513 100755 --- a/install-scripts/.local/bin/install-dasel-home +++ b/install-scripts/.local/bin/install-dasel-home @@ -11,7 +11,7 @@ get_arch () ( ) APP=dasel -VERSION=${VERSION:-1.25.0} +VERSION=${VERSION:-1.26.1} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/TomWright/dasel/releases/download/v${VERSION}/dasel_$(get_os)_$(get_arch)