From df8b31851ddf015aea7716d2df4936cc9357d336 Mon Sep 17 00:00:00 2001 From: bruvv <3063928+bruvv@users.noreply.github.com> Date: Tue, 22 Aug 2023 07:26:57 +0000 Subject: [PATCH 1/3] Move to CastSponsorSkip sponsorblockcast has been superseded by CastSponsorSkip, written by gabe565. I recommend moving over to it for improved performance and privacy. sponsorblockcast will no longer be maintained. --- sponsorblockcast/build.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sponsorblockcast/build.json b/sponsorblockcast/build.json index 221073267..cc28f31a5 100644 --- a/sponsorblockcast/build.json +++ b/sponsorblockcast/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "ghcr.io/bruvv/sponsorblockcast:latest", - "amd64": "ghcr.io/bruvv/sponsorblockcast:latest", - "armv7": "ghcr.io/bruvv/sponsorblockcast:latest" + "aarch64": "ghcr.io/gabe565/castsponsorskip:latest", + "amd64": "ghcr.io/gabe565/castsponsorskip:latest", + "armv7": "ghcr.io/gabe565/castsponsorskip:latest" }, "codenotary": { "signer": "alexandrep.github@gmail.com" From 40db3f4801aebea9fb621c6077a95f4c72c2ac06 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 22 Aug 2023 11:54:57 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- sponsorblockcast/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sponsorblockcast/CHANGELOG.md b/sponsorblockcast/CHANGELOG.md index b802dbf13..ef7e083ac 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,3 +1,5 @@ +- Switch to castsponsorskip @bruvv + ## 1.1 (15-05-2023) - Updated chromecast-go From d33c668d64e1acd2212f6418f1a3a36d6342297e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 22 Aug 2023 11:55:42 +0200 Subject: [PATCH 3/3] Update config.json --- sponsorblockcast/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 616850a0c..b4c3dcffc 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -12,7 +12,7 @@ "host_network": true, "image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}", "init": false, - "name": "Sponsorblockcast", + "name": "Castsponsorskip", "options": { "SBCCATEGORIES": "sponsor", "SBCPOLLINTERVAL": "1", @@ -26,5 +26,5 @@ }, "slug": "sponsorblockcast", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", - "version": "1.1" + "version": "1.2" }