Skip to content

Commit

Permalink
Boxy SVG, Legcord, Oh My Posh: Update App Versions
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent ebe16c1 commit 37fb804
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/Boxy SVG/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.49.1.zip
version=4.50.1.zip

install_packages libfontconfig-dev || exit 0

Expand Down
2 changes: 1 addition & 1 deletion apps/Legcord/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.0.4
version=1.0.5

#make sure armcord is uninstalled
if package_installed armcord ;then
Expand Down
2 changes: 1 addition & 1 deletion apps/Legcord/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.0.4
version=1.0.5

#make sure armcord is uninstalled
if package_installed armcord ;then
Expand Down
2 changes: 1 addition & 1 deletion apps/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v24.9.1
version=v24.10.1

#determine filename of download
if [ $arch == 32 ];then
Expand Down

0 comments on commit 37fb804

Please sign in to comment.