mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
nodejs-lts: Update to version 18.16.1
- Update checkver
This commit is contained in:
parent
916bb17bea
commit
21a616f87a
@ -1,35 +1,35 @@
|
|||||||
{
|
{
|
||||||
"version": "18.16.0",
|
"version": "18.16.1",
|
||||||
"description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. (Long Term Support)",
|
"description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. (Long Term Support)",
|
||||||
"homepage": "https://nodejs.org",
|
"homepage": "https://nodejs.org",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://nodejs.org/dist/v18.16.0/node-v18.16.0-win-x64.7z",
|
"url": "https://nodejs.org/dist/v18.16.1/node-v18.16.1-win-x64.7z",
|
||||||
"hash": "007848640ba414f32d968d303e75d9841ecd2cd95d6fdd81f80bc3dcbd74ae44",
|
"hash": "9c4415ae27452f47a547ad162ca4ab21dc6c5f2edd6656307e8150d1e3d19f08",
|
||||||
"extract_dir": "node-v18.16.0-win-x64"
|
"extract_dir": "node-v18.16.1-win-x64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://nodejs.org/dist/v18.16.0/node-v18.16.0-win-x86.7z",
|
"url": "https://nodejs.org/dist/v18.16.1/node-v18.16.1-win-x86.7z",
|
||||||
"hash": "681be28e0acd057b4798f357d21eec5f49e21bc803bbbefeb1072bb4f166025a",
|
"hash": "466025104f9c321ed7c83fdaafccbc9b3e24cea5bb9fdc9f4a07cc5cd2096019",
|
||||||
"extract_dir": "node-v18.16.0-win-x86"
|
"extract_dir": "node-v18.16.1-win-x86"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"persist": [
|
"post_install": [
|
||||||
"bin",
|
"# Set npm prefix to install modules inside bin and npm cache so they persist",
|
||||||
"cache"
|
"Set-Content -Value \"prefix=$persist_dir\\bin`ncache=$persist_dir\\cache\" -Path \"$dir\\node_modules\\npm\\npmrc\""
|
||||||
],
|
],
|
||||||
"env_add_path": [
|
"env_add_path": [
|
||||||
"bin",
|
"bin",
|
||||||
"."
|
"."
|
||||||
],
|
],
|
||||||
"post_install": [
|
"persist": [
|
||||||
"# Set npm prefix to install modules inside bin and npm cache so they persist",
|
"bin",
|
||||||
"Set-Content -Value \"prefix=$persist_dir\\bin`ncache=$persist_dir\\cache\" -Path \"$dir\\node_modules\\npm\\npmrc\""
|
"cache"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://nodejs.org/en/download/",
|
"url": "https://nodejs.org/dist/latest-hydrogen/",
|
||||||
"regex": "LTS Version.*: <strong>([\\d.]+)</strong>"
|
"regex": "node-v([\\d.]+)-win-x64\\.7z"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user