diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index 86564b2a52..375106060a 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.60.0 +version=2.60.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 24553564f6..9e449767ef 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.60.0 +version=2.60.1 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1 diff --git a/apps/Pixelorama/install b/apps/Pixelorama/install index 08412b20b6..b27a65322d 100755 --- a/apps/Pixelorama/install +++ b/apps/Pixelorama/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v1.0.3 +version=v1.0.4 case "$arch" in "64") wget https://github.com/Orama-Interactive/Pixelorama/releases/download/${version}/Pixelorama-Linux-ARM64.tar.gz -O /tmp/pixelorama.tar.gz || error "Could not download Pixelorama archive" ;; diff --git a/apps/Reaper/install-32 b/apps/Reaper/install-32 index 4b8436002f..9b400ad153 100755 --- a/apps/Reaper/install-32 +++ b/apps/Reaper/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=725 +version=726 version2=1.2.4.6 base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')" diff --git a/apps/Reaper/install-64 b/apps/Reaper/install-64 index 28127f0029..c3474c67b3 100755 --- a/apps/Reaper/install-64 +++ b/apps/Reaper/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=725 +version=726 version2=1.2.4.6 base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"