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"