From 3c5838f45948f47bb516cb3350b67dcaf28834d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:29:26 +0000 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: - ArmCord-arm64: 3.2.5 -> 3.2.6 - ArmCord-armhf: 3.2.5 -> 3.2.6 - FF Multi Converter-all: 2.2.2 -> 2.3.0 - Flow-arm64: ekioh_6.15.0_raspberry-pi64-flow_20231203_r39963 -> ekioh_6.16.0_raspberry-pi64-flow_20240129_r40141 - Flow-armhf: ekioh_6.15.0_raspberry-pi32-flow_20231203_r39963 -> ekioh_6.16.0_raspberry-pi32-flow_20240129_r40141 - Microsoft Teams-arm64: 1.4.3 -> 1.4.6 - Microsoft Teams-armhf: 1.4.3 -> 1.4.6 - Shattered Pixel Dungeon-all: 2.3.0 -> 2.3.1 - Unciv-all: 4.10.3-patch1 -> 4.10.5 - Webcord-arm64: 4.6.1 -> 4.7.0 - Webcord-armhf: 4.6.1 -> 4.7.0 --- apps/ArmCord/install-32 | 2 +- apps/ArmCord/install-64 | 2 +- apps/FF Multi Converter/install | 2 +- apps/Flow/install-32 | 2 +- apps/Flow/install-64 | 2 +- apps/Microsoft Teams/install-32 | 2 +- apps/Microsoft Teams/install-64 | 2 +- apps/Shattered Pixel Dungeon/install | 2 +- apps/Unciv/install | 2 +- apps/Webcord/install-32 | 2 +- apps/Webcord/install-64 | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/ArmCord/install-32 b/apps/ArmCord/install-32 index f5e21dc256..bb7b9cd13b 100755 --- a/apps/ArmCord/install-32 +++ b/apps/ArmCord/install-32 @@ -1,5 +1,5 @@ #!/bin/bash -version=3.2.5 +version=3.2.6 install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord_${version%-*}_armv7l.deb" || exit 1 diff --git a/apps/ArmCord/install-64 b/apps/ArmCord/install-64 index 7bd4658919..b0afe77964 100755 --- a/apps/ArmCord/install-64 +++ b/apps/ArmCord/install-64 @@ -1,5 +1,5 @@ #!/bin/bash -version=3.2.5 +version=3.2.6 install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord_${version%-*}_arm64.deb" || exit 1 diff --git a/apps/FF Multi Converter/install b/apps/FF Multi Converter/install index d898ff43be..799a1d0f77 100755 --- a/apps/FF Multi Converter/install +++ b/apps/FF Multi Converter/install @@ -1,6 +1,6 @@ #!/bin/bash -version=2.2.2 +version=2.3.0 # remove deprecated files. Old installations used a multitude of install methods so the files could be in many places. if [ -f /usr/local/bin/ffmulticonverter ] || [ -f /usr/local/share/applications/ffmulticonverter.desktop ]; then diff --git a/apps/Flow/install-32 b/apps/Flow/install-32 index e9d321a8ab..3744011d45 100755 --- a/apps/Flow/install-32 +++ b/apps/Flow/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=ekioh_6.15.0_raspberry-pi32-flow_20231203_r39963 +version=ekioh_6.16.0_raspberry-pi32-flow_20240129_r40141 sudo rm -rf /tmp/flow /opt/flow diff --git a/apps/Flow/install-64 b/apps/Flow/install-64 index e213bdaff8..4ca20655cd 100755 --- a/apps/Flow/install-64 +++ b/apps/Flow/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=ekioh_6.15.0_raspberry-pi64-flow_20231203_r39963 +version=ekioh_6.16.0_raspberry-pi64-flow_20240129_r40141 sudo rm -rf /tmp/flow /opt/flow diff --git a/apps/Microsoft Teams/install-32 b/apps/Microsoft Teams/install-32 index 993ae29771..5fc3af45d1 100755 --- a/apps/Microsoft Teams/install-32 +++ b/apps/Microsoft Teams/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=1.4.3 +version=1.4.6 install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_armv7l.deb || exit 1 diff --git a/apps/Microsoft Teams/install-64 b/apps/Microsoft Teams/install-64 index 08f7e860bc..8bda549288 100755 --- a/apps/Microsoft Teams/install-64 +++ b/apps/Microsoft Teams/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=1.4.3 +version=1.4.6 install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_arm64.deb || exit 1 diff --git a/apps/Shattered Pixel Dungeon/install b/apps/Shattered Pixel Dungeon/install index 9d8ae79bb9..6f3d20e6e1 100755 --- a/apps/Shattered Pixel Dungeon/install +++ b/apps/Shattered Pixel Dungeon/install @@ -1,6 +1,6 @@ #!/bin/bash -version=2.3.0 +version=2.3.1 # remove deprecated file locations rm -rf ~/.local/bin/ShatteredPD-Desktop.jar ~/.local/share/applications/shatteredpd.desktop diff --git a/apps/Unciv/install b/apps/Unciv/install index 3d7f7bb536..0d1f273e69 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.10.3-patch1 +version=4.10.5 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv" diff --git a/apps/Webcord/install-32 b/apps/Webcord/install-32 index cf7053b0f0..2bfee1b70a 100755 --- a/apps/Webcord/install-32 +++ b/apps/Webcord/install-32 @@ -1,5 +1,5 @@ #!/bin/bash -version=4.6.1 +version=4.7.0 killall webcord &>/dev/null && echo "Closing Discord first..." diff --git a/apps/Webcord/install-64 b/apps/Webcord/install-64 index cc716b19bf..7b30c6dac5 100755 --- a/apps/Webcord/install-64 +++ b/apps/Webcord/install-64 @@ -1,5 +1,5 @@ #!/bin/bash -version=4.6.1 +version=4.7.0 killall webcord &>/dev/null && echo "Closing Discord first..."