mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
(chore) nodejs-lts: Fix checkver regex
This commit is contained in:
parent
6e814b6437
commit
e75fa68595
@ -29,7 +29,7 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://nodejs.org/en/download/",
|
"url": "https://nodejs.org/en/download/",
|
||||||
"regex": "LTS Version: <strong>([\\d.]+)</strong>"
|
"regex": "LTS Version.*: <strong>([\\d.]+)</strong>"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user