mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
nodejs and 7zip regex fixes
This commit is contained in:
parent
cd76ee204e
commit
acd1ff8de0
@ -14,7 +14,7 @@
|
||||
},
|
||||
"extract_dir": "Files/7-Zip",
|
||||
"bin": "7z.exe",
|
||||
"checkver": "Download 7-zip ([^\\ ]+)",
|
||||
"checkver": "Download 7-Zip ([\\d.]+)",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
",
|
||||
"checkver": {
|
||||
"url": "https://nodejs.org/en/download/",
|
||||
"re": "LTS version: <strong>v([\\d.]+)</strong>"
|
||||
"re": "LTS Version: <strong>v([\\d.]+)</strong>"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
",
|
||||
"checkver": {
|
||||
"url": "https://nodejs.org/en/download/current/",
|
||||
"re": "Current version: <strong>v([\\d.]+)</strong>"
|
||||
"re": "Current Version: <strong>v([\\d.]+)</strong>"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user