From 6e381bbff95df616b1e2e06f051e22b06f759ce6 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 28 Jun 2023 11:40:28 -0700 Subject: [PATCH] python/python3-qbittorrent-api: Updated for version 2023.6.50. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- .../python3-qbittorrent-api.SlackBuild | 2 +- 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 8daf4e1c69..de20091e78 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:-2023.6.49} +VERSION=${VERSION:-2023.6.50} 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 34b4f7cf93..026ca3ad19 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="2023.6.49" +VERSION="2023.6.50" HOMEPAGE="https://qbittorrent-api.readthedocs.io/" -DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2023.6.49/qbittorrent-api-2023.6.49.tar.gz" -MD5SUM="918a3041f265d223a90817ea572aee3f" +DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2023.6.50/qbittorrent-api-2023.6.50.tar.gz" +MD5SUM="a8edc2b15a900ffdabf69f5628313964" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel"