Skip to content

Commit

Permalink
Tabby, VSCodium: Update App Versions
Browse files Browse the repository at this point in the history
- Tabby-arm64: 1.0.219 -> 1.0.220
- Tabby-armhf: 1.0.219 -> 1.0.220
- VSCodium-arm64: 1.96.3.25013 -> 1.96.4.25017
- VSCodium-armhf: 1.96.3.25013 -> 1.96.4.25017
  • Loading branch information
github-actions[bot] committed Jan 18, 2025
1 parent 6606e96 commit c32fcef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/Tabby/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.0.219
version=1.0.220

install_packages https://github.com/Eugeny/tabby/releases/download/v${version}/tabby-${version}-linux-armv7l.deb || exit 1

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

version=1.0.219
version=1.0.220

install_packages https://github.com/Eugeny/tabby/releases/download/v${version}/tabby-${version}-linux-arm64.deb || exit 1

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.3.25013
version=1.96.4.25017

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.3.25013
version=1.96.4.25017

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

0 comments on commit c32fcef

Please sign in to comment.