mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/neovim-qt: Updated for version 0.2.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6bd6e9d94f
commit
36764de803
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue