From 976bd89fca1afa0888a6b77fef6df7e90a4312c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 00:39:26 +0000 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: - Github-CLI-arm64: 2.43.1 -> 2.44.0 - Github-CLI-armhf: 2.43.1 -> 2.44.0 - Oh My Posh-all: v19.11.1 -> v19.11.2 --- apps/Github-CLI/install-32 | 2 +- apps/Github-CLI/install-64 | 2 +- apps/Oh My Posh/install | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index 2105719935..832c8e4dcd 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.43.1 +version=2.44.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 de45edefcf..5efa4589c1 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.43.1 +version=2.44.0 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1 diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index c2431ca002..ce96ccdf02 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v19.11.1 +version=v19.11.2 #determine filename of download if [ $arch == 32 ];then