mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-01 07:17:46 +08:00
AdoptOpenJDK: Deprecate manifests (#329)
* adopt*: Regex updates * adopt14-hotspot-jre: Remove checkver * adopt*: Remove old nightly manifests * adopt16*: Tidy up manifest * adoptopenjdk*: Manifest maintenance * adopt17*: Tidy manifest * Add adoptopenjdk17-hotspot * adopt*: Rename adopt[\d]+* to adoptopenjdk[\d]+* * adoptopenjdk17-hotspot-nightly: Remove manifest * adoptopenjdk*: Deprecate manifests * adoptopenjdk*: Remove autoupdate / checkver
This commit is contained in:
parent
fae8f6911e
commit
84c6dc9359
@ -1,47 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 JRE with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202105070734",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk11u-2021-05-07-07-34/OpenJDK11U-jre_x64_windows_hotspot_2021-05-07-07-34.zip",
|
||||
"hash": "57fd30809c471d3ccac943f53c03e572cacbe3dc9d55a17104894f4febf1ad3f"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk11u-2021-05-07-07-34/OpenJDK11U-jre_x86-32_windows_hotspot_2021-05-07-07-34.zip",
|
||||
"hash": "24ee28bb287fdb84e2410a1ba5ab765f39d4f8226963445a7e74ca60009a4e8d"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/11/ea?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,42 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 JRE with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jre_x64_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "5e00dd1fa87749c819ca94d8f3f352e198de44a9e2c09b0e75cc120a63edea87"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "793be6b00b3512d8d2453cdcd9620cf79155969c6dfd9f0d2fc3270c4f1c39a4"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@ -1,47 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202105070734",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk11u-2021-05-07-07-34/OpenJDK11U-jdk_x64_windows_hotspot_2021-05-07-07-34.zip",
|
||||
"hash": "af0d98ddc4719938ad7b68b65385e12c16e0f39a972cba86286ae71e6d39ce15"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk11u-2021-05-07-07-34/OpenJDK11U-jdk_x86-32_windows_hotspot_2021-05-07-07-34.zip",
|
||||
"hash": "7ce4b11d0f6d6b2fd51e215d2a5ed4683ebf845cd659ba534fc3671fd584fe01"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/11/ea?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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-jdk_x64_windows_hotspot_$matchDate.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jdk_x86-32_windows_hotspot_$matchDate.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,42 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "c54123dd4b0d6473221539e7003b8ca1c1757c5588c46465565b03bf8781f807"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "d13946579734f643236ca5a459ccb8d6131d5a2b6b591fc24a58405ce9aff8d1"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 JRE with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru11-binaries/releases/download/jdk-11.0.12%2B7_openj9-0.27.0/ibm-semeru-open-jre_x64_windows_11.0.12_7_openj9-0.27.0.zip",
|
||||
"hash": "01b475ea245c1b39ef0695578299d0605992669f7a4ba3b1bf7d3bc3d5d2e054"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 JRE with Eclipse OpenJ9 JVM with large heap",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.10-9-0.24.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.10%2B9_openj9-0.24.0/OpenJDK11U-jre_x64_windows_openj9_windowsXL_11.0.10_9_openj9-0.24.0.zip",
|
||||
"hash": "8f140eda672b1f47c25418734d211c1c02dd699cae337f45d801e40d1e38889e"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.10+9-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga?jvm_impl=openj9&heap_size=large&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 with Eclipse OpenJ9 JVM with large heap",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.10-9-0.24.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.10%2B9_openj9-0.24.0/OpenJDK11U-jdk_x64_windows_openj9_windowsXL_11.0.10_9_openj9-0.24.0.zip",
|
||||
"hash": "a9b8f68f0787ecb1554e9350b5fc42e12debb4800157d5233a9118135c119c02"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.10+9",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga?jvm_impl=openj9&heap_size=large&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru11-binaries/releases/download/jdk-11.0.12%2B7_openj9-0.27.0/ibm-semeru-open-jdk_x64_windows_11.0.12_7_openj9-0.27.0.zip",
|
||||
"hash": "c73a4cf55eee0c08b9e323676e6c818d2571f8e7cde9f3aaef5253c9b2614ae3"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
{
|
||||
"description": "Unaltered builds from the OpenJDK mercurial JDK11u code stream, built by Red Hat",
|
||||
"homepage": "https://adoptopenjdk.net/upstream.html",
|
||||
"version": "11.0.13-8",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.13+8/OpenJDK11U-jre_x64_windows_11.0.13_8.zip",
|
||||
"hash": "d98e7f6ba1de602bc41d34136a4fbb296e2e599492b1083b29204b8e47833534"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-11.0.13_8-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=openjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk$matchJdk-upstream-binaries/releases/download/jdk-$matchMajor+$matchBuild/OpenJDK$matchJdkU-jre_x64_windows_$matchMajor_$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-$matchMajor_$matchBuild-jre"
|
||||
}
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
{
|
||||
"description": "Unaltered builds from the OpenJDK mercurial JDK11u code stream, built by Red Hat",
|
||||
"homepage": "https://adoptopenjdk.net/upstream.html",
|
||||
"version": "11.0.13-8",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.13+8/OpenJDK11U-jdk_x64_windows_11.0.13_8.zip",
|
||||
"hash": "f1ba6826b3bb89730afc089b38a8f94430193de784bc0a25c327f056d69e129f"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-11.0.13_8",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=openjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk$matchJdk-upstream-binaries/releases/download/jdk-$matchMajor+$matchBuild/OpenJDK$matchJdkU-jdk_x64_windows_$matchMajor_$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-$matchMajor_$matchBuild"
|
||||
}
|
||||
}
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 JRE with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202109250121",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin16-binaries/releases/download/jdk16u-2021-09-25-01-21-beta/OpenJDK16U-jre_x64_windows_hotspot_2021-09-25-01-21.zip",
|
||||
"hash": "a877f06cfb66e150171cfd8b92a52351cfa2d6c5701567710b3e48cfca3ea1eb"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/16/ea?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 JRE with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.1-9",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jre_x64_windows_hotspot_16.0.1_9.zip",
|
||||
"hash": "169b7975e01bd6573062d29a5f2a1c7c4b659ada9de69c4a63328f2936d0f3f9"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.1+9-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/16/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchJdkU-jre_x64_windows_hotspot_$matchMajor_$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
},
|
||||
"extract_dir": "jdk-$matchMajor+$matchBuild-jre"
|
||||
}
|
||||
}
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202110211019",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin16-binaries/releases/download/jdk16u-2021-10-21-10-19-beta/OpenJDK16U-jdk_x64_windows_hotspot_2021-10-21-10-19.zip",
|
||||
"hash": "70df1115b7410acad816ee05ea0a71e7714539b498f77fc5ce77dd5997a5b248"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/16/ea?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.2-7",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_x64_windows_hotspot_16.0.2_7.zip",
|
||||
"hash": "40191ffbafd8a6f9559352d8de31e8d22a56822fb41bbcf45f34e3fd3afa5f9e"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.2+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/16/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchJdkU-jdk_x64_windows_hotspot_$matchMajor_$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
},
|
||||
"extract_dir": "jdk-$matchMajor+$matchBuild"
|
||||
}
|
||||
}
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 JRE with Eclipse OpenJ9 JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202105081245",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk16u-2021-05-08-12-45/OpenJDK16U-jre_x64_windows_openj9_2021-05-08-12-45.zip",
|
||||
"hash": "f51382eb30641b1dce6f4af9f0ab00e80e6133d04847928708b6ba67f79a2237"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/16/ea?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 JRE with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.2-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru16-binaries/releases/download/jdk-16.0.2%2B7_openj9-0.27.0/ibm-semeru-open-jre_x64_windows_16.0.2_7_openj9-0.27.0.zip",
|
||||
"hash": "4952d145b467ec1d440dd68886aaf91d27ddbaea20f92da7c92c499e05505a60"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.2+7-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/16/ga?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 with Eclipse OpenJ9 JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202105081245",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk16u-2021-05-08-12-45/OpenJDK16U-jdk_x64_windows_openj9_2021-05-08-12-45.zip",
|
||||
"hash": "33ceb1488ebd350cbc2d0c0cd530cb051ab32fb82752dc6e90ca3d1c4bf53656"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/16/ea?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.2-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru16-binaries/releases/download/jdk-16.0.2%2B7_openj9-0.27.0/ibm-semeru-open-jdk_x64_windows_16.0.2_7_openj9-0.27.0.zip",
|
||||
"hash": "84555238a9a00d3ad118bb89c3ee8dff8a4eb1da7df417d98dd43b102db56da7"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.2+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/16/ga?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 17 JRE with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202105071331",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/download/jdk-2021-05-07-13-31/OpenJDK-jre_x64_windows_hotspot_2021-05-06-23-30.zip",
|
||||
"hash": "1209b2ee4ca0bf0779cb365a060936700c3b7945d1416f9c987643febf26a07f"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/17/ea?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 17 with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202105071331",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/download/jdk-2021-05-07-13-31/OpenJDK-jdk_x64_windows_hotspot_2021-05-06-23-30.zip",
|
||||
"hash": "37e4d4f72023d9529570f863eb95c08ab45463f20b06a5573ad80c76c387e703"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/17/ea?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 17 JRE with Eclipse OpenJ9 JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202105071331",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/download/jdk-2021-05-07-13-31/OpenJDK-jre_x64_windows_openj9_2021-05-06-23-30.zip",
|
||||
"hash": "6cfc23b8029b02b65e381e62b2af91ced959d90b5249ad60e020196ade500874"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/17/ea?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 17 with Eclipse OpenJ9 JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202105071331",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/download/jdk-2021-05-07-13-31/OpenJDK-jdk_x64_windows_openj9_2021-05-06-23-30.zip",
|
||||
"hash": "78a8080fcfb765dfff2e307e5bd09dd1b5f181e64ceecdf6a30acaf36376c822"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/17/ea?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 JRE with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202011041328",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u-2020-11-04-13-28/OpenJDK8U-jre_x64_windows_hotspot_2020-11-04-13-28.zip",
|
||||
"hash": "d0d20452e8010d157bf9b8d7a2036e90cbfcba82cb63250e2d5741ec3c55f4d6"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/8/ea?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,42 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 JRE with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "8u302-b08",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u302-b08/OpenJDK8U-jre_x64_windows_hotspot_8u302b08.zip",
|
||||
"hash": "4a9943a2c2e929728e3c31a213c80d36b186b085b401a8c6313101bd7a28c046"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u302-b08/OpenJDK8U-jre_x86-32_windows_hotspot_8u302b08.zip",
|
||||
"hash": "93a9eff9ecc32c3e4c3bedf6fc2de9dda9215ec643296770b3787803754cc9c4"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk8u302-b08-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/8/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk(?<major>[\\d]+)(?<update>u[\\d]+)-(?<build>b[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}${update}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jre_x64_windows_hotspot_$matchMajor$matchUpdate$matchBuild.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jre_x86-32_windows_hotspot_$matchMajor$matchUpdate$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
},
|
||||
"extract_dir": "jdk$matchMajor$matchUpdate-$matchBuild-jre"
|
||||
}
|
||||
}
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202011041328",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u-2020-11-04-13-28/OpenJDK8U-jdk_x64_windows_hotspot_2020-11-04-13-28.zip",
|
||||
"hash": "c49243f3d7c8559e0baef825a3b61519b5bc905d93fb7accbc3950125a67071d"
|
||||
}
|
||||
},
|
||||
"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/v3/assets/feature_releases/8/ea?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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-jdk_x64_windows_hotspot_$matchDate.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,42 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "8u272-b10",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u272-b10/OpenJDK8U-jdk_x64_windows_hotspot_8u272b10.zip",
|
||||
"hash": "7b9a4cb5764d3e57af38c223883a3824c2a6bc01cde55551dba4d147413300d9"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u272-b10/OpenJDK8U-jdk_x86-32_windows_hotspot_8u272b10.zip",
|
||||
"hash": "2910766138763c6e9e2e9a16f042e91588f25ebdec15d30aca0cddb3ba09debc"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk8u272-b10",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/8/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk(?<major>[\\d]+)(?<update>u[\\d]+)-(?<build>b[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}${update}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jdk_x64_windows_hotspot_$matchMajor$matchUpdate$matchBuild.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jdk_x86-32_windows_hotspot_$matchMajor$matchUpdate$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
},
|
||||
"extract_dir": "jdk$matchMajor$matchUpdate-$matchBuild"
|
||||
}
|
||||
}
|
||||
@ -1,42 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 JRE with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "8u272-b10-0.23.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u272-b10_openj9-0.23.0/OpenJDK8U-jre_x64_windows_openj9_8u272b10_openj9-0.23.0.zip",
|
||||
"hash": "51607a032ff3c52bf31e17e5d2529a6192f5a7fd4d005cdaad74db32d2a91836"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u272-b10_openj9-0.23.0/OpenJDK8U-jre_x86-32_windows_openj9_8u272b10_openj9-0.23.0.zip",
|
||||
"hash": "02ae7d2fa6d9dd8486a8f056458869f67eade7583f3033b4aab30d6c4ca8d8ae"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk8u272-b10-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/8/ga?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?/(?<tag>jdk(?<major>[\\d]+)(?<update>u[\\d]+)-(?<build>b[\\d]+)(?<patch>[\\d.]*)(?:(?:_openj9?)(?<jvmver>-[\\d.]+))?))/",
|
||||
"replace": "${major}${update}-${build}${patch}${jvmver}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jre_x64_windows_openj9_$matchMajor$matchUpdate$matchBuild_openj9$matchJvmver.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jre_x86-32_windows_openj9_$matchMajor$matchUpdate$matchBuild_openj9$matchJvmver.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
},
|
||||
"extract_dir": "jdk$matchMajor$matchUpdate-$matchBuild-jre"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 JRE with Eclipse OpenJ9 JVM with large heap",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "8u282-b08-0.24.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u282-b08_openj9-0.24.0/OpenJDK8U-jre_x64_windows_openj9_windowsXL_8u282b08_openj9-0.24.0.zip",
|
||||
"hash": "9e5209b3cf2761c738fc43a017388a77f1573f9e11e0f0bed85c0ba8f9934b4c"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk8u282-b08-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/8/ga?jvm_impl=openj9&heap_size=large&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?/(?<tag>jdk(?<major>[\\d]+)(?<update>u[\\d]+)-(?<build>b[\\d]+)(?<patch>[\\d.]*)(?:(?:_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}${update}-${build}${patch}${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$matchUpdate-$matchBuild-jre"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 with Eclipse OpenJ9 JVM with large heap",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "8u282-b08-0.24.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u282-b08_openj9-0.24.0/OpenJDK8U-jdk_x64_windows_openj9_windowsXL_8u282b08_openj9-0.24.0.zip",
|
||||
"hash": "8dfe72f0861c476b882c863b811e34704fb2e7f3ddff00965f368401acc1ca2b"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk8u282-b08",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/8/ga?jvm_impl=openj9&heap_size=large&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?/(?<tag>jdk(?<major>[\\d]+)(?<update>u[\\d]+)-(?<build>b[\\d]+)(?<patch>[\\d.]*)(?:(?:_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}${update}-${build}${patch}${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$matchUpdate-$matchBuild"
|
||||
}
|
||||
}
|
||||
@ -1,42 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "8u272-b10-0.23.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u272-b10_openj9-0.23.0/OpenJDK8U-jdk_x64_windows_openj9_8u272b10_openj9-0.23.0.zip",
|
||||
"hash": "4a89862999bcb66327cb07ef648e271a9e09b38ceedc69f0561c44c3e54bdc28"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u272-b10_openj9-0.23.0/OpenJDK8U-jdk_x86-32_windows_openj9_8u272b10_openj9-0.23.0.zip",
|
||||
"hash": "a2f165ce51babbb3ed87e12314d140c76457e92e5d4f3057a2d7ffb3ec93dde1"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk8u272-b10",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/8/ga?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?/(?<tag>jdk(?<major>[\\d]+)(?<update>u[\\d]+)-(?<build>b[\\d]+)(?<patch>[\\d.]*)(?:(?:_openj9?)(?<jvmver>-[\\d.]+))?))/",
|
||||
"replace": "${major}${update}-${build}${patch}${jvmver}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jdk_x64_windows_openj9_$matchMajor$matchUpdate$matchBuild_openj9$matchJvmver.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jdk_x86-32_windows_openj9_$matchMajor$matchUpdate$matchBuild_openj9$matchJvmver.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
},
|
||||
"extract_dir": "jdk$matchMajor$matchUpdate-$matchBuild"
|
||||
}
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
{
|
||||
"description": "Unaltered builds from the OpenJDK mercurial JDK8u code stream, built by Red Hat",
|
||||
"homepage": "https://adoptopenjdk.net/upstream.html",
|
||||
"version": "8u312-b07",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jre_x64_windows_8u312b07.zip",
|
||||
"hash": "eee93412f28780975700d3ad444367c10261e096ddbe3da7001f9689451b511c"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-8u312-b07-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/8/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=openjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk(?<major>[\\d]+)(?<update>u[\\d]+)-(?<build>b[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}${update}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk$matchMajor-upstream-binaries/releases/download/jdk$version/OpenJDK$matchMajorU-jre_x64_windows_$matchMajor$matchUpdate$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-$version-jre"
|
||||
}
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
{
|
||||
"description": "Unaltered builds from the OpenJDK mercurial JDK8u code stream, built by Red Hat",
|
||||
"homepage": "https://adoptopenjdk.net/upstream.html",
|
||||
"version": "8u312-b07",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jdk_x64_windows_8u312b07.zip",
|
||||
"hash": "d9b4d56e356608f6457a764109d148f7f671f24ca9e91b7e9ba7ac96949d4812"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-8u312-b07",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/8/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=openjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk(?<major>[\\d]+)(?<update>u[\\d]+)-(?<build>b[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}${update}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk$matchMajor-upstream-binaries/releases/download/jdk$version/OpenJDK$matchMajorU-jdk_x64_windows_$matchMajor$matchUpdate$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-$version"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK JRE with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.1-9",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jre_x64_windows_hotspot_16.0.1_9.zip",
|
||||
"hash": "169b7975e01bd6573062d29a5f2a1c7c4b659ada9de69c4a63328f2936d0f3f9"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.1+9-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga&jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchJdkU-jre_x64_windows_hotspot_$matchMajor_$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
},
|
||||
"extract_dir": "jdk-$matchMajor+$matchBuild-jre"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.2-7",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_x64_windows_hotspot_16.0.2_7.zip",
|
||||
"hash": "40191ffbafd8a6f9559352d8de31e8d22a56822fb41bbcf45f34e3fd3afa5f9e"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.2+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga&jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchJdkU-jdk_x64_windows_hotspot_$matchMajor_$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
},
|
||||
"extract_dir": "jdk-$matchMajor+$matchBuild"
|
||||
}
|
||||
}
|
||||
@ -1,42 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK JRE with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jre_x64_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "5e00dd1fa87749c819ca94d8f3f352e198de44a9e2c09b0e75cc120a63edea87"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "793be6b00b3512d8d2453cdcd9620cf79155969c6dfd9f0d2fc3270c4f1c39a4"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga<s=true&jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@ -1,42 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "c54123dd4b0d6473221539e7003b8ca1c1757c5588c46465565b03bf8781f807"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "d13946579734f643236ca5a459ccb8d6131d5a2b6b591fc24a58405ce9aff8d1"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga<s=true&jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK JRE with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru11-binaries/releases/download/jdk-11.0.12%2B7_openj9-0.27.0/ibm-semeru-open-jre_x64_windows_11.0.12_7_openj9-0.27.0.zip",
|
||||
"hash": "01b475ea245c1b39ef0695578299d0605992669f7a4ba3b1bf7d3bc3d5d2e054"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga<s=true&jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK JRE with Eclipse OpenJ9 JVM with large heap",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.10-9-0.24.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.10%2B9_openj9-0.24.0/OpenJDK11U-jre_x64_windows_openj9_windowsXL_11.0.10_9_openj9-0.24.0.zip",
|
||||
"hash": "8f140eda672b1f47c25418734d211c1c02dd699cae337f45d801e40d1e38889e"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.10+9-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga<s=true&jvm_impl=openj9&heap_size=large&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK with Eclipse OpenJ9 JVM with large heap",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.10-9-0.24.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.10%2B9_openj9-0.24.0/OpenJDK11U-jdk_x64_windows_openj9_windowsXL_11.0.10_9_openj9-0.24.0.zip",
|
||||
"hash": "a9b8f68f0787ecb1554e9350b5fc42e12debb4800157d5233a9118135c119c02"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.10+9",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga<s=true&jvm_impl=openj9&heap_size=large&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru11-binaries/releases/download/jdk-11.0.12%2B7_openj9-0.27.0/ibm-semeru-open-jdk_x64_windows_11.0.12_7_openj9-0.27.0.zip",
|
||||
"hash": "c73a4cf55eee0c08b9e323676e6c818d2571f8e7cde9f3aaef5253c9b2614ae3"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga<s=true&jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
{
|
||||
"description": "Unaltered builds from the OpenJDK mercurial JDK code stream, built by Red Hat",
|
||||
"homepage": "https://adoptopenjdk.net/upstream.html",
|
||||
"version": "11.0.13-8",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.13+8/OpenJDK11U-jre_x64_windows_11.0.13_8.zip",
|
||||
"hash": "d98e7f6ba1de602bc41d34136a4fbb296e2e599492b1083b29204b8e47833534"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-11.0.13_8-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga&jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=openjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk$matchJdk-upstream-binaries/releases/download/jdk-$matchMajor+$matchBuild/OpenJDK$matchJdkU-jre_x64_windows_$matchMajor_$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-$matchMajor_$matchBuild-jre"
|
||||
}
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
{
|
||||
"description": "Unaltered builds from the OpenJDK mercurial JDK code stream, built by Red Hat",
|
||||
"homepage": "https://adoptopenjdk.net/upstream.html",
|
||||
"version": "11.0.13-8",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.13+8/OpenJDK11U-jdk_x64_windows_11.0.13_8.zip",
|
||||
"hash": "f1ba6826b3bb89730afc089b38a8f94430193de784bc0a25c327f056d69e129f"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-11.0.13_8",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga&jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=openjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk$matchJdk-upstream-binaries/releases/download/jdk-$matchMajor+$matchBuild/OpenJDK$matchJdkU-jdk_x64_windows_$matchMajor_$matchBuild.zip"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-$matchMajor_$matchBuild"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK JRE with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.2-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru16-binaries/releases/download/jdk-16.0.2%2B7_openj9-0.27.0/ibm-semeru-open-jre_x64_windows_16.0.2_7_openj9-0.27.0.zip",
|
||||
"hash": "4952d145b467ec1d440dd68886aaf91d27ddbaea20f92da7c92c499e05505a60"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.2+7-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga&jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.2-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru16-binaries/releases/download/jdk-16.0.2%2B7_openj9-0.27.0/ibm-semeru-open-jdk_x64_windows_16.0.2_7_openj9-0.27.0.zip",
|
||||
"hash": "84555238a9a00d3ad118bb89c3ee8dff8a4eb1da7df417d98dd43b102db56da7"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.2+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/version/%5B8%2C%29?release_type=ga&jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)/.*?).zip",
|
||||
"replace": "${major}-${build}${patch}${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"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk-hotspot-jre.json
Normal file
17
deprecated/adoptopenjdk-hotspot-jre.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK JRE with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.1-9",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jre_x64_windows_hotspot_16.0.1_9.zip",
|
||||
"hash": "169b7975e01bd6573062d29a5f2a1c7c4b659ada9de69c4a63328f2936d0f3f9"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.1+9-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk-hotspot.json
Normal file
17
deprecated/adoptopenjdk-hotspot.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "17-35",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_windows_hotspot_17_35.zip",
|
||||
"hash": "79e1c949f8301eb0a5979bc245829a4419507d7f6ac567c870e5986daf48c1db"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-17+35",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
@ -16,15 +16,5 @@
|
||||
"JDK Mission Control (AdoptOpenJDK)"
|
||||
]
|
||||
],
|
||||
"persist": "configuration",
|
||||
"checkver": {
|
||||
"github": "https://github.com/AdoptOpenJDK/openjdk-jmc-overrides"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk-jmc-overrides/releases/download/$version/org.openjdk.jmc-$version-win32.win32.x86_64.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
"persist": "configuration"
|
||||
}
|
||||
21
deprecated/adoptopenjdk-lts-hotspot.json
Normal file
21
deprecated/adoptopenjdk-lts-hotspot.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "17-35",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_windows_hotspot_17_35.zip",
|
||||
"hash": "79e1c949f8301eb0a5979bc245829a4419507d7f6ac567c870e5986daf48c1db"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x86-32_windows_hotspot_17_35.zip",
|
||||
"hash": "fa867167917a4696be611e63b77a334ad6aad38fc43d22285cbce1baaf77906e"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-17+35",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk-lts-upstream-jre.json
Normal file
17
deprecated/adoptopenjdk-lts-upstream-jre.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "Unaltered builds from the OpenJDK mercurial JDK code stream, built by Red Hat",
|
||||
"homepage": "https://adoptopenjdk.net/upstream.html",
|
||||
"version": "11.0.13-8",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.13+8/OpenJDK11U-jre_x64_windows_11.0.13_8.zip",
|
||||
"hash": "d98e7f6ba1de602bc41d34136a4fbb296e2e599492b1083b29204b8e47833534"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-11.0.13_8-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk-lts-upstream.json
Normal file
17
deprecated/adoptopenjdk-lts-upstream.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "Unaltered builds from the OpenJDK mercurial JDK code stream, built by Red Hat",
|
||||
"homepage": "https://adoptopenjdk.net/upstream.html",
|
||||
"version": "11.0.13-8",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.13+8/OpenJDK11U-jdk_x64_windows_11.0.13_8.zip",
|
||||
"hash": "f1ba6826b3bb89730afc089b38a8f94430193de784bc0a25c327f056d69e129f"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-11.0.13_8",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
27
deprecated/adoptopenjdk11-hotspot-jre-nightly.json
Normal file
27
deprecated/adoptopenjdk11-hotspot-jre-nightly.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 JRE with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202110192154",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-19-21-54-beta/OpenJDK11U-jre_x64_windows_hotspot_2021-10-19-21-54.zip",
|
||||
"hash": "d42e7cf240473878a78beece54ef33c27e06ff5b7b6e25dc081db0cb14e5dd21"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-19-21-54-beta/OpenJDK11U-jre_x86-32_windows_hotspot_2021-10-19-21-54.zip",
|
||||
"hash": "95d0de5331bb634f9f53473990b4545e2fecf8a7659406e0fb26454c35b5aee3"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
21
deprecated/adoptopenjdk11-hotspot-jre.json
Normal file
21
deprecated/adoptopenjdk11-hotspot-jre.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 JRE with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jre_x64_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "5e00dd1fa87749c819ca94d8f3f352e198de44a9e2c09b0e75cc120a63edea87"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "793be6b00b3512d8d2453cdcd9620cf79155969c6dfd9f0d2fc3270c4f1c39a4"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
27
deprecated/adoptopenjdk11-hotspot-nightly.json
Normal file
27
deprecated/adoptopenjdk11-hotspot-nightly.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202110192154",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-19-21-54-beta/OpenJDK11U-jdk_x64_windows_hotspot_2021-10-19-21-54.zip",
|
||||
"hash": "c072ad2955515aa9a03d9bab07e4700c2f056fd9c747d4a65427ed3e283ab5ee"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-19-21-54-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_2021-10-19-21-54.zip",
|
||||
"hash": "47fb18cd60ee8162a0ff8bf077be2d24e07ea8d855b0e36d4ee04419248a61f4"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
21
deprecated/adoptopenjdk11-hotspot.json
Normal file
21
deprecated/adoptopenjdk11-hotspot.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "c54123dd4b0d6473221539e7003b8ca1c1757c5588c46465565b03bf8781f807"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.12_7.zip",
|
||||
"hash": "d13946579734f643236ca5a459ccb8d6131d5a2b6b591fc24a58405ce9aff8d1"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
@ -19,22 +19,5 @@
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ea?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk11-openj9-jre.json
Normal file
17
deprecated/adoptopenjdk11-openj9-jre.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 JRE with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru11-binaries/releases/download/jdk-11.0.12%2B7_openj9-0.27.0/ibm-semeru-open-jre_x64_windows_11.0.12_7_openj9-0.27.0.zip",
|
||||
"hash": "01b475ea245c1b39ef0695578299d0605992669f7a4ba3b1bf7d3bc3d5d2e054"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
@ -19,22 +19,5 @@
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ea?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -19,22 +19,5 @@
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ea?jvm_impl=openj9&heap_size=large&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk11-openj9-xl-jre.json
Normal file
17
deprecated/adoptopenjdk11-openj9-xl-jre.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 JRE with Eclipse OpenJ9 JVM with large heap",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.10-9-0.24.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.10%2B9_openj9-0.24.0/OpenJDK11U-jre_x64_windows_openj9_windowsXL_11.0.10_9_openj9-0.24.0.zip",
|
||||
"hash": "8f140eda672b1f47c25418734d211c1c02dd699cae337f45d801e40d1e38889e"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.10+9-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
@ -19,22 +19,5 @@
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ea?jvm_impl=openj9&heap_size=large&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk11-openj9-xl.json
Normal file
17
deprecated/adoptopenjdk11-openj9-xl.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 with Eclipse OpenJ9 JVM with large heap",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.10-9-0.24.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.10%2B9_openj9-0.24.0/OpenJDK11U-jdk_x64_windows_openj9_windowsXL_11.0.10_9_openj9-0.24.0.zip",
|
||||
"hash": "a9b8f68f0787ecb1554e9350b5fc42e12debb4800157d5233a9118135c119c02"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.10+9",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk11-openj9.json
Normal file
17
deprecated/adoptopenjdk11-openj9.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 11 with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "11.0.12-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru11-binaries/releases/download/jdk-11.0.12%2B7_openj9-0.27.0/ibm-semeru-open-jdk_x64_windows_11.0.12_7_openj9-0.27.0.zip",
|
||||
"hash": "c73a4cf55eee0c08b9e323676e6c818d2571f8e7cde9f3aaef5253c9b2614ae3"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.12+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk11-upstream-jre.json
Normal file
17
deprecated/adoptopenjdk11-upstream-jre.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "Unaltered builds from the OpenJDK mercurial JDK11u code stream, built by Red Hat",
|
||||
"homepage": "https://adoptopenjdk.net/upstream.html",
|
||||
"version": "11.0.13-8",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.13+8/OpenJDK11U-jre_x64_windows_11.0.13_8.zip",
|
||||
"hash": "d98e7f6ba1de602bc41d34136a4fbb296e2e599492b1083b29204b8e47833534"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-11.0.13_8-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk11-upstream.json
Normal file
17
deprecated/adoptopenjdk11-upstream.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "Unaltered builds from the OpenJDK mercurial JDK11u code stream, built by Red Hat",
|
||||
"homepage": "https://adoptopenjdk.net/upstream.html",
|
||||
"version": "11.0.13-8",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.13+8/OpenJDK11U-jdk_x64_windows_11.0.13_8.zip",
|
||||
"hash": "f1ba6826b3bb89730afc089b38a8f94430193de784bc0a25c327f056d69e129f"
|
||||
}
|
||||
},
|
||||
"extract_dir": "openjdk-11.0.13_8",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
@ -13,11 +13,5 @@
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/14/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.link",
|
||||
"re": "https://github.com/(?<url>.*?(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]*)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)))/",
|
||||
"replace": "${major}-${build}${patch}"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk16-hotspot-jre.json
Normal file
17
deprecated/adoptopenjdk16-hotspot-jre.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 JRE with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.1-9",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jre_x64_windows_hotspot_16.0.1_9.zip",
|
||||
"hash": "169b7975e01bd6573062d29a5f2a1c7c4b659ada9de69c4a63328f2936d0f3f9"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.1+9-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk16-hotspot.json
Normal file
17
deprecated/adoptopenjdk16-hotspot.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.2-7",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_x64_windows_hotspot_16.0.2_7.zip",
|
||||
"hash": "40191ffbafd8a6f9559352d8de31e8d22a56822fb41bbcf45f34e3fd3afa5f9e"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.2+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk16-openj9-jre.json
Normal file
17
deprecated/adoptopenjdk16-openj9-jre.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 JRE with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.2-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru16-binaries/releases/download/jdk-16.0.2%2B7_openj9-0.27.0/ibm-semeru-open-jre_x64_windows_16.0.2_7_openj9-0.27.0.zip",
|
||||
"hash": "4952d145b467ec1d440dd68886aaf91d27ddbaea20f92da7c92c499e05505a60"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.2+7-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk16-openj9.json
Normal file
17
deprecated/adoptopenjdk16-openj9.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 with Eclipse OpenJ9 JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "16.0.2-7-0.27.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/semeru16-binaries/releases/download/jdk-16.0.2%2B7_openj9-0.27.0/ibm-semeru-open-jdk_x64_windows_16.0.2_7_openj9-0.27.0.zip",
|
||||
"hash": "84555238a9a00d3ad118bb89c3ee8dff8a4eb1da7df417d98dd43b102db56da7"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-16.0.2+7",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk17-hotspot.json
Normal file
17
deprecated/adoptopenjdk17-hotspot.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 16 with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "17-35",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_windows_hotspot_17_35.zip",
|
||||
"hash": "79e1c949f8301eb0a5979bc245829a4419507d7f6ac567c870e5986daf48c1db"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-17+35",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
23
deprecated/adoptopenjdk8-hotspot-jre-nightly.json
Normal file
23
deprecated/adoptopenjdk8-hotspot-jre-nightly.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 JRE with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202110190503",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-19-05-03-beta/OpenJDK8U-jre_x64_windows_hotspot_2021-10-19-05-03.zip",
|
||||
"hash": "cb41f915eeb81a703b2fc5332c05daefab364733800b1d8971f0a1b46a3bdae6"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
21
deprecated/adoptopenjdk8-hotspot-jre.json
Normal file
21
deprecated/adoptopenjdk8-hotspot-jre.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 JRE with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "8u302-b08",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u302-b08/OpenJDK8U-jre_x64_windows_hotspot_8u302b08.zip",
|
||||
"hash": "4a9943a2c2e929728e3c31a213c80d36b186b085b401a8c6313101bd7a28c046"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u302-b08/OpenJDK8U-jre_x86-32_windows_hotspot_8u302b08.zip",
|
||||
"hash": "93a9eff9ecc32c3e4c3bedf6fc2de9dda9215ec643296770b3787803754cc9c4"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk8u302-b08-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
23
deprecated/adoptopenjdk8-hotspot-nightly.json
Normal file
23
deprecated/adoptopenjdk8-hotspot-nightly.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 with Oracle HotSpot JVM (Nightly builds)",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "202110190503",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-19-05-03-beta/OpenJDK8U-jdk_x64_windows_hotspot_2021-10-19-05-03.zip",
|
||||
"hash": "b35860870695b560caa9e5e75b5d8dbdb50ba0d2f210bf5c121f82bd94e7366e"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
17
deprecated/adoptopenjdk8-hotspot.json
Normal file
17
deprecated/adoptopenjdk8-hotspot.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "AdoptOpenJDK 8 with Oracle HotSpot JVM",
|
||||
"homepage": "https://adoptopenjdk.net",
|
||||
"version": "8u302-b08.1",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u302-b08.1/OpenJDK8U-jdk_x64_windows_hotspot_8u302b08.zip",
|
||||
"hash": "3df3ebee978f5c9e9b4e34a74ce8d4b0c8f5bb7dfa83f2b315129c1eee6b70c4"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk8u302-b08",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
}
|
||||
}
|
||||
@ -23,25 +23,5 @@
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/8/ea?jvm_impl=openj9&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=adoptopenjdk&page_size=1&sort_order=DESC",
|
||||
"jp": "$..binaries[0].package.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_openj9_$matchDate.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/$matchUrl/OpenJDK$matchMajorU-jre_x86-32_windows_openj9_$matchDate.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user