nodejs-lts: Revert checkver

- It could not match before and now works again
This commit is contained in:
HUMORCE 2023-08-21 10:00:05 +00:00
parent 785daa9434
commit 846a2c8037
No known key found for this signature in database
GPG Key ID: F0B8272F23E953D3

View File

@ -28,8 +28,8 @@
"cache"
],
"checkver": {
"url": "https://nodejs.org/dist/latest-hydrogen/",
"regex": "node-v([\\d.]+)-win-x64\\.7z"
"url": "https://nodejs.org/en/download/",
"regex": "LTS Version.*: <strong>([\\d.]+)</strong>"
},
"autoupdate": {
"architecture": {