python/python-neovim: Updated for version 0.3.2.

This commit is contained in:
Benjamin Trigona-Harany 2019-01-21 13:37:56 -08:00 committed by Willy Sudiarto Raharjo
parent 69ec008a65
commit 560da75333
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python-neovim
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2019 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.3.1}
VERSION=${VERSION:-0.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-neovim"
VERSION="0.3.1"
VERSION="0.3.2"
HOMEPAGE="http://neovim.org/"
DOWNLOAD="https://github.com/neovim/pynvim/archive/0.3.1/pynvim-0.3.1.tar.gz"
MD5SUM="dd6ee79fbed0cdf1b9221d29061e62a8"
DOWNLOAD="https://github.com/neovim/pynvim/archive/0.3.2/pynvim-0.3.2.tar.gz"
MD5SUM="80716262140542ed59e7f357cb298295"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="greenlet msgpack-python trollius"