From c51cdd7f68ed25e66d30420084e4175f8b499f14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:24:42 -0400 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: (#2468) - Github-CLI-arm64: 2.36.0 -> 2.37.0 - Github-CLI-armhf: 2.36.0 -> 2.37.0 - Intellij IDEA-arm64: 2023.2.2 -> 2023.2.3 - Node.js-all: v20.8.0 -> v21.0.0 - Oh My Posh-all: v18.11.0 -> v18.14.0 - Pycharm CE-arm64: 2023.2.2 -> 2023.2.3 - System Monitoring Center-all: 1.43.11 -> 1.43.12 - System Monitoring Center-all: 2.24.0 -> 2.25.1 - Tor-arm64: 12.5.4 -> 12.5.6 - Tor-armhf: 12.5.4 -> 12.5.6 - Unciv-all: 4.8.12 -> 4.8.13 - VSCodium-arm64: 1.83.0.23283 -> 1.83.1.23285 - VSCodium-armhf: 1.83.0.23283 -> 1.83.1.23285 - Webcord-arm64: 4.4.3 -> 4.5.0 - Webcord-armhf: 4.4.3 -> 4.5.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- apps/Github-CLI/install-32 | 2 +- apps/Github-CLI/install-64 | 2 +- apps/Intellij IDEA/install-64 | 2 +- apps/Node.js/install | 2 +- apps/Oh My Posh/install | 2 +- apps/Pycharm CE/install-64 | 2 +- apps/System Monitoring Center/install | 4 ++-- apps/Tor/install-32 | 2 +- apps/Tor/install-64 | 2 +- apps/Unciv/install | 2 +- apps/VSCodium/install-32 | 2 +- apps/VSCodium/install-64 | 2 +- apps/Webcord/install-32 | 2 +- apps/Webcord/install-64 | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index 762e7d8439..4da0787808 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.36.0 +version=2.37.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 c685aa236c..d800e9c8f9 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.36.0 +version=2.37.0 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1 diff --git a/apps/Intellij IDEA/install-64 b/apps/Intellij IDEA/install-64 index 6095081cb7..fb8af675c9 100755 --- a/apps/Intellij IDEA/install-64 +++ b/apps/Intellij IDEA/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2023.2.2 +version=2023.2.3 status "Installing Java 17" case "$__os_id" in diff --git a/apps/Node.js/install b/apps/Node.js/install index 623872416b..b144ce04ea 100755 --- a/apps/Node.js/install +++ b/apps/Node.js/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v20.8.0 +version=v21.0.0 version2=v0.39.5 #Checking if using armv6 diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index 449d4c6f19..b6608ecafe 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v18.11.0 +version=v18.14.0 #determine filename of download if [ $arch == 32 ];then diff --git a/apps/Pycharm CE/install-64 b/apps/Pycharm CE/install-64 index 098692e627..c9f0234139 100755 --- a/apps/Pycharm CE/install-64 +++ b/apps/Pycharm CE/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2023.2.2 +version=2023.2.3 install_packages python3-pip python3-dev || exit 1 diff --git a/apps/System Monitoring Center/install b/apps/System Monitoring Center/install index 26d5ce346d..ae402b7684 100755 --- a/apps/System Monitoring Center/install +++ b/apps/System Monitoring Center/install @@ -1,7 +1,7 @@ #!/bin/bash -version=2.24.0 -version2=1.43.11 +version=2.25.1 +version2=1.43.12 if ! package_available gir1.2-gtk-4.0 ; then install_packages https://github.com/hakandundar34coding/system-monitoring-center/releases/download/v${version2}/system-monitoring-center_${version2}_all.deb || exit 1 diff --git a/apps/Tor/install-32 b/apps/Tor/install-32 index d6b0d5e29c..c1ae3c263e 100755 --- a/apps/Tor/install-32 +++ b/apps/Tor/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=12.5.4 +version=12.5.6 #if ~/tor-browser_en-US folder exists, prepare to import its user-data if [ -d ~/tor-browser_en-US/Browser/TorBrowser/Data/Browser ];then diff --git a/apps/Tor/install-64 b/apps/Tor/install-64 index c5fec8e9bc..8062ceb89c 100755 --- a/apps/Tor/install-64 +++ b/apps/Tor/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=12.5.4 +version=12.5.6 #if ~/tor-browser_en-US folder exists, prepare to import its user-data if [ -d ~/tor-browser_en-US/Browser/TorBrowser/Data/Browser ];then diff --git a/apps/Unciv/install b/apps/Unciv/install index ceb51e40c1..dd171922e2 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.8.12 +version=4.8.13 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv" diff --git a/apps/VSCodium/install-32 b/apps/VSCodium/install-32 index 877fe44ece..853cd7d6ab 100755 --- a/apps/VSCodium/install-32 +++ b/apps/VSCodium/install-32 @@ -1,7 +1,7 @@ #!/bin/bash sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg -version=1.83.0.23283 +version=1.83.1.23285 install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_armhf.deb" || exit 1 diff --git a/apps/VSCodium/install-64 b/apps/VSCodium/install-64 index 4168c0ef27..86b0f8ba83 100755 --- a/apps/VSCodium/install-64 +++ b/apps/VSCodium/install-64 @@ -1,7 +1,7 @@ #!/bin/bash sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg -version=1.83.0.23283 +version=1.83.1.23285 install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_arm64.deb" || exit 1 diff --git a/apps/Webcord/install-32 b/apps/Webcord/install-32 index 04faa9a701..a9a10528fd 100755 --- a/apps/Webcord/install-32 +++ b/apps/Webcord/install-32 @@ -1,5 +1,5 @@ #!/bin/bash -version=4.4.3 +version=4.5.0 killall webcord &>/dev/null && echo "Closing Discord first..." diff --git a/apps/Webcord/install-64 b/apps/Webcord/install-64 index 3248a3200f..46c2467fe9 100755 --- a/apps/Webcord/install-64 +++ b/apps/Webcord/install-64 @@ -1,5 +1,5 @@ #!/bin/bash -version=4.4.3 +version=4.5.0 killall webcord &>/dev/null && echo "Closing Discord first..."