File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ function download {
100100 " $( normalize_arch " $( jq -r ' .architecture' <<< " ${json}" ) " ) " \
101101 " ${ext} " \
102102 " $( jq -r ' .image_type' <<< " ${json}" ) " \
103- " $( normalize_features " $( jq -r ' .heap_size ' <<< " ${json} " ) " ) " \
103+ " " \
104104 " ${url} " \
105105 " $( hash_file ' md5' " ${archive} " " ${CHECKSUM_DIR} " ) " \
106106 " $( hash_file ' sha1' " ${archive} " " ${CHECKSUM_DIR} " ) " \
@@ -131,19 +131,16 @@ done
131131FLATTEN_QUERY=' add |
132132.[] |
133133[{
134- release_type: .release_type,
135- java_version: .version_data.openjdk_version,
136- version: .version_data.semver,
134+ java_version: .openjdk_version_data.openjdk_version,
135+ version: .release_name[3:],
137136 binary: .binaries[],
138137}] |
139138.[] |
140139{
141- release_type,
142140 java_version,
143141 version,
144142 architecture: .binary.architecture,
145143 os: .binary.os,
146- heap_size: .binary.heap_size,
147144 image_type: .binary.image_type,
148145 jvm_impl: .binary.jvm_impl,
149146 link: .binary.package.link,
You can’t perform that action at this time.
0 commit comments