ESPurna: remove version prefix
This commit is contained in:
parent
f19b4ed9e1
commit
0f63efdec4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class ESPurna extends PatchBase {
|
|||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://api.github.com/repos/xoseperez/espurna/releases/latest'))
|
||||
return $this->parse_json('tag_name');
|
||||
return $this->parse_json('tag_name', '/github(.+)/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue