Wireshark: update regex

This commit is contained in:
Steffen Lange 2023-02-25 12:20:15 +01:00
parent c0dcd0bbaa
commit f31a831755

View file

@ -6,7 +6,7 @@ class Wireshark extends PatchBase {
}
function check() : bool {
if ($this->fetch('https://www.wireshark.org/download.html'))
return $this->parse('/Stable Release \(([\d\.]+)\)/');
return $this->parse('/Stable Release: ([\d\.]+)/');
return false;
}
}