Updater bot : nzbget updated to v21.1-ls118

This commit is contained in:
alexbelgium
2022-08-04 01:57:28 +02:00
parent 378c02d5a4
commit 6332eb92b5
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## v21.1-ls118 (04-08-2022)
- Update to latest version from linuxserver/docker-nzbget
- Ingress addition - Ingress addition
- Add codenotary sign - Add codenotary sign
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)

View File

@@ -79,5 +79,5 @@
}, },
"slug": "nzbget", "slug": "nzbget",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "21.1-2" "version": "v21.1-ls118"
} }

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "15-12-2021", "last_update": "04-08-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "nzbget", "slug": "nzbget",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-nzbget", "upstream_repo": "linuxserver/docker-nzbget",
"upstream_version": "21.1" "upstream_version": "v21.1-ls118"
} }