Updater bot : sonarr updated to 4.0.0.741

This commit is contained in:
alexbelgium
2023-12-30 08:42:51 +01:00
parent baa7b13c8d
commit d65d881432
4 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 4.0.0.741 (30-12-2023)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.740 (30-12-2023) ## 4.0.0.740 (30-12-2023)
- Update to latest version from linuxserver/docker-sonarr - Update to latest version from linuxserver/docker-sonarr

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="4.0.0.740" ARG BUILD_UPSTREAM="4.0.0.741"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -103,5 +103,5 @@
"slug": "sonarr_nas", "slug": "sonarr_nas",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr",
"version": "4.0.0.740" "version": "4.0.0.741"
} }

View File

@@ -5,5 +5,5 @@
"slug": "sonarr", "slug": "sonarr",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-sonarr", "upstream_repo": "linuxserver/docker-sonarr",
"upstream_version": "4.0.0.740" "upstream_version": "4.0.0.741"
} }