python/python3-platformdirs: Updated for version 4.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6746ac8205
commit
8111a6f725
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-platformdirs
|
||||
VERSION=${VERSION:-4.0.0}
|
||||
VERSION=${VERSION:-4.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-platformdirs"
|
||||
VERSION="4.0.0"
|
||||
VERSION="4.1.0"
|
||||
HOMEPAGE="https://github.com/platformdirs/platformdirs"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-4.0.0.tar.gz"
|
||||
MD5SUM="fa559cb64911f63393d38ea25bac7d86"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-4.1.0.tar.gz"
|
||||
MD5SUM="4821a6e6b33136ad76e1348cde5abb33"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-hatch_vcs"
|
||||
|
|
Loading…
Reference in New Issue