mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/jedi: Updated for version 0.13.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8b3dd054f5
commit
96d02f795f
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for jedi
|
||||
|
||||
# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jedi
|
||||
VERSION=${VERSION:-0.12.1}
|
||||
VERSION=${VERSION:-0.13.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jedi"
|
||||
VERSION="0.12.1"
|
||||
VERSION="0.13.3"
|
||||
HOMEPAGE="https://github.com/davidhalter/jedi"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/49/2f/cdfb8adc8cfc9fc2e5673e724d9b9098619dc1a2772cc6b8af34c6b7bef9/jedi-0.12.1.tar.gz"
|
||||
MD5SUM="2c692d02a8665bf5500a81dc1684d65f"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/96/fb/e99fc0442f8a0fa4bf5d34162c2d98131489017f661bf8a331857844b145/jedi-0.13.3.tar.gz"
|
||||
MD5SUM="46c12589de9df839ff6be79c5009766d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="parso"
|
||||
|
|
Loading…
Reference in a new issue