From 76b328d04f88b999c2dd399a1feab831944cdf55 Mon Sep 17 00:00:00 2001 From: Mogeko Date: Fri, 19 Nov 2021 16:40:21 +0000 Subject: [PATCH] feat: update qbittorrent to 4.3.9 --- .gitignore | 3 ++- latest.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 52e3aee..7a1b223 100644 --- a/.gitignore +++ b/.gitignore @@ -75,5 +75,6 @@ $RECYCLE.BIN/ # End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux # Custom example dirs -example/config +example/**/* !example/config/qBittorrent.conf +!example/data/.gitkeep diff --git a/latest.json b/latest.json index 7541025..faceeae 100644 --- a/latest.json +++ b/latest.json @@ -1,5 +1,5 @@ { - "qbittorrent": "4.3.8", + "qbittorrent": "4.3.9", "libtorrent": "1.2.14", - "pkgrel": 1 + "pkgrel": 0 }