Skip to content

Commit

Permalink
Microsoft Teams, Turbowarp: Update App Versions
Browse files Browse the repository at this point in the history
- Microsoft Teams-arm64: 1.4.37 -> 1.5.0
- Microsoft Teams-armhf: 1.4.37 -> 1.5.0
- Turbowarp-arm64: 1.12.0 -> 1.12.1
- Turbowarp-armhf: 1.12.0 -> 1.12.1
  • Loading branch information
github-actions[bot] committed May 29, 2024
1 parent a33aa70 commit d2bf215
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.4.37
version=1.5.0

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.4.37
version=1.5.0

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

version=1.12.0
version=1.12.1
install_packages https://github.com/TurboWarp/desktop/releases/download/v${version}/TurboWarp-linux-armv7l-${version}.deb || exit 1

echo -n "Moving menu launcher from Education to Programming category... "
Expand Down
2 changes: 1 addition & 1 deletion apps/Turbowarp/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.12.0
version=1.12.1
install_packages https://github.com/TurboWarp/desktop/releases/download/v${version}/TurboWarp-linux-arm64-${version}.deb || exit 1

echo -n "Moving menu launcher from Education to Programming category... "
Expand Down

0 comments on commit d2bf215

Please sign in to comment.