diff options
Diffstat (limited to 'python/python3-qbittorrent-api')
-rw-r--r-- | python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-qbittorrent-api/python3-qbittorrent-api.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild b/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild index 2eb84065e4..4c443df18a 100644 --- a/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild +++ b/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-qbittorrent-api -# Copyright 2023-2024 Jeremy Hansen jebrhansen+SBo@gmail.com +# Copyright 2023-2025 Jeremy Hansen jebrhansen+SBo@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-qbittorrent-api -VERSION=${VERSION:-2024.11.70} +VERSION=${VERSION:-2025.2.0} SRCNAM=${SRCNAM:-qbittorrent-api} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-qbittorrent-api/python3-qbittorrent-api.info b/python/python3-qbittorrent-api/python3-qbittorrent-api.info index 688f896f3d..f6e7225abd 100644 --- a/python/python3-qbittorrent-api/python3-qbittorrent-api.info +++ b/python/python3-qbittorrent-api/python3-qbittorrent-api.info @@ -1,8 +1,8 @@ PRGNAM="python3-qbittorrent-api" -VERSION="2024.11.70" +VERSION="2025.2.0" HOMEPAGE="https://qbittorrent-api.readthedocs.io/" -DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2024.11.70/qbittorrent-api-2024.11.70.tar.gz" -MD5SUM="4aa60c563e49723c890b3489e58ca195" +DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2025.2.0/qbittorrent-api-2025.2.0.tar.gz" +MD5SUM="4c1188d9dbbfb9e861fa3b22d9291d5c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-scm-opt" |