From dee69c0197d5f740bfe23b03c7f0a3c6d70c5d5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 00:30:30 +0000 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: - Node.js-all: v21.6.1 -> v21.6.2 - Oh My Posh-all: v19.11.0 -> v19.11.1 - Reaper-arm64: 1.2.4.4 -> 1.2.4.5 - Reaper-armhf: 1.2.4.4 -> 1.2.4.5 - Unciv-all: 4.10.8-jdkTest -> 4.10.9 --- apps/Node.js/install | 2 +- apps/Oh My Posh/install | 2 +- apps/Reaper/install-32 | 2 +- apps/Reaper/install-64 | 2 +- apps/Unciv/install | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/Node.js/install b/apps/Node.js/install index b4b05fc20c..8fc0edc1a3 100755 --- a/apps/Node.js/install +++ b/apps/Node.js/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v21.6.1 +version=v21.6.2 version2=v0.39.7 #Checking if using armv6 diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index 257944547d..c2431ca002 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v19.11.0 +version=v19.11.1 #determine filename of download if [ $arch == 32 ];then diff --git a/apps/Reaper/install-32 b/apps/Reaper/install-32 index b525833d49..9e04fd75b0 100755 --- a/apps/Reaper/install-32 +++ b/apps/Reaper/install-32 @@ -1,7 +1,7 @@ #!/bin/bash version=711 -version2=1.2.4.4 +version2=1.2.4.5 base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')" install_packages xz-utils tar || exit 1 diff --git a/apps/Reaper/install-64 b/apps/Reaper/install-64 index 427ac0b3aa..50ae2eeecf 100755 --- a/apps/Reaper/install-64 +++ b/apps/Reaper/install-64 @@ -1,7 +1,7 @@ #!/bin/bash version=711 -version2=1.2.4.4 +version2=1.2.4.5 base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')" install_packages xz-utils tar || exit 1 diff --git a/apps/Unciv/install b/apps/Unciv/install index b78fa01818..7f6b4d4c33 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.10.8-jdkTest +version=4.10.9 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"