Updater bot : sabnzbd updated to 4.1.0

This commit is contained in:
alexbelgium
2023-09-30 02:02:24 +02:00
parent ea53a7e3b9
commit 5e6109d71b
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 4.1.0 (30-09-2023)
- Update to latest version from linuxserver/docker-sabnzbd
## 4.0.3 (26-08-2023) ## 4.0.3 (26-08-2023)
- Update to latest version from linuxserver/docker-sabnzbd - Update to latest version from linuxserver/docker-sabnzbd

View File

@@ -93,6 +93,6 @@
}, },
"slug": "sabnzbd", "slug": "sabnzbd",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.0.3", "version": "4.1.0",
"webui": "http://[HOST]:[PORT:8080]" "webui": "http://[HOST]:[PORT:8080]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "26-08-2023", "last_update": "30-09-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "sabnzbd", "slug": "sabnzbd",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-sabnzbd", "upstream_repo": "linuxserver/docker-sabnzbd",
"upstream_version": "4.0.3" "upstream_version": "4.1.0"
} }