development/neovim: Updated for version 0.1.4.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2016-04-29 03:06:52 -07:00 committed by Willy Sudiarto Raharjo
parent d2cd8fdeea
commit 2144827685
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=neovim
VERSION=${VERSION:-0.1.3}
VERSION=${VERSION:-0.1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="neovim"
VERSION="0.1.3"
VERSION="0.1.4"
HOMEPAGE="http://neovim.org/"
DOWNLOAD="https://github.com/neovim/neovim/archive/v0.1.3.tar.gz"
MD5SUM="3ccc08ce57d14d37d423ef6e587bc065"
DOWNLOAD="https://github.com/neovim/neovim/archive/v0.1.4.tar.gz"
MD5SUM="0629174b4bee820fbc39343c746d6f9a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libuv msgpack-c luajit lua-lpeg lua-MessagePack libtermkey libvterm"
REQUIRES="libuv msgpack-c luajit lua-lpeg lua-mpack libtermkey libvterm"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"