diff options
author | Slack Coder <slackcoder@server.ky> | 2022-09-16 05:58:56 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2022-09-16 05:58:56 -0500 |
commit | 980a0498e6fb7fb665ff92d7b04f93e7254a3abe (patch) | |
tree | d1dca7f135ac52177247445d25b996282f6fe30d /neovim/neovim.SlackBuild | |
parent | b0c018b1fea9952a3fce2e744b4e7bc6ef7aae6a (diff) | |
download | slackbuilds-980a0498e6fb7fb665ff92d7b04f93e7254a3abe.tar.xz |
neovim: bump v0.7.0
Diffstat (limited to 'neovim/neovim.SlackBuild')
-rw-r--r-- | neovim/neovim.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/neovim/neovim.SlackBuild b/neovim/neovim.SlackBuild index c024a30..e2caaeb 100644 --- a/neovim/neovim.SlackBuild +++ b/neovim/neovim.SlackBuild @@ -2,6 +2,7 @@ # SlackBuild script for neovim +# Copyright 2021-2022 Ruben Schuller <sb@rbn.im> # Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=neovim -VERSION=${VERSION:-0.5.1} +VERSION=${VERSION:-0.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +80,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/patch/0001-fix-provider-compare-versions-as-number-not-string-1.patch mkdir -p build cd build cmake \ |