nodejs: update to 14.4.0

This commit is contained in:
Leonid Pliushch 2020-06-21 19:16:50 +03:00
parent 919e4fafbd
commit cb5b95b080

View File

@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Platform built on Chrome's JavaScript runtime for easily
TERMUX_PKG_LICENSE="MIT"
# Note: package build may fail on Github Actions CI due to out-of-memory
# condition. It should be built locally instead.
TERMUX_PKG_VERSION=14.2.0
TERMUX_PKG_VERSION=14.4.0
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=8efdcc3ae381909cc9c4bd08644481a594e08b5a6a7d05814e1c32b1279e16cf
TERMUX_PKG_SHA256=1d78f6a8c435a6b3f4ff0c51579c03ef89ed3b50ccce7f34f0fa52e7460e7db9
# 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.