From 668cb89c80203efe99a1f4789729a0bac5e8956c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 00:29:38 +0000 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: - Github-CLI-arm64: 2.44.0 -> 2.44.1 - Github-CLI-armhf: 2.44.0 -> 2.44.1 --- apps/Github-CLI/install-32 | 2 +- apps/Github-CLI/install-64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index 832c8e4dcd..acf79a70d3 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.44.0 +version=2.44.1 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 5efa4589c1..65d9885f79 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.44.0 +version=2.44.1 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1