From 17b343a8fa38128646cb3cbb412ec072748ef61d Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 8 Jun 2022 15:43:38 -0700 Subject: [PATCH] Bump 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 b2a37e0..3abffdb 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.22.1} +VERSION=${VERSION:-1.24.3} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/TomWright/dasel/releases/download/v${VERSION}/dasel_$(get_os)_$(get_arch)