diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 674ef2146..0e5b5189f 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## 14.3.5.99202106201814-7376-e25948e73ubuntu20.04.1-ls139 (21-06-2021) +- Update to latest version from linuxserver/docker-qbittorrent + ## 14.3.5.99202106191735-7376-e25948e73ubuntu20.04.1-ls138 (20-06-2021) - Update to latest version from linuxserver/docker-qbittorrent diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 4726f33c0..9568503e6 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.5.99202106191735-7376-e25948e73ubuntu20.04.1-ls138" +ARG BUILD_UPSTREAM="14.3.5.99202106201814-7376-e25948e73ubuntu20.04.1-ls139" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Base system diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 28dd65f93..e33755582 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,7 @@ { "name": "Qbittorrent", - "version": "14.3.5.99202106191735-7376-e25948e73ubuntu20.04.1-ls138", - "upstream": "14.3.5.99202106191735-7376-e25948e73ubuntu20.04.1-ls138", + "version": "14.3.5.99202106201814-7376-e25948e73ubuntu20.04.1-ls139", + "upstream": "14.3.5.99202106201814-7376-e25948e73ubuntu20.04.1-ls139", "slug": "qbittorrent", "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons",