From cba74b9c99d490c5d47c03a2b4aee3fbb1a5107b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:22:25 +0000 Subject: [PATCH] Github-CLI, Pixelorama, Reaper: Update App Versions - Github-CLI-arm64: 2.60.0 -> 2.60.1 - Github-CLI-armhf: 2.60.0 -> 2.60.1 - Pixelorama-all: v1.0.3 -> v1.0.4 - Reaper-arm64: 725 -> 726 - Reaper-armhf: 725 -> 726 --- apps/Github-CLI/install-32 | 2 +- apps/Github-CLI/install-64 | 2 +- apps/Pixelorama/install | 2 +- apps/Reaper/install-32 | 2 +- apps/Reaper/install-64 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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/.$//')"