mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/python-neovim: Updated for version 0.3.2.
This commit is contained in:
parent
69ec008a65
commit
560da75333
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue