Skip to content

Commit

Permalink
Github-CLI, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.59.0 -> 2.60.0
- Github-CLI-armhf: 2.59.0 -> 2.60.0
- Unciv-all: 4.13.19 -> 4.14.0
  • Loading branch information
github-actions[bot] committed Oct 25, 2024
1 parent a685a42 commit fd42611
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.59.0
version=2.60.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.59.0
version=2.60.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/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.13.19
version=4.14.0

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

0 comments on commit fd42611

Please sign in to comment.