From d0e517bf771111f354ff9c7ad063cd71926f1625 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 20 Feb 2022 15:54:59 +0100 Subject: [PATCH] Updater bot : qbittorrent updated to release-4.4.1-ls172 --- qbittorrent/CHANGELOG.md | 3 +++ qbittorrent/Dockerfile | 2 +- qbittorrent/config.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 2be538381..d61596afc 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## release-4.4.1-ls172 (20-02-2022) +- Update to latest version from linuxserver/docker-qbittorrent + ## 14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166 (20-02-2022) - Update to latest version from linuxserver/docker-qbittorrent diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 9d01744bc..aa822b401 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166" +ARG BUILD_UPSTREAM="release-4.4.1-ls172" FROM ${BUILD_FROM}-$BUILD_UPSTREAM ################## diff --git a/qbittorrent/config.json b/qbittorrent/config.json index b2fcea9aa..fe3842176 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -109,8 +109,8 @@ "TZ": "str?" }, "slug": "qbittorrent", - "upstream": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166", + "upstream": "release-4.4.1-ls172", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166", + "version": "release-4.4.1-ls172", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" }