mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/nodejs: Updated for version 4.4.6.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
9d8ea3ae06
commit
8a7a342bea
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-4.4.5}
|
||||
VERSION=${VERSION:-4.4.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="4.4.5"
|
||||
VERSION="4.4.6"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://github.com/nodejs/node/archive/v4.4.5.tar.gz"
|
||||
MD5SUM="8837294dc364b565d2f16645bd8073c5"
|
||||
DOWNLOAD="https://github.com/nodejs/node/archive/v4.4.6.tar.gz"
|
||||
MD5SUM="cad0670b5430838b12643e3d32a8c61d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue