From c84fa7be58a881c9353adac4f040d27681a0cbcb Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 4 Apr 2021 01:57:20 +0200 Subject: [PATCH] Update to 14.3.4.99202104031018-7348-2b6baa609ubuntu20.04.1-ls125 --- 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 fc6348baf..d44939c67 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## 14.3.4.99202104031018-7348-2b6baa609ubuntu20.04.1-ls125 +- Update to latest version from linuxserver/docker-qbittorrent + ## 14.3.4.99202103280404-7347-2be30a50eubuntu20.04.1-ls124 - Update to latest version from linuxserver/docker-qbittorrent diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 8c67e1d6c..47c1c3df9 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.4.99202103280404-7347-2be30a50eubuntu20.04.1-ls124" +ARG BUILD_UPSTREAM="14.3.4.99202104031018-7348-2b6baa609ubuntu20.04.1-ls125" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Copy root filesystem diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 4727a65c0..01d86029a 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,7 @@ { "name": "Qbittorrent", - "version": "14.3.4.99202103280404-7347-2be30a50eubuntu20.04.1-ls124", - "upstream": "14.3.4.99202103280404-7347-2be30a50eubuntu20.04.1-ls124", + "version": "14.3.4.99202104031018-7348-2b6baa609ubuntu20.04.1-ls125", + "upstream": "14.3.4.99202104031018-7348-2b6baa609ubuntu20.04.1-ls125", "slug": "qbittorrent", "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons",