development/pyvim: Updated for version 2.0.24.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-02-02 13:48:53 +01:00 committed by Willy Sudiarto Raharjo
parent fecee72abc
commit 76bc732fd6
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pyvim
# 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=pyvim
VERSION=${VERSION:-2.0.23}
VERSION=${VERSION:-2.0.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pyvim"
VERSION="2.0.23"
VERSION="2.0.24"
HOMEPAGE="https://github.com/jonathanslenders/pyvim"
DOWNLOAD="https://files.pythonhosted.org/packages/99/13/6855a4b42fd7d21a8299c8cebe659cb398fb37b8c19aee1b15608ff0fb3e/pyvim-2.0.23.tar.gz"
MD5SUM="91953719be61cb38f2567be6fffc753c"
DOWNLOAD="https://files.pythonhosted.org/packages/6e/85/47543120e478ddc5d31e447a7fed1fe4ac81cbb066ca623a2cc54f685dff/pyvim-2.0.24.tar.gz"
MD5SUM="6636d321f77c0c1b5eb9f547cf8d77e8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="prompt_toolkit pyflakes Pygments docopt"