mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/nodejs: Updated for version 4.3.2.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
8bf8ec0f89
commit
eefd1bc05c
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
PRGNAM=nodejs
|
PRGNAM=nodejs
|
||||||
SRCNAM=node
|
SRCNAM=node
|
||||||
VERSION=${VERSION:-4.3.1}
|
VERSION=${VERSION:-4.3.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="nodejs"
|
PRGNAM="nodejs"
|
||||||
VERSION="4.3.1"
|
VERSION="4.3.2"
|
||||||
HOMEPAGE="https://nodejs.org/"
|
HOMEPAGE="https://nodejs.org/"
|
||||||
DOWNLOAD="https://github.com/nodejs/node/archive/v4.3.1.tar.gz"
|
DOWNLOAD="https://github.com/nodejs/node/archive/v4.3.2.tar.gz"
|
||||||
MD5SUM="21630015ab95837a3953340a4560882d"
|
MD5SUM="ec1ff56b90626e3c565a0c1f77342e25"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue