Moved branch tags to new attribute

This commit is contained in:
Steffen Lange 2020-04-01 17:28:09 +02:00
parent 3d037ec2b3
commit ffc5ce2b33
12 changed files with 21 additions and 9 deletions

View file

@ -2,7 +2,8 @@
class LibreOfficeStill extends PatchBase {
function __construct() {
parent::__construct('The Document Foundation', 'LibreOffice - Still Branch', 'https://www.libreoffice.org/download/download/');
parent::__construct('The Document Foundation', 'LibreOffice', 'https://www.libreoffice.org/download/download/');
$this->patch->setBranch('Still');
}
function check() : bool {
if ($this->fetch('https://www.libreoffice.org/download/release-notes/'))