aboutsummaryrefslogtreecommitdiff
path: root/development/neovim/neovim.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/neovim/neovim.SlackBuild')
-rw-r--r--development/neovim/neovim.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/neovim/neovim.SlackBuild b/development/neovim/neovim.SlackBuild
index 91a79a0ee9..16330b1eb5 100644
--- a/development/neovim/neovim.SlackBuild
+++ b/development/neovim/neovim.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for neovim
-# Copyright 2021 Ruben Schuller <sb@rbn.im>
+# Copyright 2021-2022 Ruben Schuller <sb@rbn.im>
# Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=neovim
-VERSION=${VERSION:-0.5.0}
+VERSION=${VERSION:-0.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}