nodejs-lts: Update from 12.16.2 to 12.16.3

This commit is contained in:
Fredrik Fornwall 2020-04-29 11:44:40 +02:00
parent f2fa77dcb3
commit 66041c915f
1 changed files with 2 additions and 3 deletions

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=12.16.2
TERMUX_PKG_REVISION=3
TERMUX_PKG_VERSION=12.16.3
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=555c47ca0a40e5526d9ab7b2e9c18f9dbd1d956cbdc013fd2223bb11a069be78
TERMUX_PKG_SHA256=f0559b0829c7f2ac10bf5b3e157e498227e95e26cdb6af814969c49f367359a3
# 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.