Skip to content

Commit

Permalink
GitHub checkver case-insensitive version check
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon93s committed Nov 11, 2018
1 parent 01bec11 commit 2e2633e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/checkver.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2e2633e

Please sign in to comment.