mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-flit_core: Updated for version 3.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
89a55b8c29
commit
8f6b4b6aa9
2 changed files with 5 additions and 5 deletions
|
@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-flit_core
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-3.8.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-flit_core"
|
||||
VERSION="3.8.0"
|
||||
VERSION="3.9.0"
|
||||
HOMEPAGE="https://github.com/pypa/flit"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-3.8.0.tar.gz"
|
||||
MD5SUM="7c41da13273f7787709a24f74e0f5a99"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-3.9.0.tar.gz"
|
||||
MD5SUM="3bc52f1952b9a78361114147da63c35b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue