Skip to content

Commit

Permalink
Github-CLI, RustDesk, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.63.1 -> 2.63.2
- Github-CLI-armhf: 2.63.1 -> 2.63.2
- RustDesk-arm64: 1.3.4 -> 1.3.5
- RustDesk-armhf: 1.3.4 -> 1.3.5
- Unciv-all: 4.14.12-patch2 -> 4.14.13
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent bc5ce30 commit 9387287
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.63.1
version=2.63.2

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.63.1
version=2.63.2

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/RustDesk/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.3.4
version=1.3.5

if [ "$XDG_SESSION_TYPE" == wayland ];then
install_packages https://github.com/rustdesk/rustdesk/releases/download/${version}/rustdesk-${version}-armv7-sciter.deb xdg-desktop-portal-wlr || exit 1
Expand Down
2 changes: 1 addition & 1 deletion apps/RustDesk/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.3.4
version=1.3.5

if [ "$XDG_SESSION_TYPE" == wayland ];then
install_packages https://github.com/rustdesk/rustdesk/releases/download/${version}/rustdesk-${version}-aarch64.deb xdg-desktop-portal-wlr || exit 1
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.14.12-patch2
version=4.14.13

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

0 comments on commit 9387287

Please sign in to comment.