Skip to content

Commit

Permalink
Github-CLI, Oh My Posh, VSCodium: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.55.0 -> 2.56.0
- Github-CLI-armhf: 2.55.0 -> 2.56.0
- Oh My Posh-all: v23.11.1 -> v23.12.0
- VSCodium-arm64: 1.92.2.24228 -> 1.93.0.24253
- VSCodium-armhf: 1.92.2.24228 -> 1.93.0.24253
  • Loading branch information
github-actions[bot] committed Sep 10, 2024
1 parent b8d9b4b commit 6629dd1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/Github-CLI/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.55.0
version=2.56.0

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1

2 changes: 1 addition & 1 deletion apps/Github-CLI/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.55.0
version=2.56.0

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_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=v23.11.1
version=v23.12.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.92.2.24228
version=1.93.0.24253

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.92.2.24228
version=1.93.0.24253

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

0 comments on commit 6629dd1

Please sign in to comment.