Skip to content

Commit

Permalink
Microsoft Teams,Oh My Posh: Update App Versions
Browse files Browse the repository at this point in the history
- Microsoft Teams-arm64: 1.4.28 -> 1.4.29
- Microsoft Teams-armhf: 1.4.28 -> 1.4.29
- Oh My Posh-all: v19.24.1 -> v19.24.2
  • Loading branch information
github-actions[bot] committed Apr 22, 2024
1 parent 349b549 commit b5a3371
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.4.28
version=1.4.29

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.28
version=1.4.29

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

version=v19.24.1
version=v19.24.2

#determine filename of download
if [ $arch == 32 ];then
Expand Down

0 comments on commit b5a3371

Please sign in to comment.