From 005d455c3346ff25c8cca758d231e961a7a95888 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 24 Jun 2023 14:04:51 +0200 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 8c021ffd6..a2bd084b5 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,8 @@ { "arch": [ "aarch64", - "amd64" + "amd64", + "armv7" ], "codenotary": "alexandrep.github@gmail.com", "description": "qBittorrent is a bittorrent client", @@ -129,5 +130,5 @@ }, "slug": "qbittorrent", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.5.4" + "version": "4.5.4-2" }