Update to 14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls133

This commit is contained in:
alexbelgium
2021-05-11 01:56:58 +02:00
parent d4637c7432
commit cd97d57e32
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls133 (11-05-2021)
- Update to latest version from linuxserver/docker-qbittorrent
## 14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls132 (04-05-2021) ## 14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls132 (04-05-2021)
- Update to latest version from linuxserver/docker-qbittorrent - Update to latest version from linuxserver/docker-qbittorrent
- New option : use specific DNS instead of the router ones to avoid spamming, especially useful if using adguard home/pihole. Keep blank to use the router dns. - New option : use specific DNS instead of the router ones to avoid spamming, especially useful if using adguard home/pihole. Keep blank to use the router dns.

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls132" ARG BUILD_UPSTREAM="14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls133"
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Base system # Base system

View File

@@ -1,7 +1,7 @@
{ {
"name": "Qbittorrent", "name": "Qbittorrent",
"version": "14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls132", "version": "14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls133",
"upstream": "14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls132", "upstream": "14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls133",
"slug": "qbittorrent", "slug": "qbittorrent",
"description": "qBittorrent is a bittorrent client", "description": "qBittorrent is a bittorrent client",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",