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

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 2024-05-31 15:00:14 -07:00 committed by Willy Sudiarto Raharjo
parent a1323b6661
commit f53508af7a
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:-2024.5.62}
VERSION=${VERSION:-2024.5.63}
SRCNAM=${SRCNAM:-qbittorrent-api}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-qbittorrent-api"
VERSION="2024.5.62"
VERSION="2024.5.63"
HOMEPAGE="https://qbittorrent-api.readthedocs.io/"
DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2024.5.62/qbittorrent-api-2024.5.62.tar.gz"
MD5SUM="d9425af125f21d99cf69a510573a9c73"
DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2024.5.63/qbittorrent-api-2024.5.63.tar.gz"
MD5SUM="9467242618c3c262dfbdf6d7465334a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-scm-opt"