nodejs: Update from 14.0.0 to 14.2.0

This commit is contained in:
Fredrik Fornwall 2020-05-11 13:12:39 +02:00
parent e71451b473
commit 4dea028bae

View File

@ -1,10 +1,9 @@
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_LICENSE="MIT"
TERMUX_PKG_VERSION=14.0.0
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=14.2.0
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=6e220129f1d3101695ce63af59f353bd915bafbd61fb954010c6e59cf550c764
TERMUX_PKG_SHA256=8efdcc3ae381909cc9c4bd08644481a594e08b5a6a7d05814e1c32b1279e16cf
# 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.