diff --git a/bucket/dragonwell8.json b/bucket/dragonwell8.json index 4e20fa1e4..97d403b04 100644 --- a/bucket/dragonwell8.json +++ b/bucket/dragonwell8.json @@ -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": "(?dragonwell-(?[\\d.]+)_jdk8u(?[\\d]+)(?:(?-[\\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" } }