Updater bot : nzbget updated to v26.2.257 (upstream v26.2-ls257)

This commit is contained in:
alexbelgium
2026-08-08 01:30:00 +02:00
parent 19f297e05d
commit b02ed1c135
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## v26.2.257 (2026-08-08)
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
- Upstream tag : v26.2-ls257
## v26.2.256 (2026-08-01)
- Version renamed from `v26.2-ls256`, which Home Assistant could not order and therefore could not reliably offer as an update: every number of the previous version is kept, as a section of its own. The addon itself and the upstream version it tracks are unchanged

View File

@@ -104,4 +104,4 @@ schema:
slug: nzbget
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "v26.2.256"
version: "v26.2.257"

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "2026-08-01",
"last_update": "2026-08-08",
"repository": "alexbelgium/hassio-addons",
"slug": "nzbget",
"source": "github",
"upstream_repo": "linuxserver/docker-nzbget",
"upstream_version": "v26.2-ls256"
"upstream_version": "v26.2-ls257"
}