From 0290978b72b68d374a1f359d57de7334fd99675a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 10:51:32 -0600 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: (#2378) - Shattered Pixel Dungeon-all: 2.1.2 -> 2.1.3 = - Unciv-all: 4.7.5 -> 4.7.5-patch1 = - WhatsApp-arm64: 18.0 -> 19.0 = - WhatsApp-armhf: 18.0 -> 19.0 = Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- apps/Shattered Pixel Dungeon/install | 2 +- apps/Unciv/install | 2 +- apps/WhatsApp/install-32 | 2 +- apps/WhatsApp/install-64 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/Shattered Pixel Dungeon/install b/apps/Shattered Pixel Dungeon/install index 56cbfc505f..0053f52057 100755 --- a/apps/Shattered Pixel Dungeon/install +++ b/apps/Shattered Pixel Dungeon/install @@ -1,6 +1,6 @@ #!/bin/bash -version=2.1.2 +version=2.1.3 install_packages openjdk-11-jre || exit 1 diff --git a/apps/Unciv/install b/apps/Unciv/install index 7ca3f90bdd..a71f9fc15b 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.7.5 +version=4.7.5-patch1 ### Install dependencies install_packages lsb-release wget gpg || error "Failed to install dependencies" diff --git a/apps/WhatsApp/install-32 b/apps/WhatsApp/install-32 index bea44e1ae2..7777a58846 100755 --- a/apps/WhatsApp/install-32 +++ b/apps/WhatsApp/install-32 @@ -1,5 +1,5 @@ #!/bin/bash -version=18.0 +version=19.0 install_packages https://github.com/cycool29/whatsapp-for-linux/releases/download/${version}/whatsapp_${version}_armhf.deb || exit 1 diff --git a/apps/WhatsApp/install-64 b/apps/WhatsApp/install-64 index 5dc0a37bb7..f01e1c6615 100755 --- a/apps/WhatsApp/install-64 +++ b/apps/WhatsApp/install-64 @@ -1,5 +1,5 @@ #!/bin/bash -version=18.0 +version=19.0 install_packages https://github.com/cycool29/whatsapp-for-linux/releases/download/${version}/whatsapp_${version}_arm64.deb || exit 1