AdoptOpenJDK long due maintenance

This commit is contained in:
Mathias Hermansson 2019-10-31 07:04:52 +01:00
parent dc5333ae61
commit 80d880f0cd
11 changed files with 267 additions and 26 deletions

View File

@ -5,8 +5,8 @@
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk10-releases/releases/download/jdk-10.0.2%2B13/OpenJDK10_x64_Win_jdk-10.0.2%2B13.zip",
"hash": "f9628b80933bf929ef14f858c5ed680ceefad997b6384ddd2cbea0d8e2fa6203"
"url": "https://github.com/AdoptOpenJDK/openjdk10-binaries/releases/download/jdk-10.0.2%2B13.1/OpenJDK10U-jdk_x64_windows_hotspot_10.0.2_13.zip",
"hash": "108733ecde8422d6ca2bdc1c9368268605ea9e2d75679ac181333fa25b74d3f7"
}
},
"extract_dir": "jdk-10.0.2+13",

View File

@ -0,0 +1,47 @@
{
"description": "AdoptOpenJDK 13 JRE with Oracle HotSpot JVM (Nightly builds)",
"homepage": "https://adoptopenjdk.net",
"version": "201910302310",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk13u-2019-10-30-23-10/OpenJDK13U-jre_x64_windows_hotspot_2019-10-30-23-10.zip",
"hash": "a8e757b974af3a9ef7fca9a485969266038cf283a306dd356b4afbef8d0d64cc"
},
"32bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk13u-2019-10-30-23-10/OpenJDK13U-jre_x86-32_windows_hotspot_2019-10-30-23-10.zip",
"hash": "3ed3979294bf57ffaa3e7fd65dd7adb957e3b3185922ef7dec65198d87594355"
}
},
"extract_to": "tmp",
"installer": {
"script": [
"(Get-ChildItem -Directory \"$dir\\tmp\").FullName | % { Move-Item \"$_\\*\" \"$dir\" }",
"Remove-Item -Recurse \"$dir\\tmp\""
]
},
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v2/info/nightly/openjdk13?openjdk_impl=hotspot&os=windows&arch=x64&release=latest&type=jre",
"jp": "$.binaries[0].binary_link",
"re": "https://github.com/(?<url>.*?jdk(?<major>[\\d]+)u-(?<date>(?<year>[\\d]{4})-(?<month>[\\d]{2})-(?<day>[\\d]{2})-(?<hour>[\\d]{2})-(?<minute>[\\d]{2})))",
"replace": "${year}${month}${day}${hour}${minute}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jre_x64_windows_hotspot_$matchDate.zip"
},
"32bit": {
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jre_x86-32_windows_hotspot_$matchDate.zip"
}
},
"hash": {
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
}
}
}

View File

@ -0,0 +1,42 @@
{
"description": "AdoptOpenJDK 13 JRE with Oracle HotSpot JVM",
"homepage": "https://adoptopenjdk.net",
"version": "13.0.1-9",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9/OpenJDK13U-jre_x64_windows_hotspot_13.0.1_9.zip",
"hash": "fd3fc1085f29bab990b31bd96c38cfca439de317e97340351e88f7c77a7e070b"
},
"32bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9/OpenJDK13U-jre_x86-32_windows_hotspot_13.0.1_9.zip",
"hash": "7b45a7d67b4d71133091f3713a016ec93686fec3b0174cbaf7a2c71906905e36"
}
},
"extract_dir": "jdk-13.0.1+9-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk13?openjdk_impl=hotspot&os=windows&arch=x64&release=latest&type=jre",
"jp": "$.binaries[0].binary_link",
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)))/",
"replace": "${major}-${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/$matchUrl/OpenJDK$matchJdkU-jre_x64_windows_hotspot_$matchMajor_$matchBuild.zip"
},
"32bit": {
"url": "https://github.com/$matchUrl/OpenJDK$matchJdkU-jre_x86-32_windows_hotspot_$matchMajor_$matchBuild.zip"
}
},
"hash": {
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild-jre"
}
}

View File

@ -0,0 +1,42 @@
{
"description": "AdoptOpenJDK 13 with Oracle HotSpot JVM",
"homepage": "https://adoptopenjdk.net",
"version": "13.0.1-9",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9/OpenJDK13U-jdk_x64_windows_hotspot_13.0.1_9.zip",
"hash": "69132fdf7a7316244af59ed26b89d159584e62b0021165e2742115c767522b29"
},
"32bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9/OpenJDK13U-jdk_x86-32_windows_hotspot_13.0.1_9.zip",
"hash": "c1f64b17b54870122c63c6f5944ec54b6407f031fb9a74e0e3d59e695d252cd8"
}
},
"extract_dir": "jdk-13.0.1+9",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk13?openjdk_impl=hotspot&os=windows&arch=x64&release=latest&type=jdk",
"jp": "$.binaries[0].binary_link",
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)))/",
"replace": "${major}-${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/$matchUrl/OpenJDK$matchJdkU-jdk_x64_windows_hotspot_$matchMajor_$matchBuild.zip"
},
"32bit": {
"url": "https://github.com/$matchUrl/OpenJDK$matchJdkU-jdk_x86-32_windows_hotspot_$matchMajor_$matchBuild.zip"
}
},
"hash": {
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild"
}
}

View File

@ -0,0 +1,40 @@
{
"description": "AdoptOpenJDK 13 JRE with Eclipse OpenJ9 JVM (Nightly builds)",
"homepage": "https://adoptopenjdk.net",
"version": "201910302310",
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk13u-2019-10-30-23-10/OpenJDK13U-jre_x64_windows_openj9_2019-10-30-23-10.zip",
"hash": "f9e6d4459b0863204619233030bd9b4ff81f1a6f1e81d3bc194301afcacc4be2"
}
},
"extract_to": "tmp",
"installer": {
"script": [
"(Get-ChildItem -Directory \"$dir\\tmp\").FullName | % { Move-Item \"$_\\*\" \"$dir\" }",
"Remove-Item -Recurse \"$dir\\tmp\""
]
},
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v2/info/nightly/openjdk13?openjdk_impl=openj9&os=windows&arch=x64&release=latest&type=jre",
"jp": "$.binaries[0].binary_link",
"re": "https://github.com/(?<url>.*?(?<year>[\\d]{4})-(?<month>[\\d]{2})-(?<day>[\\d]{2})-(?<hour>[\\d]{2})-(?<minute>[\\d]{2}).*?).zip",
"replace": "${year}${month}${day}${hour}${minute}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/$matchUrl.zip"
}
},
"hash": {
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
}
}
}

View File

@ -0,0 +1,35 @@
{
"description": "AdoptOpenJDK 13 JRE with Eclipse OpenJ9 JVM",
"homepage": "https://adoptopenjdk.net",
"version": "13.0.1-9-0.17.0",
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9_openj9-0.17.0/OpenJDK13U-jre_x64_windows_openj9_13.0.1_9_openj9-0.17.0.zip",
"hash": "5a0de9b809f1890912b6c7f9bd5ae17699a771782d69a270493b8e42d709ef05"
}
},
"extract_dir": "jdk-13.0.1+9-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk13?openjdk_impl=openj9&os=windows&arch=x64&release=latest&type=jre",
"jp": "$.binaries[0].binary_link",
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
"replace": "${major}-${build}${jvmver}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/$matchUrl.zip"
}
},
"hash": {
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild-jre"
}
}

View File

@ -0,0 +1,35 @@
{
"description": "AdoptOpenJDK 13 with Eclipse OpenJ9 JVM",
"homepage": "https://adoptopenjdk.net",
"version": "13.0.1-9-0.17.0",
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9_openj9-0.17.0/OpenJDK13U-jdk_x64_windows_openj9_13.0.1_9_openj9-0.17.0.zip",
"hash": "6f5ff90fbf877144a17325d0fc506fbb164df69a16a90d79e6bd0dc47e29c2c8"
}
},
"extract_dir": "jdk-13.0.1+9",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk13?openjdk_impl=openj9&os=windows&arch=x64&release=latest&type=jdk",
"jp": "$.binaries[0].binary_link",
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
"replace": "${major}-${build}${jvmver}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/$matchUrl.zip"
}
},
"hash": {
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild"
}
}

View File

@ -1,25 +1,25 @@
{
"description": "AdoptOpenJDK JRE with Oracle HotSpot JVM",
"homepage": "https://adoptopenjdk.net",
"version": "12.0.2-10",
"version": "13.0.1-9",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk12-binaries/releases/download/jdk-12.0.2%2B10/OpenJDK12U-jre_x64_windows_hotspot_12.0.2_10.zip",
"hash": "c03fdbced77d74557d2ede7a120b09e2573dde7527a4c019458b6f20920aa632"
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9/OpenJDK13U-jre_x64_windows_hotspot_13.0.1_9.zip",
"hash": "fd3fc1085f29bab990b31bd96c38cfca439de317e97340351e88f7c77a7e070b"
},
"32bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk12-binaries/releases/download/jdk-12.0.2%2B10/OpenJDK12U-jre_x86-32_windows_hotspot_12.0.2_10.zip",
"hash": "005571cbc64eebffbcb830576d2073917b3f372a5aae7a536db7f9a349b45753"
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9/OpenJDK13U-jre_x86-32_windows_hotspot_13.0.1_9.zip",
"hash": "7b45a7d67b4d71133091f3713a016ec93686fec3b0174cbaf7a2c71906905e36"
}
},
"extract_dir": "jdk-12.0.2+10-jre",
"extract_dir": "jdk-13.0.1+9-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk12?openjdk_impl=hotspot&os=windows&arch=x64&release=latest&type=jre",
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk13?openjdk_impl=hotspot&os=windows&arch=x64&release=latest&type=jre",
"jp": "$.binaries[0].binary_link",
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)))/",
"replace": "${major}-${build}"

View File

@ -1,25 +1,25 @@
{
"description": "AdoptOpenJDK with Oracle HotSpot JVM",
"homepage": "https://adoptopenjdk.net",
"version": "12.0.2-10",
"version": "13.0.1-9",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk12-binaries/releases/download/jdk-12.0.2%2B10/OpenJDK12U-jdk_x64_windows_hotspot_12.0.2_10.zip",
"hash": "e18f523cb71d7928cdb5fe8e567ab5f7336b3674f920e9e0d4052ba9639964a6"
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9/OpenJDK13U-jdk_x64_windows_hotspot_13.0.1_9.zip",
"hash": "69132fdf7a7316244af59ed26b89d159584e62b0021165e2742115c767522b29"
},
"32bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk12-binaries/releases/download/jdk-12.0.2%2B10/OpenJDK12U-jdk_x86-32_windows_hotspot_12.0.2_10.zip",
"hash": "2b175ef177e2e6741517e85cabe346ffbd0e2b65608c0a2db4565068ae87aba5"
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9/OpenJDK13U-jdk_x86-32_windows_hotspot_13.0.1_9.zip",
"hash": "c1f64b17b54870122c63c6f5944ec54b6407f031fb9a74e0e3d59e695d252cd8"
}
},
"extract_dir": "jdk-12.0.2+10",
"extract_dir": "jdk-13.0.1+9",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk12?openjdk_impl=hotspot&os=windows&arch=x64&release=latest&type=jdk",
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk13?openjdk_impl=hotspot&os=windows&arch=x64&release=latest&type=jdk",
"jp": "$.binaries[0].binary_link",
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)))/",
"replace": "${major}-${build}"

View File

@ -1,21 +1,21 @@
{
"description": "AdoptOpenJDK JRE with Eclipse OpenJ9 JVM",
"homepage": "https://adoptopenjdk.net",
"version": "12.0.2-10-0.15.1",
"version": "13.0.1-9-0.17.0",
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk12-binaries/releases/download/jdk-12.0.2%2B10_openj9-0.15.1/OpenJDK12U-jre_x64_windows_openj9_12.0.2_10_openj9-0.15.1.zip",
"hash": "4dcdd9ca9939fcb5e0626efe86d0a8f1953243bc34e6fd3f881f001944c0bce2"
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9_openj9-0.17.0/OpenJDK13U-jre_x64_windows_openj9_13.0.1_9_openj9-0.17.0.zip",
"hash": "5a0de9b809f1890912b6c7f9bd5ae17699a771782d69a270493b8e42d709ef05"
}
},
"extract_dir": "jdk-12.0.2+10-jre",
"extract_dir": "jdk-13.0.1+9-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk12?openjdk_impl=openj9&os=windows&arch=x64&release=latest&type=jre",
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk13?openjdk_impl=openj9&os=windows&arch=x64&release=latest&type=jre",
"jp": "$.binaries[0].binary_link",
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
"replace": "${major}-${build}${jvmver}"

View File

@ -1,21 +1,21 @@
{
"description": "AdoptOpenJDK with Eclipse OpenJ9 JVM",
"homepage": "https://adoptopenjdk.net",
"version": "12.0.2-10-0.15.1",
"version": "13.0.1-9-0.17.0",
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk12-binaries/releases/download/jdk-12.0.2%2B10_openj9-0.15.1/OpenJDK12U-jdk_x64_windows_openj9_12.0.2_10_openj9-0.15.1.zip",
"hash": "e90ef6d3de1b22811bac1fa6cf682866a2a78b52eeeb19ea363a86f2f93b259c"
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.1%2B9_openj9-0.17.0/OpenJDK13U-jdk_x64_windows_openj9_13.0.1_9_openj9-0.17.0.zip",
"hash": "6f5ff90fbf877144a17325d0fc506fbb164df69a16a90d79e6bd0dc47e29c2c8"
}
},
"extract_dir": "jdk-12.0.2+10",
"extract_dir": "jdk-13.0.1+9",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk12?openjdk_impl=openj9&os=windows&arch=x64&release=latest&type=jdk",
"url": "https://api.adoptopenjdk.net/v2/info/releases/openjdk13?openjdk_impl=openj9&os=windows&arch=x64&release=latest&type=jdk",
"jp": "$.binaries[0].binary_link",
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
"replace": "${major}-${build}${jvmver}"