aboutsummaryrefslogtreecommitdiff
path: root/python/python3-neovim/python3-neovim.SlackBuild
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2024-02-29 00:08:55 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-29 01:18:18 +0700
commitb7aa25e28f579d22c83846eb9939412eb16f7573 (patch)
treec6c9c7ec2979d77c08b732f53cb3a11ba28c6481 /python/python3-neovim/python3-neovim.SlackBuild
parent8af051e5b8dd6f86ec0a82446d9b938a9fe8b32f (diff)
python/python3-neovim: Updated for version 0.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-neovim/python3-neovim.SlackBuild')
-rw-r--r--python/python3-neovim/python3-neovim.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-neovim/python3-neovim.SlackBuild b/python/python3-neovim/python3-neovim.SlackBuild
index a1cc8dc7c8..5395ad1cc1 100644
--- a/python/python3-neovim/python3-neovim.SlackBuild
+++ b/python/python3-neovim/python3-neovim.SlackBuild
@@ -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}