From a0fc1d0ee02b796d8ce53a1cf49393fa70e930ee Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:24:55 -0400 Subject: [PATCH] Pixelorama: update to 0.11.4 --- apps/Pixelorama/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Pixelorama/install b/apps/Pixelorama/install index 19eb041ec2..4ac39ce20a 100755 --- a/apps/Pixelorama/install +++ b/apps/Pixelorama/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v0.11.3 +version=v0.11.4 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" ;;