From b88dcc4f1b2470aade84b1815de533338d3272de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 00:36:11 +0000 Subject: [PATCH] Github-CLI, Oh My Posh, Pycharm CE, Unciv: Update App Versions - Github-CLI-arm64: 2.49.2 -> 2.50.0 - Github-CLI-armhf: 2.49.2 -> 2.50.0 - Oh My Posh-all: v20.2.2 -> v21.0.0 - Pycharm CE-arm64: 2024.1.1 -> 2024.1.2 - Unciv-all: 4.11.15 -> 4.11.16 --- apps/Github-CLI/install-32 | 2 +- apps/Github-CLI/install-64 | 2 +- apps/Oh My Posh/install | 2 +- apps/Pycharm CE/install-64 | 2 +- apps/Unciv/install | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index 40756471df..87a156ed03 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.49.2 +version=2.50.0 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1 diff --git a/apps/Github-CLI/install-64 b/apps/Github-CLI/install-64 index 43f670a2cd..8a1fb3f710 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.49.2 +version=2.50.0 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1 diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index 7d785fcf01..55e5dbc8de 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v20.2.2 +version=v21.0.0 #determine filename of download if [ $arch == 32 ];then diff --git a/apps/Pycharm CE/install-64 b/apps/Pycharm CE/install-64 index 9c97bdc2cc..bfec62d7fb 100755 --- a/apps/Pycharm CE/install-64 +++ b/apps/Pycharm CE/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2024.1.1 +version=2024.1.2 install_packages python3-pip python3-dev || exit 1 diff --git a/apps/Unciv/install b/apps/Unciv/install index a6d3803191..bacefc4b4c 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.11.15 +version=4.11.16 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"