mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/neovim: Updated for version 0.2.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
07683bb928
commit
3ee8dadf29
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=neovim
|
||||
VERSION=${VERSION:-0.1.7}
|
||||
VERSION=${VERSION:-0.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="neovim"
|
||||
VERSION="0.1.7"
|
||||
VERSION="0.2.0"
|
||||
HOMEPAGE="http://neovim.org/"
|
||||
DOWNLOAD="https://github.com/neovim/neovim/archive/v0.1.7/neovim-0.1.7.tar.gz"
|
||||
MD5SUM="f3acb6181f6888b620d11d1822fad982"
|
||||
DOWNLOAD="https://github.com/neovim/neovim/archive/v0.2.0/neovim-0.2.0.tar.gz"
|
||||
MD5SUM="9af7f61f9f0b1a2891147a479d185aa2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libuv msgpack-c luajit lua-lpeg lua-mpack libtermkey libvterm"
|
||||
|
|
Loading…
Reference in a new issue