nodejs and 7zip regex fixes

This commit is contained in:
Richard Kuhnt 2017-07-26 22:12:45 +02:00
parent cd76ee204e
commit acd1ff8de0
3 changed files with 3 additions and 3 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {