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