nodejs: Update from 6.9.5 to 6.10.0

This commit is contained in:
Fredrik Fornwall 2017-02-23 12:42:43 +01:00
parent 47b6b3120b
commit 2f00a6d990
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://nodejs.org/
TERMUX_PKG_DESCRIPTION="Platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications"
TERMUX_PKG_VERSION=6.9.5
TERMUX_PKG_VERSION=6.10.0
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f7e9ab702c5d1f5a3521199c04cc670fda3cf4b0e48548b09ac7ac874ccb504a
TERMUX_PKG_SHA256=01dae00dc0faa37a4b7a84098e2f04631827fc42e319eb66ccc3ab1d561ea42d
# Note that we do not use a shared libuv to avoid an issue with the Android
# linker, which does not use symbols of linked shared libraries when resolving
# symbols on dlopen(). See https://github.com/termux/termux-packages/issues/462.