Skip to content

Commit

Permalink
Microsoft Teams, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Microsoft Teams-arm64: 1.10.2 -> 1.11.0
- Microsoft Teams-armhf: 1.10.2 -> 1.11.0
- Unciv-all: 4.13.11 -> 4.13.12
  • Loading branch information
github-actions[bot] committed Sep 29, 2024
1 parent 3932eb9 commit 79a04d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.10.2
version=1.11.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.10.2
version=1.11.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/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.13.11
version=4.13.12

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down

0 comments on commit 79a04d8

Please sign in to comment.