Skip to content

Commit

Permalink
Github-CLI: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.49.0 -> 2.49.1
- Github-CLI-armhf: 2.49.0 -> 2.49.1
  • Loading branch information
github-actions[bot] committed May 9, 2024
1 parent 07b9610 commit cea566f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.49.0
version=2.49.1

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.49.0
version=2.49.1

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

0 comments on commit cea566f

Please sign in to comment.