summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Ruben Schuller <code@rbn.im>2022-03-25 15:29:05 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-26 01:20:20 +0700
commit6d4e4d3be3d119b69b59a4655555f9b8038cc580 (patch)
tree2e64b610b1edae0c13449d638a755ce532c9f776 /development
parent3d666acc2fc7d506869ff32bc2c58fd1262b652d (diff)
downloadslackbuilds-6d4e4d3be3d119b69b59a4655555f9b8038cc580.tar.gz
slackbuilds-6d4e4d3be3d119b69b59a4655555f9b8038cc580.tar.xz
development/neovim: Updated for version 0.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/neovim/neovim.SlackBuild4
-rw-r--r--development/neovim/neovim.info6
2 files changed, 5 insertions, 5 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}
diff --git a/development/neovim/neovim.info b/development/neovim/neovim.info
index 8191280d62..0580d8b170 100644
--- a/development/neovim/neovim.info
+++ b/development/neovim/neovim.info
@@ -1,8 +1,8 @@
PRGNAM="neovim"
-VERSION="0.5.0"
+VERSION="0.6.1"
HOMEPAGE="https://neovim.io"
-DOWNLOAD="https://github.com/neovim/neovim/archive/v0.5.0/neovim-0.5.0.tar.gz"
-MD5SUM="df61e5a84096d34596145fff708b940c"
+DOWNLOAD="https://github.com/neovim/neovim/archive/v0.6.1/neovim-0.6.1.tar.gz"
+MD5SUM="2984419e2c51c37e15e17e3b17230795"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="msgpack-c lua-mpack lua-lpeg lua-luv libtermkey libvterm tree-sitter"