Updater bot : readarr updated to 0.3.16.2387

This commit is contained in:
alexbelgium
2024-01-20 02:01:29 +01:00
parent fc1991bcc5
commit c12adcf918
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.3.16.2387 (20-01-2024)
- Update to latest version from linuxserver/docker-readarr
- There is now an official addon in the community repository, you should migrate to it ! - There is now an official addon in the community repository, you should migrate to it !
## 0.3.15.2376 (13-01-2024) ## 0.3.15.2376 (13-01-2024)

View File

@@ -109,5 +109,5 @@
"slug": "readarr_nas", "slug": "readarr_nas",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
"version": "0.3.15.2376" "version": "0.3.16.2387"
} }

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "true", "github_beta": "true",
"last_update": "13-01-2024", "last_update": "20-01-2024",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "readarr", "slug": "readarr",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-readarr", "upstream_repo": "linuxserver/docker-readarr",
"upstream_version": "0.3.15.2376" "upstream_version": "0.3.16.2387"
} }