Moved branch tags to new attribute
This commit is contained in:
parent
3d037ec2b3
commit
ffc5ce2b33
12 changed files with 21 additions and 9 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
class AdoptOpenJDK8 extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('AdoptOpenJDK', 'OpenJDK JRE 8', 'https://adoptopenjdk.net/');
|
||||
parent::__construct('AdoptOpenJDK', 'OpenJDK', 'https://adoptopenjdk.net/');
|
||||
$this->patch->setBranch('JRE 8');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://api.adoptopenjdk.net/v2/info/releases/openjdk8?release=latest&openjdk_impl=hotspot&type=jre&os=windows&arch=x64', true))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue