dragonwell8: Update to version 8.4.4-262 (#213)

This commit is contained in:
Mathias Hermansson 2020-11-01 17:54:31 +01:00 committed by GitHub
parent 4965515962
commit 92fc1b310f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{
"description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba",
"version": "8.3.3",
"version": "8.4.4-262",
"homepage": "https://www.aliyun.com/product/dragonwell",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/alibaba/dragonwell8/releases/download/dragonwell-8.3.3-GA/Alibaba_Dragonwell_8.3.3-Experimental_Windows_x64.zip",
"hash": "34eacdd1770039cfe7e08ec8bc715e68f7b9b0e7c41d5ac4a10d301196231932"
"url": "https://github.com/alibaba/dragonwell8/releases/download/dragonwell-8.4.4_jdk8u262-ga/Alibaba_Dragonwell_8.4.4-Experimental_Windows_x64.tar.gz",
"hash": "95dda782c04a0b5b80f7fc8ed3d5ac06a1c1e8c8054332d0f00e7a255ae505f5"
}
},
"extract_dir": "j2sdk-image",
@ -16,16 +16,17 @@
},
"checkver": {
"github": "https://github.com/alibaba/dragonwell8",
"regex": "dragonwell-([\\d.]+)-GA"
"regex": "(?<tag>dragonwell-(?<dragon>[\\d.]+)_jdk8u(?<jdk>[\\d]+)(?:(?<b>-[\\d+])|-ga))",
"replace": "${dragon}-${jdk}${b}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/alibaba/dragonwell8/releases/download/dragonwell-$version-GA/Alibaba_Dragonwell_$version-Experimental_Windows_x64.zip"
"url": "https://github.com/alibaba/dragonwell8/releases/download/$matchTag/Alibaba_Dragonwell_$matchDragon-Experimental_Windows_x64.tar.gz"
}
},
"hash": {
"url": "https://github.com/alibaba/dragonwell8/releases/tag/dragonwell-$version-GA",
"url": "https://github.com/alibaba/dragonwell8/releases/tag/$matchTag",
"find": "$sha256\\s+$basename"
}
}