Skip to content

Commit 748dfd9

Browse files
committed
zulufx25*: add version 25.32.21 (jdk and jre)
1 parent 6fc4d41 commit 748dfd9

2 files changed

Lines changed: 76 additions & 0 deletions

File tree

bucket/zulufx25-jdk.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"description": "Open Source Builds of Zulu With OpenJFX",
3+
"homepage": "https://www.azul.com/products/zulu-community/zulufx/",
4+
"version": "25.32.21",
5+
"license": {
6+
"identifier": "GPL-2.0-only WITH Classpath-exception-2.0",
7+
"url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html"
8+
},
9+
"architecture": {
10+
"64bit": {
11+
"url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jdk25.0.2-win_x64.zip",
12+
"hash": "50d428552aef90f1f36117f68f03a7f52f63753ade454b1319ea4ae44b52ac19",
13+
"extract_dir": "zulu25.32.21-ca-fx-jdk25.0.2-win_x64"
14+
}
15+
},
16+
"env_add_path": "bin",
17+
"env_set": {
18+
"JAVA_HOME": "$dir"
19+
},
20+
"checkver": {
21+
"url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",
22+
"jsonpath": "$..download_url",
23+
"regex": "(?<name>zulu(?<version>[\\d.]+)-ca-fx-jdk(?<java>[\\d.]+)-win)_x64.zip",
24+
"replace": "${version}"
25+
},
26+
"autoupdate": {
27+
"architecture": {
28+
"64bit": {
29+
"url": "https://cdn.azul.com/zulu/bin/$matchName_x64.zip",
30+
"extract_dir": "$matchName_x64",
31+
"hash": {
32+
"url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",
33+
"jp": "$..sha256_hash"
34+
}
35+
}
36+
}
37+
}
38+
}

bucket/zulufx25-jre.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"description": "Open Source Builds of Zulu With OpenJFX",
3+
"homepage": "https://www.azul.com/products/zulu-community/zulufx/",
4+
"version": "25.32.21",
5+
"license": {
6+
"identifier": "GPL-2.0-only WITH Classpath-exception-2.0",
7+
"url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html"
8+
},
9+
"architecture": {
10+
"64bit": {
11+
"url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jre25.0.2-win_x64.zip",
12+
"hash": "4042b60589ef40e8d3bf38ae792e8143037ba6a39112ef88ca9ef7d2fa71b259",
13+
"extract_dir": "zulu25.32.21-ca-fx-jre25.0.2-win_x64"
14+
}
15+
},
16+
"env_add_path": "bin",
17+
"env_set": {
18+
"JAVA_HOME": "$dir"
19+
},
20+
"checkver": {
21+
"url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",
22+
"jsonpath": "$..download_url",
23+
"regex": "(?<name>zulu(?<version>[\\d.]+)-ca-fx-jre(?<java>[\\d.]+)-win)_x64.zip",
24+
"replace": "${version}"
25+
},
26+
"autoupdate": {
27+
"architecture": {
28+
"64bit": {
29+
"url": "https://cdn.azul.com/zulu/bin/$matchName_x64.zip",
30+
"extract_dir": "$matchName_x64",
31+
"hash": {
32+
"url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",
33+
"jp": "$..sha256_hash"
34+
}
35+
}
36+
}
37+
}
38+
}

0 commit comments

Comments
 (0)