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

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-08-23 10:32:43 -07:00 committed by Willy Sudiarto Raharjo
parent d5a3645cb9
commit 3bc9bdd0da
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.7.64}
VERSION=${VERSION:-2024.8.65}
SRCNAM=${SRCNAM:-qbittorrent-api}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-qbittorrent-api"
VERSION="2024.7.64"
VERSION="2024.8.65"
HOMEPAGE="https://qbittorrent-api.readthedocs.io/"
DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2024.7.64/qbittorrent-api-2024.7.64.tar.gz"
MD5SUM="49258815f556675ca719d5921a0ca50e"
DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2024.8.65/qbittorrent-api-2024.8.65.tar.gz"
MD5SUM="864c103c85854348b75b77190b9d093f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-scm-opt"