diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index 1c3bbdb72b..aab11d9a40 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.42.0 +version=2.42.1 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 6f2d493464..f5d4afa5e8 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.42.0 +version=2.42.1 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1 diff --git a/apps/Microsoft Teams/install-32 b/apps/Microsoft Teams/install-32 index 27032ef99b..5aca1ab469 100755 --- a/apps/Microsoft Teams/install-32 +++ b/apps/Microsoft Teams/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=1.4.1 +version=1.4.2 install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_armv7l.deb || exit 1 diff --git a/apps/Microsoft Teams/install-64 b/apps/Microsoft Teams/install-64 index e6d18a3ff1..cc9cb958e7 100755 --- a/apps/Microsoft Teams/install-64 +++ b/apps/Microsoft Teams/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=1.4.1 +version=1.4.2 install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_arm64.deb || exit 1 diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index ee7e2e6563..caaa08c8dc 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v19.5.2 +version=v19.6.0 #determine filename of download if [ $arch == 32 ];then diff --git a/apps/Unciv/install b/apps/Unciv/install index 6f4fdd5ca0..c57fd73b8b 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.9.18 +version=4.9.19 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"