We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7833ee commit 2ad5474Copy full SHA for 2ad5474
1 file changed
lib/autoupdate.ps1
@@ -62,7 +62,7 @@ function find_hash_in_textfile([String] $url, [String] $basename, [String] $rege
62
if ($hashfile -match $filenameRegex) {
63
$hash = $matches[1]
64
}
65
- $metalinkRegex = "<hash[^>]+>(?<meta>[a-fA-F0-9]{64})"
+ $metalinkRegex = "<hash[^>]+>([a-fA-F0-9]{64})"
66
if ($hashfile -match $metalinkRegex) {
67
68
0 commit comments