mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/nodejs: Updated for version 6.9.2.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
4a5105bc5e
commit
9502212588
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-6.9.1}
|
||||
VERSION=${VERSION:-6.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="6.9.1"
|
||||
VERSION="6.9.2"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://nodejs.org/dist/v6.9.1/node-v6.9.1.tar.xz"
|
||||
MD5SUM="19f6d668194f37037ecfd585bea9a61f"
|
||||
DOWNLOAD="https://nodejs.org/dist/v6.9.2/node-v6.9.2.tar.xz"
|
||||
MD5SUM="b7620290e42456d65e985e6f1ede8776"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue