Skip to content

Commit

Permalink
Github-CLI, Microsoft Teams, Oh My Posh: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.51.0 -> 2.52.0
- Github-CLI-armhf: 2.51.0 -> 2.52.0
- Microsoft Teams-arm64: 1.7.3 -> 1.6.1
- Microsoft Teams-armhf: 1.7.3 -> 1.6.1
- Oh My Posh-all: v21.16.1 -> v21.16.2
  • Loading branch information
github-actions[bot] committed Jun 25, 2024
1 parent ad7379e commit 8c3f0bf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/Github-CLI/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.51.0
version=2.52.0

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1

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

version=2.51.0
version=2.52.0

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_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.7.3
version=1.6.1

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.7.3
version=1.6.1

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=v21.16.1
version=v21.16.2

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

1 comment on commit 8c3f0bf

@theofficialgman
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

teams pulled the 1.7.3 update (marked it as pre-release) a few hours before posting a new version (1.7.4). strange choice on their part... the run will update to 1.7.4

Please sign in to comment.