mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python-neovim: Updated for version 0.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f89dbe0119
commit
b559ef5b77
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-neovim
|
||||
|
||||
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2017-2021 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.4.1}
|
||||
VERSION=${VERSION:-0.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-neovim"
|
||||
VERSION="0.4.1"
|
||||
VERSION="0.4.3"
|
||||
HOMEPAGE="https://neovim.io"
|
||||
DOWNLOAD="https://github.com/neovim/pynvim/archive/0.4.1/pynvim-0.4.1.tar.gz"
|
||||
MD5SUM="8d90f9f29b2cdaf6adfc78b0eda9dd20"
|
||||
DOWNLOAD="https://github.com/neovim/pynvim/archive/0.4.3/pynvim-0.4.3.tar.gz"
|
||||
MD5SUM="b7370a5b3d2177d2b97ca48695ba1ae3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="greenlet msgpack-python trollius pytest-runner"
|
||||
|
|
Loading…
Reference in a new issue