mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/nodejs: Updated for version 4.4.4.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
98c1d17242
commit
58a02761d0
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-4.4.3}
|
||||
VERSION=${VERSION:-4.4.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="4.4.3"
|
||||
VERSION="4.4.4"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://github.com/nodejs/node/archive/v4.4.3.tar.gz"
|
||||
MD5SUM="6680a473fe2dfcbc3fdfa21e2fb0fcaf"
|
||||
DOWNLOAD="https://github.com/nodejs/node/archive/v4.4.4.tar.gz"
|
||||
MD5SUM="3dfc4ec690541668f31138694842a626"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue