python/python-neovim: Updated for version 0.4.1.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
parent
486dc73cd7
commit
fce497525d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-neovim
|
||||
|
||||
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-neovim
|
||||
SRCNAM=pynvim
|
||||
VERSION=${VERSION:-0.4.0}
|
||||
VERSION=${VERSION:-0.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-neovim"
|
||||
VERSION="0.4.0"
|
||||
VERSION="0.4.1"
|
||||
HOMEPAGE="http://neovim.org/"
|
||||
DOWNLOAD="https://github.com/neovim/pynvim/archive/0.4.0/pynvim-0.4.0.tar.gz"
|
||||
MD5SUM="6d18d84565622585ae60b26e5dc1d746"
|
||||
DOWNLOAD="https://github.com/neovim/pynvim/archive/0.4.1/pynvim-0.4.1.tar.gz"
|
||||
MD5SUM="8d90f9f29b2cdaf6adfc78b0eda9dd20"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="greenlet msgpack-python trollius pytest-runner"
|
||||
|
|
Loading…
Reference in New Issue