nodejs: Update from 6.5.0 to 6.6.0

This commit is contained in:
Fredrik Fornwall 2016-09-17 18:28:54 -04:00
parent f2748b7e93
commit 658f8ce979

View File

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://nodejs.org/
TERMUX_PKG_DESCRIPTION="Platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications"
TERMUX_PKG_VERSION=6.5.0
TERMUX_PKG_VERSION=6.6.0
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="openssl, libuv, c-ares"
TERMUX_PKG_RM_AFTER_INSTALL="lib/node_modules/npm/html lib/node_modules/npm/make.bat share/systemtap lib/dtrace"
@ -36,5 +36,6 @@ termux_step_configure () {
--shared-openssl --shared-zlib --shared-libuv --shared-cares \
--without-snapshot \
--without-intl \
--without-inspector \
$_EXTRA_CONFIGURE_ARGS
}