python/python-neovim: Updated for version 0.3.0.

This commit is contained in:
Benjamin Trigona-Harany 2018-11-05 09:48:55 -08:00 committed by Willy Sudiarto Raharjo
parent d0b72400fc
commit 1f170954aa
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

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

View file

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