From a289e5853ccfdd0fae6bd438844c3599ac4878aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:21:49 +0000 Subject: [PATCH] Github Desktop, Oh My Posh: Update App Versions - Github Desktop-arm64: 3.4.3-linux1 -> 3.4.8-linux1 - Github Desktop-armhf: 3.4.3-linux1 -> 3.4.8-linux1 - Oh My Posh-all: v24.2.2 -> v24.3.0 --- apps/Github Desktop/install-32 | 2 +- apps/Github Desktop/install-64 | 2 +- apps/Oh My Posh/install | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/Github Desktop/install-32 b/apps/Github Desktop/install-32 index 0112539508..0bb5228d3d 100755 --- a/apps/Github Desktop/install-32 +++ b/apps/Github Desktop/install-32 @@ -1,4 +1,4 @@ #!/bin/bash -version=3.4.3-linux1 +version=3.4.8-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 25c5fb9ec5..66f2c1b84f 100755 --- a/apps/Github Desktop/install-64 +++ b/apps/Github Desktop/install-64 @@ -1,4 +1,4 @@ #!/bin/bash -version=3.4.3-linux1 +version=3.4.8-linux1 install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-arm64-${version}.deb || exit 1 diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index 35a5178cb8..f379afd9a4 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v24.2.2 +version=v24.3.0 #determine filename of download if [ $arch == 32 ];then