mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/nodejs: Updated for version 6.8.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
e1796005fd
commit
634e433c1e
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-4.6.0}
|
||||
VERSION=${VERSION:-6.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="4.6.0"
|
||||
VERSION="6.8.1"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://nodejs.org/dist/v4.6.0/node-v4.6.0.tar.xz"
|
||||
MD5SUM="40f3613f679d252674e000013e75ed8a"
|
||||
DOWNLOAD="https://nodejs.org/dist/v6.8.1/node-v6.8.1.tar.xz"
|
||||
MD5SUM="93a71dd9f6d55c559836baffab56b63e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue