Updater bot : sponsorblockcast updated to 0.8.3

This commit is contained in:
alexbelgium
2026-03-21 01:30:22 +01:00
parent 1c45d0d816
commit 9cc2633688
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.8.3 (2026-03-21)
- Update to latest version from gabe565/CastSponsorSkip (changelog : https://github.com/gabe565/CastSponsorSkip/releases)
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -25,4 +25,4 @@ schema:
slug: sponsorblockcast
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast
version: 0.8.2
version: "0.8.3"

View File

@@ -1,8 +1,8 @@
{
"last_update": "08-03-2025",
"last_update": "2026-03-21",
"repository": "alexbelgium/hassio-addons",
"slug": "sponsorblockcast",
"source": "github",
"upstream_repo": "gabe565/CastSponsorSkip",
"upstream_version": "0.8.2"
"upstream_version": "0.8.3"
}