From: Anthony Fok Date: Sat, 12 Sep 2020 06:01:16 +0000 (-0600) Subject: snap: Bump bundled Node.js from v8.12.0 to v12.18.3 X-Git-Tag: v0.75.0~14 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=748fd4cb0d083de7c173d4b04b874358750fc900;p=brevno-suite%2Fhugo snap: Bump bundled Node.js from v8.12.0 to v12.18.3 Fixes #7278 --- diff --git a/snap/plugins/x_nodejs.py b/snap/plugins/x_nodejs.py index 848cac59..72d9db9e 100644 --- a/snap/plugins/x_nodejs.py +++ b/snap/plugins/x_nodejs.py @@ -63,7 +63,7 @@ from snapcraft.internal import errors logger = logging.getLogger(__name__) _NODEJS_BASE = "node-v{version}-linux-{arch}" -_NODEJS_VERSION = "8.12.0" +_NODEJS_VERSION = "12.18.3" _NODEJS_TMPL = "https://nodejs.org/dist/v{version}/{base}.tar.gz" _NODEJS_ARCHES = {"i386": "x86", "amd64": "x64", "armhf": "armv7l", "arm64": "arm64", "ppc64el": "ppc64le", "s390x": "s390x"} _YARN_URL = "https://yarnpkg.com/latest.tar.gz"