From e3a511014a6bd2fc7a2544209d0cb2aba617cd92 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Sat, 8 Jun 2024 07:10:34 -0400 Subject: [PATCH] Bump zig version for river build --- dot_local/bin/executable_update-all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_local/bin/executable_update-all b/dot_local/bin/executable_update-all index 000b360..2659737 100644 --- a/dot_local/bin/executable_update-all +++ b/dot_local/bin/executable_update-all @@ -21,12 +21,12 @@ river_has_update=$(echo "$aur_updates" | grep -c 'river-git') zls_has_update=$(echo "$aur_updates" | grep -c 'zls-git') if [ "$river_has_update" -ne 0 ] && [ "$zls_has_update" -ne 0 ]; then - zigup 0.11.0 + zigup 0.13.0 paru -Syu river-git zigup master paru -S zls-git elif [ "$river_has_update" -ne 0 ]; then - zigup 0.11.0 + zigup 0.13.0 paru -Syu zigup master else