Skip to content

Commit

Permalink
FreeTube, Microsoft Teams, Zoom: Update App Versions
Browse files Browse the repository at this point in the history
- FreeTube-arm64: 0.21.3-beta -> 0.22.0-beta
- FreeTube-armhf: 0.21.3-beta -> 0.22.0-beta
- Microsoft Teams-arm64: 1.11.1 -> 1.11.2
- Microsoft Teams-armhf: 1.11.1 -> 1.11.2
- Zoom-arm64: 6.2.5.2440 -> 6.2.6.2503
  • Loading branch information
github-actions[bot] committed Oct 27, 2024
1 parent 82d8790 commit a8c1b04
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/FreeTube/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=0.21.3-beta
version=0.22.0-beta

install_packages https://github.com/FreeTubeApp/FreeTube/releases/download/v${version}/freetube_${version%-beta}_armv7l.deb || exit 1
2 changes: 1 addition & 1 deletion apps/FreeTube/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=0.21.3-beta
version=0.22.0-beta

install_packages https://github.com/FreeTubeApp/FreeTube/releases/download/v${version}/freetube_${version%-beta}_arm64.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Microsoft Teams/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.11.1
version=1.11.2

install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_armv7l.deb || exit 1

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

version=1.11.1
version=1.11.2

install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_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.5.2440
version=6.2.6.2503

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

0 comments on commit a8c1b04

Please sign in to comment.