From 530128c9f7cbf173e86cbfc7d569f91f3f24576b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:03:11 -0500 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: (#2489) - Github Desktop-arm64: 3.3.5-linux1 -> 3.3.5-linux2 - Github Desktop-armhf: 3.3.5-linux1 -> 3.3.5-linux2 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- apps/Github Desktop/install-32 | 2 +- apps/Github Desktop/install-64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Github Desktop/install-32 b/apps/Github Desktop/install-32 index 43f7a46c81..37e32f957b 100755 --- a/apps/Github Desktop/install-32 +++ b/apps/Github Desktop/install-32 @@ -1,4 +1,4 @@ #!/bin/bash -version=3.3.5-linux1 +version=3.3.5-linux2 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 53c3d44335..111714e567 100755 --- a/apps/Github Desktop/install-64 +++ b/apps/Github Desktop/install-64 @@ -1,4 +1,4 @@ #!/bin/bash -version=3.3.5-linux1 +version=3.3.5-linux2 install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-arm64-${version}.deb || exit 1