python/python3-qbittorrent-api: Version bump to 2024.9.66

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-09-19 20:15:00 -07:00 committed by Willy Sudiarto Raharjo
parent e0d9c09136
commit d039970fee
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.8.65}
VERSION=${VERSION:-2024.9.66}
SRCNAM=${SRCNAM:-qbittorrent-api}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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