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