From 470550d5116f84df2cd14e8a4def6580c0010d75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:30:24 +0000 Subject: [PATCH] Oh My Posh, Unciv: Update App Versions - Oh My Posh-all: v21.10.1 -> v21.10.2 - Unciv-all: 4.12.0 -> 4.12.0-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 57c9624867..4635f78b7b 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v21.10.1 +version=v21.10.2 #determine filename of download if [ $arch == 32 ];then diff --git a/apps/Unciv/install b/apps/Unciv/install index ac6cae22f4..af9e946140 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.12.0 +version=4.12.0-patch1 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"