mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +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",
|
"extract_dir": "Files/7-Zip",
|
||||||
"bin": "7z.exe",
|
"bin": "7z.exe",
|
||||||
"checkver": "Download 7-zip ([^\\ ]+)",
|
"checkver": "Download 7-Zip ([\\d.]+)",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
",
|
",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://nodejs.org/en/download/",
|
"url": "https://nodejs.org/en/download/",
|
||||||
"re": "LTS version: <strong>v([\\d.]+)</strong>"
|
"re": "LTS Version: <strong>v([\\d.]+)</strong>"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
",
|
",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://nodejs.org/en/download/current/",
|
"url": "https://nodejs.org/en/download/current/",
|
||||||
"re": "Current version: <strong>v([\\d.]+)</strong>"
|
"re": "Current Version: <strong>v([\\d.]+)</strong>"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user