mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/node: Updated for version 0.10.35.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
5008cc6a93
commit
5a3c707701
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for node
|
||||
|
||||
# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=node
|
||||
VERSION=${VERSION:-0.10.33}
|
||||
VERSION=${VERSION:-0.10.35}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="node"
|
||||
VERSION="0.10.33"
|
||||
VERSION="0.10.35"
|
||||
HOMEPAGE="http://nodejs.org/"
|
||||
DOWNLOAD="http://nodejs.org/dist/v0.10.33/node-v0.10.33.tar.gz"
|
||||
MD5SUM="626ca8a4f8fec4df49c78ed53d46f1f7"
|
||||
DOWNLOAD="http://nodejs.org/dist/v0.10.35/node-v0.10.35.tar.gz"
|
||||
MD5SUM="2c00d8cf243753996eecdc4f6e2a2d11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue