From 37fb804c3e5f0db0c9ed3ecb4712aa61677712bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 01:25:41 +0000 Subject: [PATCH] Boxy SVG, Legcord, Oh My Posh: Update App Versions - Boxy SVG-all: 4.49.1.zip -> 4.50.1.zip - Legcord-arm64: 1.0.4 -> 1.0.5 - Legcord-armhf: 1.0.4 -> 1.0.5 - Oh My Posh-all: v24.9.1 -> v24.10.1 --- apps/Boxy SVG/install | 2 +- apps/Legcord/install-32 | 2 +- apps/Legcord/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 7e1c149acb..0b4532b4a6 100755 --- a/apps/Boxy SVG/install +++ b/apps/Boxy SVG/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.49.1.zip +version=4.50.1.zip install_packages libfontconfig-dev || exit 0 diff --git a/apps/Legcord/install-32 b/apps/Legcord/install-32 index a9b8589409..77562c2d67 100755 --- a/apps/Legcord/install-32 +++ b/apps/Legcord/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=1.0.4 +version=1.0.5 #make sure armcord is uninstalled if package_installed armcord ;then diff --git a/apps/Legcord/install-64 b/apps/Legcord/install-64 index 43087a57e4..4be1b4f777 100755 --- a/apps/Legcord/install-64 +++ b/apps/Legcord/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=1.0.4 +version=1.0.5 #make sure armcord is uninstalled if package_installed armcord ;then diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index 86636ec9a2..f39b6cfea4 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v24.9.1 +version=v24.10.1 #determine filename of download if [ $arch == 32 ];then