mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-jedi: Version bump to 0.19.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8108b08772
commit
3e6a4efa5b
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2022 Isaac Yu <isaacyu@protonmail.com>
|
||||
# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
|
||||
# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-jedi
|
||||
SRCNAM=jedi
|
||||
VERSION=${VERSION:-0.19.1}
|
||||
VERSION=${VERSION:-0.19.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-jedi"
|
||||
VERSION="0.19.1"
|
||||
VERSION="0.19.2"
|
||||
HOMEPAGE="https://github.com/davidhalter/jedi"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.19.1.tar.gz"
|
||||
MD5SUM="0951191b506b660bfdb90c3dcd5b3254"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.19.2.tar.gz"
|
||||
MD5SUM="bc2dfcc3fdcd7a1384867b5c6f5bf519"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-parso"
|
||||
|
|
Loading…
Reference in a new issue