Skip to content

Commit 4fa915d

Browse files
authored
fix(liberica): Update to Java 25 and replace 32-bit to ARM64 (#557)
* fix(liberica): Update to Java 25 and Replace 32-bit to ARM64 * feat(liberica): Add Liberica 21 packages * chore(liberica): Re-add hash API from Bellsoft * chore(liberica): Add ARM64 version for Liberica 21 * feat(liberica): Add Liberica 25
1 parent b3ebe4f commit 4fa915d

30 files changed

+1020
-100
lines changed

bucket/liberica-full-jdk.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"description": "BellSoft Liberica is a 100% open-source Java implementation",
33
"homepage": "https://bell-sw.com/java",
4-
"version": "21.0.8-12",
4+
"version": "25-37",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-full.zip",
9-
"hash": "sha1:67a00176acdf29a5c338f253b6267e75156db2b1"
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-full.zip",
9+
"hash": "sha1:1b5ed6a4f1285a5236efc7299fcb62ed8ed936cd"
1010
},
11-
"32bit": {
12-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-full.zip",
13-
"hash": "sha1:d2f0f9f0403147812828c3b42a383c004b8a37a7"
11+
"arm64": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-full.zip",
13+
"hash": "sha1:17173014d635f426c40f6cd7c6ffee034f351c71"
1414
}
1515
},
16-
"extract_dir": "jdk-21.0.8-full",
16+
"extract_dir": "jdk-25-full",
1717
"env_add_path": "bin",
1818
"env_set": {
1919
"JAVA_HOME": "$dir"
@@ -22,15 +22,16 @@
2222
"url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
2323
"jsonpath": "$.version",
2424
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25-
"replace": "${major}-${build}"
25+
"replace": "${major}-${build}",
26+
"reverse": true
2627
},
2728
"autoupdate": {
2829
"architecture": {
2930
"64bit": {
3031
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64-full.zip"
3132
},
32-
"32bit": {
33-
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586-full.zip"
33+
"arm64": {
34+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-aarch64-full.zip"
3435
}
3536
},
3637
"hash": {

bucket/liberica-full-jre.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"description": "BellSoft Liberica is a 100% open-source Java implementation",
33
"homepage": "https://bell-sw.com/java",
4-
"version": "21.0.8-12",
4+
"version": "25-37",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64-full.zip",
9-
"hash": "sha1:d96a8d171da38505eba831fb7ea83bc79f63255c"
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64-full.zip",
9+
"hash": "sha1:e7be82c6dcba6051b563150c107ef96b8fd5e0e4"
1010
},
11-
"32bit": {
12-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-i586-full.zip",
13-
"hash": "sha1:54f084a4eec60ac6a57c8e42b0e882d3034e4fea"
11+
"arm64": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64-full.zip",
13+
"hash": "sha1:69224a1176f0dd70924e8b4b1f5df5e1ec1dd5b7"
1414
}
1515
},
16-
"extract_dir": "jre-21.0.8-full",
16+
"extract_dir": "jre-25-full",
1717
"env_add_path": "bin",
1818
"env_set": {
1919
"JAVA_HOME": "$dir"
@@ -22,15 +22,16 @@
2222
"url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jre-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
2323
"jsonpath": "$.version",
2424
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25-
"replace": "${major}-${build}"
25+
"replace": "${major}-${build}",
26+
"reverse": true
2627
},
2728
"autoupdate": {
2829
"architecture": {
2930
"64bit": {
3031
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-amd64-full.zip"
3132
},
32-
"32bit": {
33-
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-i586-full.zip"
33+
"arm64": {
34+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-aarch64-full.zip"
3435
}
3536
},
3637
"hash": {

bucket/liberica-full-lts-jdk.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"description": "BellSoft Liberica is a 100% open-source Java implementation",
33
"homepage": "https://bell-sw.com/java",
4-
"version": "21.0.8-12",
4+
"version": "25-37",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-full.zip",
9-
"hash": "sha1:67a00176acdf29a5c338f253b6267e75156db2b1"
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-full.zip",
9+
"hash": "sha1:1b5ed6a4f1285a5236efc7299fcb62ed8ed936cd"
1010
},
11-
"32bit": {
12-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-full.zip",
13-
"hash": "sha1:d2f0f9f0403147812828c3b42a383c004b8a37a7"
11+
"arm64": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-full.zip",
13+
"hash": "sha1:17173014d635f426c40f6cd7c6ffee034f351c71"
1414
}
1515
},
16-
"extract_dir": "jdk-21.0.8-full",
16+
"extract_dir": "jdk-25-full",
1717
"env_add_path": "bin",
1818
"env_set": {
1919
"JAVA_HOME": "$dir"
@@ -22,15 +22,16 @@
2222
"url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
2323
"jsonpath": "$.version",
2424
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25-
"replace": "${major}-${build}"
25+
"replace": "${major}-${build}",
26+
"reverse": true
2627
},
2728
"autoupdate": {
2829
"architecture": {
2930
"64bit": {
3031
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64-full.zip"
3132
},
32-
"32bit": {
33-
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586-full.zip"
33+
"arm64": {
34+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-aarch64-full.zip"
3435
}
3536
},
3637
"hash": {

bucket/liberica-full-lts-jre.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"description": "BellSoft Liberica is a 100% open-source Java implementation",
33
"homepage": "https://bell-sw.com/java",
4-
"version": "21.0.8-12",
4+
"version": "25-37",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64-full.zip",
9-
"hash": "sha1:d96a8d171da38505eba831fb7ea83bc79f63255c"
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64-full.zip",
9+
"hash": "sha1:e7be82c6dcba6051b563150c107ef96b8fd5e0e4"
1010
},
11-
"32bit": {
12-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-i586-full.zip",
13-
"hash": "sha1:54f084a4eec60ac6a57c8e42b0e882d3034e4fea"
11+
"arm64": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64-full.zip",
13+
"hash": "sha1:69224a1176f0dd70924e8b4b1f5df5e1ec1dd5b7"
1414
}
1515
},
16-
"extract_dir": "jre-21.0.8-full",
16+
"extract_dir": "jre-25-full",
1717
"env_add_path": "bin",
1818
"env_set": {
1919
"JAVA_HOME": "$dir"
@@ -22,15 +22,16 @@
2222
"url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jre-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
2323
"jsonpath": "$.version",
2424
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25-
"replace": "${major}-${build}"
25+
"replace": "${major}-${build}",
26+
"reverse": true
2627
},
2728
"autoupdate": {
2829
"architecture": {
2930
"64bit": {
3031
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-amd64-full.zip"
3132
},
32-
"32bit": {
33-
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-i586-full.zip"
33+
"arm64": {
34+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-aarch64-full.zip"
3435
}
3536
},
3637
"hash": {

bucket/liberica-jdk.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"description": "BellSoft Liberica is a 100% open-source Java implementation",
33
"homepage": "https://bell-sw.com/java",
4-
"version": "21.0.8-12",
4+
"version": "25-37",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64.zip",
9-
"hash": "sha1:35d0fe7f6141caebb256b9c0467da33002a6f0d9"
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64.zip",
9+
"hash": "sha1:7a62e1df0da604723115acfb3240a79cd1261771"
1010
},
11-
"32bit": {
12-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586.zip",
13-
"hash": "sha1:0e34000477f64d816b691f511f0b8ebe0747f7af"
11+
"arm64": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64.zip",
13+
"hash": "sha1:c5a2d7969623bf419f76b4b2556b505ca1b0b0a3"
1414
}
1515
},
16-
"extract_dir": "jdk-21.0.8",
16+
"extract_dir": "jdk-25",
1717
"env_add_path": "bin",
1818
"env_set": {
1919
"JAVA_HOME": "$dir"
@@ -22,15 +22,16 @@
2222
"url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
2323
"jsonpath": "$.version",
2424
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25-
"replace": "${major}-${build}"
25+
"replace": "${major}-${build}",
26+
"reverse": true
2627
},
2728
"autoupdate": {
2829
"architecture": {
2930
"64bit": {
3031
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64.zip"
3132
},
32-
"32bit": {
33-
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586.zip"
33+
"arm64": {
34+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-aarch64.zip"
3435
}
3536
},
3637
"hash": {

bucket/liberica-jre.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"description": "BellSoft Liberica is a 100% open-source Java implementation",
33
"homepage": "https://bell-sw.com/java",
4-
"version": "21.0.8-12",
4+
"version": "25-37",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64.zip",
9-
"hash": "sha1:ef497a0e77eb86b1c659bc9074962c69e29b1551"
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64.zip",
9+
"hash": "sha1:ce7aef3ef3f894962016bbbf2f32fed4eb96e0c5"
1010
},
11-
"32bit": {
12-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-i586.zip",
13-
"hash": "sha1:e6f37c813835f4b9724d245e96ec958f2ea6ad76"
11+
"arm64": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64.zip",
13+
"hash": "sha1:c46e09734fa94a26052271aff2279b9f47beedfa"
1414
}
1515
},
16-
"extract_dir": "jre-21.0.8",
16+
"extract_dir": "jre-25",
1717
"env_add_path": "bin",
1818
"env_set": {
1919
"JAVA_HOME": "$dir"
@@ -22,15 +22,16 @@
2222
"url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jre&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
2323
"jsonpath": "$.version",
2424
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25-
"replace": "${major}-${build}"
25+
"replace": "${major}-${build}",
26+
"reverse": true
2627
},
2728
"autoupdate": {
2829
"architecture": {
2930
"64bit": {
3031
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-amd64.zip"
3132
},
32-
"32bit": {
33-
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-i586.zip"
33+
"arm64": {
34+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-aarch64.zip"
3435
}
3536
},
3637
"hash": {

bucket/liberica-lite-jdk.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"description": "BellSoft Liberica is a 100% open-source Java implementation",
33
"homepage": "https://bell-sw.com/java",
4-
"version": "21.0.8-12",
4+
"version": "25-37",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-lite.zip",
9-
"hash": "sha1:e0f6edea160f835fbca004e8bad25d7273dfc90b"
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-lite.zip",
9+
"hash": "sha1:e2fa9243793aa64acde285b6556a7d0f8b0559e0"
1010
},
11-
"32bit": {
12-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-lite.zip",
13-
"hash": "sha1:71c8cfed8fa08d0993cea336fc990c8b6432318f"
11+
"arm64": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-lite.zip",
13+
"hash": "sha1:69dccf53ac60783928c0e1293d639ea51f1a192d"
1414
}
1515
},
16-
"extract_dir": "jdk-21.0.8-lite",
16+
"extract_dir": "jdk-25-lite",
1717
"env_add_path": "bin",
1818
"env_set": {
1919
"JAVA_HOME": "$dir"
@@ -22,15 +22,16 @@
2222
"url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk-lite&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
2323
"jsonpath": "$.version",
2424
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25-
"replace": "${major}-${build}"
25+
"replace": "${major}-${build}",
26+
"reverse": true
2627
},
2728
"autoupdate": {
2829
"architecture": {
2930
"64bit": {
3031
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64-lite.zip"
3132
},
32-
"32bit": {
33-
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586-lite.zip"
33+
"arm64": {
34+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-aarch64-lite.zip"
3435
}
3536
},
3637
"hash": {

bucket/liberica-lite-lts-jdk.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"description": "BellSoft Liberica is a 100% open-source Java implementation",
33
"homepage": "https://bell-sw.com/java",
4-
"version": "21.0.8-12",
4+
"version": "25-37",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-lite.zip",
9-
"hash": "sha1:e0f6edea160f835fbca004e8bad25d7273dfc90b"
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-lite.zip",
9+
"hash": "sha1:e2fa9243793aa64acde285b6556a7d0f8b0559e0"
1010
},
11-
"32bit": {
12-
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-lite.zip",
13-
"hash": "sha1:71c8cfed8fa08d0993cea336fc990c8b6432318f"
11+
"arm64": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-lite.zip",
13+
"hash": "sha1:69dccf53ac60783928c0e1293d639ea51f1a192d"
1414
}
1515
},
16-
"extract_dir": "jdk-21.0.8-lite",
16+
"extract_dir": "jdk-25-lite",
1717
"env_add_path": "bin",
1818
"env_set": {
1919
"JAVA_HOME": "$dir"
@@ -22,15 +22,16 @@
2222
"url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk-lite&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
2323
"jsonpath": "$.version",
2424
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25-
"replace": "${major}-${build}"
25+
"replace": "${major}-${build}",
26+
"reverse": true
2627
},
2728
"autoupdate": {
2829
"architecture": {
2930
"64bit": {
3031
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64-lite.zip"
3132
},
32-
"32bit": {
33-
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586-lite.zip"
33+
"arm64": {
34+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-aarch64-lite.zip"
3435
}
3536
},
3637
"hash": {

0 commit comments

Comments
 (0)