Skip to content

Commit

Permalink
BleachBit, Oh My Posh, VSCodium: Update App Versions
Browse files Browse the repository at this point in the history
- BleachBit-all: 4.6.0-0 -> 4.6.2-0
- Oh My Posh-all: v23.16.0 -> v23.17.0
- VSCodium-arm64: 1.93.1.24256 -> 1.94.0.24281
- VSCodium-armhf: 1.93.1.24256 -> 1.94.0.24281
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
1 parent 6ad6c3e commit 9f8bc81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/BleachBit/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.6.0-0
version=4.6.2-0

if ! package_is_new_enough bleachbit 4.4.2-0 ;then
install_packages https://download.bleachbit.org/bleachbit_${version}_all_debian11.deb || exit 1
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=v23.16.0
version=v23.17.0

#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.93.1.24256
version=1.94.0.24281

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.93.1.24256
version=1.94.0.24281

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

0 comments on commit 9f8bc81

Please sign in to comment.