python/python-neovim: Updated for version 0.2.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-11-09 19:03:53 -08:00 committed by Willy Sudiarto Raharjo
parent 88c7d35d9c
commit 267f58100e
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"