python/python3-neovim: Updated for version 0.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8af051e5b8
commit
b7aa25e28f
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for python3-neovim
|
||||
|
||||
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2022-2023, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2022-2024, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-neovim
|
||||
SRCNAM=pynvim
|
||||
VERSION=${VERSION:-0.4.3}
|
||||
VERSION=${VERSION:-0.5.0}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-neovim"
|
||||
VERSION="0.4.3"
|
||||
VERSION="0.5.0"
|
||||
HOMEPAGE="https://github.com/neovim/pynvim"
|
||||
DOWNLOAD="https://github.com/neovim/pynvim/archive/0.4.3/pynvim-0.4.3.tar.gz"
|
||||
MD5SUM="b7370a5b3d2177d2b97ca48695ba1ae3"
|
||||
DOWNLOAD="https://github.com/neovim/pynvim/archive/0.5.0/pynvim-0.5.0.tar.gz"
|
||||
MD5SUM="29a7142c3e447260d6ec7a88cf79b350"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="greenlet msgpack-python"
|
||||
|
|
Loading…
Reference in New Issue