From ea462348ac69a3505d28e29adfc549e83bbde0bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:09:48 +0000 Subject: [PATCH] Oh My Posh, Unciv: Update App Versions - Oh My Posh-all: v24.4.1 -> v24.5.0 - Unciv-all: 4.14.6 -> 4.14.6-patch1 --- apps/Oh My Posh/install | 2 +- apps/Unciv/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index dd68c0d335..e2f0af1c62 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v24.4.1 +version=v24.5.0 #determine filename of download if [ $arch == 32 ];then diff --git a/apps/Unciv/install b/apps/Unciv/install index 6ac0a21ed8..671ab28254 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.14.6 +version=4.14.6-patch1 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"