python/python3-neovim: Updated for version 0.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2024-02-29 00:08:55 +07:00 committed by Willy Sudiarto Raharjo
parent 8af051e5b8
commit b7aa25e28f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

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

View File

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