mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/neovim: Updated for version 0.1.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
623f494ff0
commit
9b9db22346
2 changed files with 6 additions and 6 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=neovim
|
||||
VERSION=${VERSION:-20150721}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="neovim"
|
||||
VERSION="20150721"
|
||||
VERSION="0.1.0"
|
||||
HOMEPAGE="http://neovim.org/"
|
||||
DOWNLOAD="http://jaxartes.net/files/neovim-20150721.tar.bz2"
|
||||
MD5SUM="739617730a90559819003f2d50557533"
|
||||
DOWNLOAD="https://github.com/neovim/neovim/archive/v0.1.0.tar.gz"
|
||||
MD5SUM="a41f0c682619e9a31809542e16197375"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libuv msgpack-c luajit lua-lpeg lua-MessagePack libtermkey libvterm"
|
||||
|
|
Loading…
Reference in a new issue