Browse Source
python/python3-qbittorrent-api: Version bump to 2025.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/308/head
Jeremy Hansen
3 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild
-
python/python3-qbittorrent-api/python3-qbittorrent-api.info
|
|
@ -24,7 +24,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-qbittorrent-api |
|
|
|
VERSION=${VERSION:-2025.5.0} |
|
|
|
VERSION=${VERSION:-2025.7.0} |
|
|
|
SRCNAM=${SRCNAM:-qbittorrent-api} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-qbittorrent-api" |
|
|
|
VERSION="2025.5.0" |
|
|
|
VERSION="2025.7.0" |
|
|
|
HOMEPAGE="https://qbittorrent-api.readthedocs.io/" |
|
|
|
DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2025.5.0/qbittorrent-api-2025.5.0.tar.gz" |
|
|
|
MD5SUM="a44d4083ccf1e4f1618c5157f89fd25a" |
|
|
|
DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2025.7.0/qbittorrent-api-2025.7.0.tar.gz" |
|
|
|
MD5SUM="1c111d5e1e1f33b2d619177c6e4ffca1" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-setuptools-scm-opt" |
|
|
|