AdoptOpenJDK: well-formed links

This commit is contained in:
Steffen Lange 2020-04-17 14:39:47 +02:00
parent b212e65f9c
commit 862b4eec3d
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
class AdoptOpenJDK11 extends PatchBase {
function __construct() {
parent::__construct('AdoptOpenJDK', 'OpenJDK', 'https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot');
parent::__construct('AdoptOpenJDK', 'OpenJDK', 'https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot');
$this->patch->setBranch('JRE 11');
}
function check() : bool {

View file

@ -2,7 +2,7 @@
class AdoptOpenJDK14 extends PatchBase {
function __construct() {
parent::__construct('AdoptOpenJDK', 'OpenJDK', 'https://adoptopenjdk.net/releases.html?variant=openjdk14&jvmVariant=hotspot');
parent::__construct('AdoptOpenJDK', 'OpenJDK', 'https://adoptopenjdk.net/releases.html?variant=openjdk14&jvmVariant=hotspot');
$this->patch->setBranch('JRE 14');
}
function check() : bool {

View file

@ -2,7 +2,7 @@
class AdoptOpenJDK8 extends PatchBase {
function __construct() {
parent::__construct('AdoptOpenJDK', 'OpenJDK', 'https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot');
parent::__construct('AdoptOpenJDK', 'OpenJDK', 'https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot');
$this->patch->setBranch('JRE 8');
}
function check() : bool {