Skip to content

Commit

Permalink
Boxy SVG, Oh My Posh, VSCodium: Update App Versions
Browse files Browse the repository at this point in the history
- Boxy SVG-all: 4.48.7.zip -> 4.49.0.zip
- Oh My Posh-all: v24.1.0 -> v24.2.1
- VSCodium-arm64: 1.95.1.24307 -> 1.95.2.24313
- VSCodium-armhf: 1.95.1.24307 -> 1.95.2.24313
  • Loading branch information
github-actions[bot] committed Nov 9, 2024
1 parent 4dc8e68 commit 91cb43a
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.48.7.zip
version=4.49.0.zip

install_packages libfontconfig-dev || exit 0

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.1.0
version=v24.2.1

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/VSCodium/install-32
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg

version=1.95.1.24307
version=1.95.2.24313

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_armhf.deb" || exit 1

2 changes: 1 addition & 1 deletion apps/VSCodium/install-64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg

version=1.95.1.24307
version=1.95.2.24313

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_arm64.deb" || exit 1

0 comments on commit 91cb43a

Please sign in to comment.