development/nwjs: Updated for version 0.21.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Rodrigo Gimenez 2017-03-21 01:51:45 +07:00 committed by Willy Sudiarto Raharjo
parent 3ff78ab9bc
commit 799e3a135c
2 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for nwjs # Slackware build script for nwjs
# Copyright 2017 Rodrigo Gimenez <rodrigog83[at]gmail[dot]com> # Copyright 2017 Rodrigo Gimenez <estrod[at]zoho[dot]com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=nwjs PRGNAM=nwjs
VERSION=${VERSION:-0.21.1} VERSION=${VERSION:-0.21.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -52,7 +52,7 @@ set -e
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-v$VERSION-$SUFFIX
tar xvf $CWD/$PRGNAM-v$VERSION-$SUFFIX.tar.gz tar xvf $CWD/$PRGNAM-v$VERSION-$SUFFIX.tar.gz
cd $PRGNAM-v$VERSION-$SUFFIX cd $PRGNAM-v$VERSION-$SUFFIX
chown -R root:root . chown -R root:root .

View file

@ -1,10 +1,10 @@
PRGNAM="nwjs" PRGNAM="nwjs"
VERSION="0.21.1" VERSION="0.21.3"
HOMEPAGE="https://nwjs.io/" HOMEPAGE="https://nwjs.io/"
DOWNLOAD="https://dl.nwjs.io/v0.21.1/nwjs-v0.21.1-linux-ia32.tar.gz" DOWNLOAD="https://dl.nwjs.io/v0.21.3/nwjs-v0.21.3-linux-ia32.tar.gz"
MD5SUM="2674c2270c3874daefc5c8fb4d58853b" MD5SUM="6b15cb4a81426c1a4b30d8427dca1e50"
DOWNLOAD_x86_64="https://dl.nwjs.io/v0.21.1/nwjs-v0.21.1-linux-x64.tar.gz" DOWNLOAD_x86_64="https://dl.nwjs.io/v0.21.3/nwjs-v0.21.3-linux-x64.tar.gz"
MD5SUM_x86_64="1c733125d240ae1061eb354d193b67e8" MD5SUM_x86_64="2abb444364795ceb1b393675c4ca2737"
REQUIRES="" REQUIRES=""
MAINTAINER="Rodrigo Gimenez" MAINTAINER="Rodrigo Gimenez"
EMAIL="rodrigog83[at]gmail[dot]com" EMAIL="estrod[at]zoho[dot]com"