mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
python/python-neovim: Updated for version 0.2.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
88c7d35d9c
commit
267f58100e
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-neovim
|
||||
SRCNAM=python-client
|
||||
VERSION=${VERSION:-0.1.13}
|
||||
VERSION=${VERSION:-0.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-neovim"
|
||||
VERSION="0.1.13"
|
||||
VERSION="0.2.0"
|
||||
HOMEPAGE="http://neovim.org/"
|
||||
DOWNLOAD="https://github.com/neovim/python-client/archive/0.1.13/python-client-0.1.13.tar.gz"
|
||||
MD5SUM="f98f7cd11f2831f4f73bb88971b34701"
|
||||
DOWNLOAD="https://github.com/neovim/python-client/archive/0.2.0/python-client-0.2.0.tar.gz"
|
||||
MD5SUM="32003df269d77e45978162010a5a0ca6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="greenlet msgpack-python trollius"
|
||||
|
|
Loading…
Reference in a new issue