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

This commit is contained in:
alexbelgium
2021-05-04 01:56:53 +02:00
parent da65049ee3
commit c10bb4c6f8
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls132 (04-05-2021)
- 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.
## 14.3.4.99202104300534-7354-9f8a6e8fbubuntu20.04.1-ls131 (01-05-2021)

View File

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

View File

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