python/python3-qbittorrent-api: Updated for version 2023.6.50.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-06-28 11:40:28 -07:00 committed by Willy Sudiarto Raharjo
parent 0a7b13a80e
commit 6e381bbff9
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-qbittorrent-api
VERSION=${VERSION:-2023.6.49}
VERSION=${VERSION:-2023.6.50}
SRCNAM=${SRCNAM:-qbittorrent-api}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-qbittorrent-api"
VERSION="2023.6.49"
VERSION="2023.6.50"
HOMEPAGE="https://qbittorrent-api.readthedocs.io/"
DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2023.6.49/qbittorrent-api-2023.6.49.tar.gz"
MD5SUM="918a3041f265d223a90817ea572aee3f"
DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2023.6.50/qbittorrent-api-2023.6.50.tar.gz"
MD5SUM="a8edc2b15a900ffdabf69f5628313964"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel"