Add JaspersoftStudio
This commit is contained in:
parent
4a1488347e
commit
b47ac273f3
1 changed files with 15 additions and 0 deletions
15
modules/JaspersoftStudio.php
Normal file
15
modules/JaspersoftStudio.php
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class JaspersoftStudio extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Cloud Software Group', 'Jaspersoft Studio', 'https://community.jaspersoft.com/project/jaspersoft-studio');
|
||||||
|
$this->patch->setBranch('Community Edition');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('https://community.jaspersoft.com/download-jaspersoft/community-edition/'))
|
||||||
|
return $this->parse('/Jaspersoft Studio ([\d\.]+) \| Windows/');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue