mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/neovim: Updated for version 0.1.5.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
f21983ff52
commit
0ad7f911da
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.4}
|
||||
VERSION=${VERSION:-0.1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="neovim"
|
||||
VERSION="0.1.4"
|
||||
VERSION="0.1.5"
|
||||
HOMEPAGE="http://neovim.org/"
|
||||
DOWNLOAD="https://github.com/neovim/neovim/archive/v0.1.4.tar.gz"
|
||||
MD5SUM="0629174b4bee820fbc39343c746d6f9a"
|
||||
DOWNLOAD="https://github.com/neovim/neovim/archive/v0.1.5.tar.gz"
|
||||
MD5SUM="27598e4ee52b6c02af2b5353fe99b6e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libuv msgpack-c luajit lua-lpeg lua-mpack libtermkey libvterm"
|
||||
|
|
Loading…
Reference in a new issue