GitHub checkver case-insensitive version check

This commit is contained in:
Brandon Smith
2018-11-11 14:40:08 -05:00
parent 01bec11077
commit 2e2633e964
+1 -1
View File
@@ -101,7 +101,7 @@ $Queue | ForEach-Object {
}
Register-ObjectEvent $wc downloadstringcompleted -ErrorAction Stop | Out-Null
$githubRegex = '\/releases\/tag\/(?:v)?([\d.]+)'
$githubRegex = '\/releases\/tag\/(?:v|V)?([\d.]+)'
$url = $json.homepage
if ($json.checkver.url) {