Skip to content

Commit

Permalink
Electron Fiddle, Oh My Posh, VSCodium: Update App Versions
Browse files Browse the repository at this point in the history
- Electron Fiddle-arm64: 0.36.4 -> 0.36.5
- Electron Fiddle-armhf: 0.36.4 -> 0.36.5
- Oh My Posh-all: v24.15.0 -> v24.15.1
- VSCodium-arm64: 1.96.0.24352 -> 1.96.1.24353
- VSCodium-armhf: 1.96.0.24352 -> 1.96.1.24353
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 38c4086 commit 09dfd39
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/Electron Fiddle/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=0.36.4
version=0.36.5

install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_armhf.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Electron Fiddle/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=0.36.4
version=0.36.5

install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_arm64.deb || exit 1
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.15.0
version=v24.15.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.96.0.24352
version=1.96.1.24353

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.96.0.24352
version=1.96.1.24353

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

0 comments on commit 09dfd39

Please sign in to comment.