mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-25 06:45:56 +00:00
GitHub checkver case-insensitive version check
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user