diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 3fd78f3f1..e8752ae7f 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.5.0-r1-ls236 (25-12-2022) +- Update to latest version from linuxserver/docker-qbittorrent + ## 4.5.0-r0-ls234 (13-12-2022) - Update to latest version from linuxserver/docker-qbittorrent - Fix : using options Savepath for download folder diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 996d7f3af..a2fc43fc2 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.5.0-r0-ls234" +ARG BUILD_UPSTREAM="4.5.0-r1-ls236" FROM ${BUILD_FROM}-$BUILD_UPSTREAM ################## diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 9768d8ae1..89c77b0b0 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -116,5 +116,5 @@ }, "slug": "qbittorrent", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.5.0-r0-ls234" + "version": "4.5.0-r1-ls236" } diff --git a/qbittorrent/updater.json b/qbittorrent/updater.json index e9006eb9a..68abc3fe5 100644 --- a/qbittorrent/updater.json +++ b/qbittorrent/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "13-12-2022", + "last_update": "25-12-2022", "repository": "alexbelgium/hassio-addons", "slug": "qbittorrent", "source": "github", "upstream_repo": "linuxserver/docker-qbittorrent", - "upstream_version": "4.5.0-r0-ls234" + "upstream_version": "4.5.0-r1-ls236" }