Wireshark: update regex
This commit is contained in:
parent
c0dcd0bbaa
commit
f31a831755
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue