From 489b80ec3fbbf2fd99579c6673ca11c09149684e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:28:54 +0000 Subject: [PATCH 1/2] Update linuxserver/shotcut Docker tag to v26.7.30 --- apps/shotcut-linuxserver/26.6.25/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shotcut-linuxserver/26.6.25/docker-compose.yml b/apps/shotcut-linuxserver/26.6.25/docker-compose.yml index 4ee3ae668..38ac30e71 100644 --- a/apps/shotcut-linuxserver/26.6.25/docker-compose.yml +++ b/apps/shotcut-linuxserver/26.6.25/docker-compose.yml @@ -3,7 +3,7 @@ networks: external: true services: shotcut: - image: "linuxserver/shotcut:26.6.25" + image: "linuxserver/shotcut:26.7.30" container_name: ${CONTAINER_NAME} restart: always networks: From c0c47ca9c57317b4251bcbd404c630104a65628e Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 31 Jul 2026 19:29:08 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/.env.sample | 0 apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/data.yml | 0 apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/data/.gitkeep | 0 apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/docker-compose.yml | 0 apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/scripts/init.sh | 0 .../shotcut-linuxserver/{26.6.25 => 26.7.30}/scripts/uninstall.sh | 0 apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/.env.sample (100%) rename apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/data.yml (100%) rename apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/data/.gitkeep (100%) rename apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/docker-compose.yml (100%) rename apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/scripts/init.sh (100%) rename apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/scripts/uninstall.sh (100%) rename apps/shotcut-linuxserver/{26.6.25 => 26.7.30}/scripts/upgrade.sh (100%) diff --git a/apps/shotcut-linuxserver/26.6.25/.env.sample b/apps/shotcut-linuxserver/26.7.30/.env.sample similarity index 100% rename from apps/shotcut-linuxserver/26.6.25/.env.sample rename to apps/shotcut-linuxserver/26.7.30/.env.sample diff --git a/apps/shotcut-linuxserver/26.6.25/data.yml b/apps/shotcut-linuxserver/26.7.30/data.yml similarity index 100% rename from apps/shotcut-linuxserver/26.6.25/data.yml rename to apps/shotcut-linuxserver/26.7.30/data.yml diff --git a/apps/shotcut-linuxserver/26.6.25/data/.gitkeep b/apps/shotcut-linuxserver/26.7.30/data/.gitkeep similarity index 100% rename from apps/shotcut-linuxserver/26.6.25/data/.gitkeep rename to apps/shotcut-linuxserver/26.7.30/data/.gitkeep diff --git a/apps/shotcut-linuxserver/26.6.25/docker-compose.yml b/apps/shotcut-linuxserver/26.7.30/docker-compose.yml similarity index 100% rename from apps/shotcut-linuxserver/26.6.25/docker-compose.yml rename to apps/shotcut-linuxserver/26.7.30/docker-compose.yml diff --git a/apps/shotcut-linuxserver/26.6.25/scripts/init.sh b/apps/shotcut-linuxserver/26.7.30/scripts/init.sh similarity index 100% rename from apps/shotcut-linuxserver/26.6.25/scripts/init.sh rename to apps/shotcut-linuxserver/26.7.30/scripts/init.sh diff --git a/apps/shotcut-linuxserver/26.6.25/scripts/uninstall.sh b/apps/shotcut-linuxserver/26.7.30/scripts/uninstall.sh similarity index 100% rename from apps/shotcut-linuxserver/26.6.25/scripts/uninstall.sh rename to apps/shotcut-linuxserver/26.7.30/scripts/uninstall.sh diff --git a/apps/shotcut-linuxserver/26.6.25/scripts/upgrade.sh b/apps/shotcut-linuxserver/26.7.30/scripts/upgrade.sh similarity index 100% rename from apps/shotcut-linuxserver/26.6.25/scripts/upgrade.sh rename to apps/shotcut-linuxserver/26.7.30/scripts/upgrade.sh