development/neovim-qt: Updated for version 0.2.16.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-06-22 20:44:43 -07:00 committed by Willy Sudiarto Raharjo
parent 6bd6e9d94f
commit 36764de803
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# SlackBuild script for neovim-qt
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=neovim-qt
VERSION=${VERSION:-0.2.15}
VERSION=${VERSION:-0.2.16.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="neovim-qt"
VERSION="0.2.15"
VERSION="0.2.16.1"
HOMEPAGE="https://github.com/equalsraf/neovim-qt"
DOWNLOAD="https://github.com/equalsraf/neovim-qt/archive/v0.2.15/neovim-qt-0.2.15.tar.gz"
MD5SUM="18de373ae92141f16fdb636e86356060"
DOWNLOAD="https://github.com/equalsraf/neovim-qt/archive/v0.2.16.1/neovim-qt-0.2.16.1.tar.gz"
MD5SUM="92db4d57a11b51d47d31ef2ae6c75ff9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="neovim qt5"