From d49823a2eca038363632c95f77362a30d34b8f1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 00:28:24 +0000 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: - Github Desktop-arm64: 3.3.6-linux2 -> 3.3.6-linux3 - Github Desktop-armhf: 3.3.6-linux2 -> 3.3.6-linux3 - Intellij IDEA-arm64: 2023.3.1 -> 2023.3.2 - Minecraft Pi (Modded)-all: 2.5.2 -> 2.5.3 - Pycharm CE-arm64: 2023.3.1 -> 2023.3.2 - Unciv-all: 4.9.10-patch1 -> 4.9.12 --- apps/Github Desktop/install-32 | 2 +- apps/Github Desktop/install-64 | 2 +- apps/Intellij IDEA/install-64 | 2 +- apps/Minecraft Pi (Modded)/install | 2 +- apps/Pycharm CE/install-64 | 2 +- apps/Unciv/install | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/Github Desktop/install-32 b/apps/Github Desktop/install-32 index 278f6e60b0..5aa1bf7adf 100755 --- a/apps/Github Desktop/install-32 +++ b/apps/Github Desktop/install-32 @@ -1,4 +1,4 @@ #!/bin/bash -version=3.3.6-linux2 +version=3.3.6-linux3 install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-armhf-${version}.deb || exit 1 diff --git a/apps/Github Desktop/install-64 b/apps/Github Desktop/install-64 index aa38057d91..3752a89815 100755 --- a/apps/Github Desktop/install-64 +++ b/apps/Github Desktop/install-64 @@ -1,4 +1,4 @@ #!/bin/bash -version=3.3.6-linux2 +version=3.3.6-linux3 install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-arm64-${version}.deb || exit 1 diff --git a/apps/Intellij IDEA/install-64 b/apps/Intellij IDEA/install-64 index 96c5cc378c..0700663460 100755 --- a/apps/Intellij IDEA/install-64 +++ b/apps/Intellij IDEA/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2023.3.1 +version=2023.3.2 status "Installing Java 17" case "$__os_id" in diff --git a/apps/Minecraft Pi (Modded)/install b/apps/Minecraft Pi (Modded)/install index d6ebd919a0..e7e29e7906 100755 --- a/apps/Minecraft Pi (Modded)/install +++ b/apps/Minecraft Pi (Modded)/install @@ -24,7 +24,7 @@ if [[ "$PAGE_SIZE" == "16384" ]]; then fi # Version -version=2.5.2 +version=2.5.3 # Install if [ "${arch}" = "64" ]; then diff --git a/apps/Pycharm CE/install-64 b/apps/Pycharm CE/install-64 index 502e256a89..41804a275b 100755 --- a/apps/Pycharm CE/install-64 +++ b/apps/Pycharm CE/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2023.3.1 +version=2023.3.2 install_packages python3-pip python3-dev || exit 1 diff --git a/apps/Unciv/install b/apps/Unciv/install index a1b4aa8c0a..f0e942320e 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.9.10-patch1 +version=4.9.12 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"