From 1af3b76729109ce4b4748495d8ae97837ef15bb3 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 2 May 2023 17:47:27 -0700 Subject: [PATCH] Bump dasel version to 2.2.0 --- 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 a65586d..5abf243 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:-2.1.1} +VERSION=${VERSION:-2.2.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/TomWright/dasel/releases/download/v${VERSION}/dasel_$(get_os)_$(get_arch)