diff --git a/7zip.json b/7zip.json
index 2a38da37d4..ff62486f17 100644
--- a/7zip.json
+++ b/7zip.json
@@ -14,7 +14,7 @@
},
"extract_dir": "Files/7-Zip",
"bin": "7z.exe",
- "checkver": "Download 7-zip ([^\\ ]+)",
+ "checkver": "Download 7-Zip ([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
diff --git a/nodejs-lts.json b/nodejs-lts.json
index d3ca1a4dff..5300789183 100644
--- a/nodejs-lts.json
+++ b/nodejs-lts.json
@@ -28,7 +28,7 @@
",
"checkver": {
"url": "https://nodejs.org/en/download/",
- "re": "LTS version: v([\\d.]+)"
+ "re": "LTS Version: v([\\d.]+)"
},
"autoupdate": {
"architecture": {
diff --git a/nodejs.json b/nodejs.json
index 0a97dae471..476035a442 100644
--- a/nodejs.json
+++ b/nodejs.json
@@ -28,7 +28,7 @@
",
"checkver": {
"url": "https://nodejs.org/en/download/current/",
- "re": "Current version: v([\\d.]+)"
+ "re": "Current Version: v([\\d.]+)"
},
"autoupdate": {
"architecture": {