diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index eb2e6a2f09..877af3be2d 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.62.0 +version=2.63.0 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1 diff --git a/apps/Github-CLI/install-64 b/apps/Github-CLI/install-64 index 7d6d98221e..2dc25897a7 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.62.0 +version=2.63.0 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1 diff --git a/apps/Unciv/install b/apps/Unciv/install index 3de11872a3..8902409e36 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.14.10 +version=4.14.11 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"