nodejs-lts: Update to version 14.15.4

This commit is contained in:
Jakub Čábera 2021-01-05 05:35:05 +01:00
parent 8e83abb182
commit b9cc06e62d

View File

@ -1,18 +1,18 @@
{
"homepage": "https://nodejs.org",
"version": "14.15.4",
"description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. (Long Term Support)",
"version": "14.15.3",
"homepage": "https://nodejs.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v14.15.3/node-v14.15.3-win-x64.7z",
"hash": "725a79677900301a5efd04b0e034c7c858fccf381fdd03d822305bdc6273f723",
"extract_dir": "node-v14.15.3-win-x64"
"url": "https://nodejs.org/dist/v14.15.4/node-v14.15.4-win-x64.7z",
"hash": "1da86f92f158e53ee79469daf5e6a3e3f2e6e7c233bbf4b91ab12e1ca9503444",
"extract_dir": "node-v14.15.4-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v14.15.3/node-v14.15.3-win-x86.7z",
"hash": "e55c627149370874aa78748ea7ddb356f9eeeef21aea5b9172c1996a2fcd43a2",
"extract_dir": "node-v14.15.3-win-x86"
"url": "https://nodejs.org/dist/v14.15.4/node-v14.15.4-win-x86.7z",
"hash": "e631956bbf65cb046c7d38d0f0a4633755e86df1ff5f37c3610d55f706c1f0c0",
"extract_dir": "node-v14.15.4-win-x86"
}
},
"persist": [
@ -29,7 +29,7 @@
],
"checkver": {
"url": "https://nodejs.org/en/download/",
"re": "LTS Version: <strong>([\\d.]+)</strong>"
"regex": "LTS Version: <strong>([\\d.]+)</strong>"
},
"autoupdate": {
"architecture": {