From 4b08a82185d2e7dc099bc57a90152ced5c9fb492 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Wed, 25 Oct 2023 14:54:58 +0200
Subject: build(treewide): Update (+ shell-library)

---
 hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh | 2 +-
 hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh    | 2 +-
 hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'hm/soispha/conf/taskwarrior')

diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh
index 9282c4a6..7b522119 100755
--- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh
+++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.5.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.6.0" . %SHELL_LIBRARY_PATH
 
 # override shell lib output to stdout
 eprint() {
diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh
index 262aa9f5..0736c7bc 100755
--- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh
+++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.5.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.6.0" . %SHELL_LIBRARY_PATH
 
 # override shell lib output to stdout
 eprint() {
diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh
index 21a39a32..71b9c408 100755
--- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh
+++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.5.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.6.0" . %SHELL_LIBRARY_PATH
 
 # override shell lib output to stdout
 eprint() {
-- 
cgit 1.4.1