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..."