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