python/python3-qbittorrent-api: Updated for version 2024.5.63.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a1323b6661
commit
f53508af7a
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-qbittorrent-api
|
||||
VERSION=${VERSION:-2024.5.62}
|
||||
VERSION=${VERSION:-2024.5.63}
|
||||
SRCNAM=${SRCNAM:-qbittorrent-api}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-qbittorrent-api"
|
||||
VERSION="2024.5.62"
|
||||
VERSION="2024.5.63"
|
||||
HOMEPAGE="https://qbittorrent-api.readthedocs.io/"
|
||||
DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2024.5.62/qbittorrent-api-2024.5.62.tar.gz"
|
||||
MD5SUM="d9425af125f21d99cf69a510573a9c73"
|
||||
DOWNLOAD="https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2024.5.63/qbittorrent-api-2024.5.63.tar.gz"
|
||||
MD5SUM="9467242618c3c262dfbdf6d7465334a9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-setuptools-scm-opt"
|
||||
|
|
Loading…
Reference in New Issue