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