From 4dc8e68d9d83453656c76198a0c19909e9e55f16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 01:22:57 +0000 Subject: [PATCH] Boxy SVG, Github-CLI, Oh My Posh: Update App Versions - Boxy SVG-all: 4.48.6.zip -> 4.48.7.zip - Github-CLI-arm64: 2.60.1 -> 2.61.0 - Github-CLI-armhf: 2.60.1 -> 2.61.0 - Oh My Posh-all: v24.0.11 -> v24.1.0 --- apps/Boxy SVG/install | 2 +- apps/Github-CLI/install-32 | 2 +- apps/Github-CLI/install-64 | 2 +- apps/Oh My Posh/install | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/Boxy SVG/install b/apps/Boxy SVG/install index ae49599d8c..d160ba739d 100755 --- a/apps/Boxy SVG/install +++ b/apps/Boxy SVG/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.48.6.zip +version=4.48.7.zip install_packages libfontconfig-dev || exit 0 diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index 375106060a..e0455710b0 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.60.1 +version=2.61.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 9e449767ef..2b9d2242b1 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.60.1 +version=2.61.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 6133d6502b..132c885473 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v24.0.11 +version=v24.1.0 #determine filename of download if [ $arch == 32 ];then