Skip to content

Commit

Permalink
LibreWolf, Oh My Posh, VSCodium: Update App Versions
Browse files Browse the repository at this point in the history
- LibreWolf-arm64: 132.0.1-1 -> 132.0.2-1
- Oh My Posh-all: v24.5.1 -> v24.5.2
- VSCodium-arm64: 1.95.3.24320 -> 1.95.3.24321
- VSCodium-armhf: 1.95.3.24320 -> 1.95.3.24321
  • Loading branch information
github-actions[bot] committed Nov 16, 2024
1 parent b2b440d commit 853090a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/LibreWolf/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=132.0.1-1
version=132.0.2-1

#install all dependencies found in the librewolf amd64 deb
depends=()
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.5.1
version=v24.5.2

#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.3.24320
version=1.95.3.24321

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.3.24320
version=1.95.3.24321

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

0 comments on commit 853090a

Please sign in to comment.