diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-04-01 16:55:03 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-04 10:48:18 +0700 |
commit | 659ea030b211de93856fa08a1c1245d97ab213a0 (patch) | |
tree | 4fe437f303c3568f0df2ca1874d198d5927ba250 | |
parent | 9182eb17f6ec6242b3acbd848f44c0094b506b9d (diff) |
python/python3-qbittorrent-api: Version bump to 2024.3.60
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-qbittorrent-api/python3-qbittorrent-api.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild b/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild index b47e727424..38bacd6907 100644 --- a/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild +++ b/python/python3-qbittorrent-api/python3-qbittorrent-api.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-qbittorrent-api -VERSION=${VERSION:-2024.2.59} +VERSION=${VERSION:-2024.3.60} 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 db246b461f..d6ac2a6d6a 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.2.59" +VERSION="2024.3.60" HOMEPAGE="https://qbittorrent-api.readthedocs.io/" -DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2024.2.59/qbittorrent-api-2024.2.59.tar.gz" -MD5SUM="88f13691d3eaacb2111e26f655ca75ad" +DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2024.3.60/qbittorrent-api-2024.3.60.tar.gz" +MD5SUM="cecc8a3919170d1241ad9bfa9c973415" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-scm-opt" |