From 68221d5a2eea36491c1586d4e7c14e5d8f8c80e3 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:25:07 -0400 Subject: [PATCH] Pixelorama: update to 0.11.3 --- apps/Pixelorama/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Pixelorama/install b/apps/Pixelorama/install index 576e590a31..19eb041ec2 100755 --- a/apps/Pixelorama/install +++ b/apps/Pixelorama/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v0.11.2 +version=v0.11.3 case "$arch" in "64") wget https://github.com/Pi-Apps-Coders/files/releases/download/large-files/Pixelorama_${version}_arm64.zip -O /tmp/pixelorama.zip || error "Could not download Pixelorama archive" ;;