Skip to content

Commit

Permalink
Github-CLI, Scrcpy, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.53.0 -> 2.54.0
- Github-CLI-armhf: 2.53.0 -> 2.54.0
- Scrcpy-all: v2.5 -> v2.6
- Unciv-all: 4.12.15 -> 4.12.15-patch2
  • Loading branch information
github-actions[bot] committed Aug 2, 2024
1 parent 18cd551 commit 26cfd56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.53.0
version=2.54.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.53.0
version=2.54.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/Scrcpy/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v2.5
version=v2.6

echo -e "==============\n"
echo " · More info: run "\""scrcpy --help"\"" or visit https://github.com/Genymobile/scrcpy"
Expand Down
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.12.15
version=4.12.15-patch2

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

0 comments on commit 26cfd56

Please sign in to comment.