Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.43.1 -> 2.44.0
- Github-CLI-armhf: 2.43.1 -> 2.44.0
- Oh My Posh-all: v19.11.1 -> v19.11.2
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
1 parent dee69c0 commit 976bd89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.43.1
version=2.44.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.43.1
version=2.44.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/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v19.11.1
version=v19.11.2

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

0 comments on commit 976bd89

Please sign in to comment.