From fed6a8d3b588488d63ce32dae599adc807362f34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 00:29:12 +0000 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: - FF Multi Converter-all: 2.1.4 -> 2.2.0 - Github-CLI-arm64: 2.40.1 -> 2.41.0 - Github-CLI-armhf: 2.40.1 -> 2.41.0 - Microsoft Teams-arm64: 1.3.26 -> 1.4.1 - Microsoft Teams-armhf: 1.3.26 -> 1.4.1 - Reaper-arm64: 707 -> 708 - Reaper-armhf: 707 -> 708 - Unciv-all: 4.9.16 -> 4.9.17-patch2 - btop++-arm64: 1.2.13 -> 1.3.0 - btop++-armhf: 1.2.13 -> 1.3.0 --- apps/FF Multi Converter/install | 2 +- apps/Github-CLI/install-32 | 2 +- apps/Github-CLI/install-64 | 2 +- apps/Microsoft Teams/install-32 | 2 +- apps/Microsoft Teams/install-64 | 2 +- apps/Reaper/install-32 | 2 +- apps/Reaper/install-64 | 2 +- apps/Unciv/install | 2 +- apps/btop++/install-32 | 2 +- apps/btop++/install-64 | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/FF Multi Converter/install b/apps/FF Multi Converter/install index 2a24a35bc8..683ec0bfc9 100755 --- a/apps/FF Multi Converter/install +++ b/apps/FF Multi Converter/install @@ -1,6 +1,6 @@ #!/bin/bash -version=2.1.4 +version=2.2.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/Github-CLI/install-32 b/apps/Github-CLI/install-32 index 551965ddb4..da779d73de 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.40.1 +version=2.41.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 d119330a0f..3d9216e835 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.40.1 +version=2.41.0 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1 diff --git a/apps/Microsoft Teams/install-32 b/apps/Microsoft Teams/install-32 index 4fbc057dbf..27032ef99b 100755 --- a/apps/Microsoft Teams/install-32 +++ b/apps/Microsoft Teams/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=1.3.26 +version=1.4.1 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 c4fcde156b..e6d18a3ff1 100755 --- a/apps/Microsoft Teams/install-64 +++ b/apps/Microsoft Teams/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=1.3.26 +version=1.4.1 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/Reaper/install-32 b/apps/Reaper/install-32 index 0065cf44e2..fd02062b2d 100755 --- a/apps/Reaper/install-32 +++ b/apps/Reaper/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=707 +version=708 version2=1.2.4.3 base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')" diff --git a/apps/Reaper/install-64 b/apps/Reaper/install-64 index dc9b810092..2d60c3f5ae 100755 --- a/apps/Reaper/install-64 +++ b/apps/Reaper/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=707 +version=708 version2=1.2.4.3 base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')" diff --git a/apps/Unciv/install b/apps/Unciv/install index 3a5240cdb0..e89d452ae0 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.9.16 +version=4.9.17-patch2 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv" diff --git a/apps/btop++/install-32 b/apps/btop++/install-32 index fb09f7922b..9747df2a57 100755 --- a/apps/btop++/install-32 +++ b/apps/btop++/install-32 @@ -1,5 +1,5 @@ #!/bin/bash -version=1.2.13 +version=1.3.0 install_packages make || exit 1 diff --git a/apps/btop++/install-64 b/apps/btop++/install-64 index 1d56c34ac9..5feaed25ef 100755 --- a/apps/btop++/install-64 +++ b/apps/btop++/install-64 @@ -1,5 +1,5 @@ #!/bin/bash -version=1.2.13 +version=1.3.0 install_packages make || exit 1