nodejs: Update to version 16.11.1

This commit is contained in:
Jakub Čábera 2021-10-12 08:46:16 -07:00
parent 4e5c2ffd70
commit 75a0d816e2
4 changed files with 20 additions and 23 deletions

View File

@ -16,11 +16,11 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/magefile/mage/releases/download/v$version/mage_$version_Windows-64bit.zip",
"url": "https://github.com/magefile/mage/releases/download/v$version/mage_$version_Windows-64bit.zip"
}
},
"hash": {
"url": "$baseurl/mage_$version_checksums.txt"
}
}
}
}
}

View File

@ -1,18 +1,18 @@
{
"version": "16.11.0",
"version": "16.11.1",
"description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.",
"homepage": "https://nodejs.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v16.11.0/node-v16.11.0-win-x64.7z",
"hash": "ef2c8049e2a6e34b72fa7f2b2618e5e5f91c1a5f4c816ee54cf462dc31b9b584",
"extract_dir": "node-v16.11.0-win-x64"
"url": "https://nodejs.org/dist/v16.11.1/node-v16.11.1-win-x64.7z",
"hash": "a5d2683c8a478ed7bf9d6f77449ef03d984345efe75b00130f6f793ed621b6ed",
"extract_dir": "node-v16.11.1-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v16.11.0/node-v16.11.0-win-x86.7z",
"hash": "b6869590c9709a739d01ac08543ee901598357a75d51674872190d463dc44ba9",
"extract_dir": "node-v16.11.0-win-x86"
"url": "https://nodejs.org/dist/v16.11.1/node-v16.11.1-win-x86.7z",
"hash": "388f54bb3a278002735273b4e023462502ce1dcf907736942f9f0bc9a665933d",
"extract_dir": "node-v16.11.1-win-x86"
}
},
"persist": [

View File

@ -1,7 +1,7 @@
{
"version": "1.8",
"homepage": "https://tlcfem.github.io/suanPan/",
"description": "Finite element analysis framework",
"homepage": "https://tlcfem.github.io/suanPan/",
"license": "GPL-3.0-only",
"notes": "Run '$dir\\AddAssociation.bat' with admin privilege to configure file association and Sublime Text syntax support.",
"architecture": {
@ -22,7 +22,7 @@
}
},
"hash": {
"url": "$baseurl/suanPan-win-mkl-vtk.sha256"
"url": "$urlNoExt.sha256"
}
}
}

View File

@ -6,11 +6,11 @@
"architecture": {
"64bit": {
"url": "https://download.elifulkerson.com/files/tcping/0.39/x64/tcping64.exe#/tcping.exe",
"hash": "AF3C12DA527E88C9DB3774F5F12BAECC2D211C801AE4421C7B16E80F6440ED35"
"hash": "sha512:1e80cef7f5db6007ff83a2b7d5425fe74ed505b5af8612271b2353370151afa101be7e5a90333e7c029d20ae0be0c3557b6b7b5e440a8f5c4ee6118f242febd7"
},
"32bit": {
"url": "https://download.elifulkerson.com/files/tcping/0.39/tcping.exe#/tcping.exe",
"hash": "9F04C46E0CDAA5BCE32D98065E1E510A5F174E51B399D6408F2446444CCCD5FF"
"hash": "sha512:57c328f4d91ac5422d715613b9be4fbe8ed400072ba51fd406136a31ccc4d3165933936879b9a4ba3619e85f8ca593b6de629a8a7ae3d0290732eef057b76547"
}
},
"bin": "tcping.exe",
@ -21,17 +21,14 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.elifulkerson.com/files/tcping/$version/x64/tcping64.exe#/tcping.exe",
"hash": {
"url": "$baseurl/$basename.sha256"
}
"url": "https://download.elifulkerson.com/files/tcping/$version/x64/tcping64.exe#/tcping.exe"
},
"32bit": {
"url": "https://download.elifulkerson.com/files/tcping/$version/tcping.exe#/tcping.exe",
"url": "https://download.elifulkerson.com/files/tcping/$version/tcping.exe#/tcping.exe"
}
},
"hash": {
"url": "$baseurl/$basename.sha256"
}
}
"url": "$baseurl/$basename.sha512"
}
}
}