ESPurna: remove version prefix

This commit is contained in:
Steffen Lange 2025-06-21 17:18:13 +02:00
parent f19b4ed9e1
commit 0f63efdec4

View file

@ -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;
}
}