diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 6f6594825..75b6f1775 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## 14.3.4.99202104281424-7353-7dd9e7343ubuntu20.04.1-ls130 (29-04-2021) +- Update to latest version from linuxserver/docker-qbittorrent + ## 14.3.4.99202104250604-7352-b2a43eeffubuntu20.04.1-ls129 (27-04-2021) - Update to latest version from linuxserver/docker-qbittorrent diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 401064bf2..cf6f712a5 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.4.99202104250604-7352-b2a43eeffubuntu20.04.1-ls129" +ARG BUILD_UPSTREAM="14.3.4.99202104281424-7353-7dd9e7343ubuntu20.04.1-ls130" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Base system diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 44a593611..90611c1a3 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,7 @@ { "name": "Qbittorrent", - "version": "14.3.4.99202104250604-7352-b2a43eeffubuntu20.04.1-ls129-ov2", - "upstream": "14.3.4.99202104250604-7352-b2a43eeffubuntu20.04.1-ls129", + "version": "14.3.4.99202104281424-7353-7dd9e7343ubuntu20.04.1-ls130", + "upstream": "14.3.4.99202104281424-7353-7dd9e7343ubuntu20.04.1-ls130", "slug": "qbittorrent", "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons",