From b8a7b210b1236b5029f7cfc87efd947f02ef1a15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 13:12:25 +0000 Subject: [PATCH] Fastfetch, Oh My Posh, Unciv: Update App Versions - Fastfetch-all: 2.34.1 -> 2.35.0 - Oh My Posh-all: v24.18.1 -> v24.19.0 - Unciv-all: 4.15.4 -> 4.15.5 --- apps/Fastfetch/install | 2 +- apps/Oh My Posh/install | 2 +- apps/Unciv/install | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/Fastfetch/install b/apps/Fastfetch/install index 2066f5f86f..de0055eb82 100755 --- a/apps/Fastfetch/install +++ b/apps/Fastfetch/install @@ -1,6 +1,6 @@ #!/bin/bash -version=2.34.1 +version=2.35.0 case "$arch" in "64") install_packages https://github.com/fastfetch-cli/fastfetch/releases/download/${version}/fastfetch-linux-aarch64.deb || exit 1 ;; diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index 0ce9b78400..990f4bacab 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v24.18.1 +version=v24.19.0 #determine filename of download if [ $arch == 32 ];then diff --git a/apps/Unciv/install b/apps/Unciv/install index 4dabfe987a..57bde98422 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.15.4 +version=4.15.5 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"