nodejs: Update to version 14.14.0

This commit is contained in:
Jakub Čábera 2020-10-16 08:08:31 +02:00
parent 603dcbb94a
commit fe058ab8c5

View File

@ -1,18 +1,18 @@
{ {
"homepage": "https://nodejs.org", "version": "14.14.0",
"description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.", "description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.",
"version": "14.13.1", "homepage": "https://nodejs.org",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nodejs.org/dist/v14.13.1/node-v14.13.1-win-x64.7z", "url": "https://nodejs.org/dist/v14.14.0/node-v14.14.0-win-x64.7z",
"hash": "3924cbefe865711bf7f3054141329999ff1cde822a9bcc91ef0031ea62c4d20c", "hash": "af5baa624cb222acf4209d21cfa39c725818e9571ed13df37ba6bf27ba1dd6ca",
"extract_dir": "node-v14.13.1-win-x64" "extract_dir": "node-v14.14.0-win-x64"
}, },
"32bit": { "32bit": {
"url": "https://nodejs.org/dist/v14.13.1/node-v14.13.1-win-x86.7z", "url": "https://nodejs.org/dist/v14.14.0/node-v14.14.0-win-x86.7z",
"hash": "9f22d28c22b589eae83cb12d260b315057cc9c2af390491fd8d544f5b830f9d0", "hash": "bb3e81bcd7224a162d0d3cce02541352ceb142f71f23ab4d8c34ff2738de9f69",
"extract_dir": "node-v14.13.1-win-x86" "extract_dir": "node-v14.14.0-win-x86"
} }
}, },
"persist": [ "persist": [
@ -29,7 +29,7 @@
], ],
"checkver": { "checkver": {
"url": "https://nodejs.org/dist/latest/", "url": "https://nodejs.org/dist/latest/",
"re": "node-v([\\d.]+)-x86.msi" "regex": "node-v([\\d.]+)-x86\\.msi"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {