From c6efa7121a774d34932be5504a277ce6d9878225 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:31:20 +0000 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: - Github Desktop-arm64: 3.3.8-linux2 -> 3.3.10-linux1 - Github Desktop-armhf: 3.3.8-linux2 -> 3.3.10-linux1 - Unciv-all: 4.10.19 -> 4.10.20 --- apps/Github Desktop/install-32 | 2 +- apps/Github Desktop/install-64 | 2 +- apps/Unciv/install | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/Github Desktop/install-32 b/apps/Github Desktop/install-32 index 87ad888bbf..be930b963f 100755 --- a/apps/Github Desktop/install-32 +++ b/apps/Github Desktop/install-32 @@ -1,4 +1,4 @@ #!/bin/bash -version=3.3.8-linux2 +version=3.3.10-linux1 install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-armhf-${version}.deb || exit 1 diff --git a/apps/Github Desktop/install-64 b/apps/Github Desktop/install-64 index 4c98100911..ab4a6cad19 100755 --- a/apps/Github Desktop/install-64 +++ b/apps/Github Desktop/install-64 @@ -1,4 +1,4 @@ #!/bin/bash -version=3.3.8-linux2 +version=3.3.10-linux1 install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-arm64-${version}.deb || exit 1 diff --git a/apps/Unciv/install b/apps/Unciv/install index 4d97fb9163..6cc61357dd 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.10.19 +version=4.10.20 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"