mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python-neovim: Updated for version 0.3.0.
This commit is contained in:
parent
d0b72400fc
commit
1f170954aa
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-neovim
|
||||
SRCNAM=python-client
|
||||
VERSION=${VERSION:-0.2.6}
|
||||
VERSION=${VERSION:-0.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-neovim"
|
||||
VERSION="0.2.6"
|
||||
VERSION="0.3.0"
|
||||
HOMEPAGE="http://neovim.org/"
|
||||
DOWNLOAD="https://github.com/neovim/python-client/archive/0.2.6/python-client-0.2.6.tar.gz"
|
||||
MD5SUM="25544ac15b85755e5d444439d82e73fe"
|
||||
DOWNLOAD="https://github.com/neovim/python-client/archive/0.3.0/python-client-0.3.0.tar.gz"
|
||||
MD5SUM="8d58c748a2d13f0bda494e2dd7d6d159"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="greenlet msgpack-python trollius"
|
||||
|
|
Loading…
Reference in a new issue