Skip to content

Commit

Permalink
Signal, Tabby, Zoom: Update App Versions
Browse files Browse the repository at this point in the history
- Signal-arm64: 7.25.0 -> 7.26.0
- Tabby-arm64: 1.0.214 -> 1.0.215
- Tabby-armhf: 1.0.214 -> 1.0.215
- Zoom-arm64: 6.2.0.1855 -> 6.2.2.2028
  • Loading branch information
github-actions[bot] committed Sep 26, 2024
1 parent 8a41d60 commit 898e45d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/Signal/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=7.25.0
version=7.26.0

install_packages "https://github.com/dennisameling/Signal-Desktop/releases/download/v${version}/signal-desktop-unofficial_${version}_arm64.deb" || exit 1

Expand Down
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.214
version=1.0.215

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.214
version=1.0.215

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/Zoom/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=6.2.0.1855
version=6.2.2.2028

#install box64
"${DIRECTORY}/manage" install-if-not-installed 'Box64' || error "Box64 installation failed!"
Expand Down

0 comments on commit 898e45d

Please sign in to comment.