Skip to content

Commit 7871c10

Browse files
committed
temurin11*: update to 11.0.30-7 and remove 32-bit
1 parent 45af0df commit 7871c10

2 files changed

Lines changed: 8 additions & 22 deletions

File tree

bucket/temurin11-jdk.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
{
22
"description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem",
33
"homepage": "https://adoptium.net",
4-
"version": "11.0.29-7",
4+
"version": "11.0.30-7",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.29_7.zip",
9-
"hash": "c21b63f6391b9d8f8aa969fb99250de797539cfb54232f5d4d371993f0c235b5"
10-
},
11-
"32bit": {
12-
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.29_7.zip",
13-
"hash": "0b5bb836546f86aab9ffe53a14ae51f4801c5a020383d7ea88a054091676698c"
8+
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.30_7.zip",
9+
"hash": "925a63cb019fd605579e639980e99abefb3186e79f36979183dc45b294d6bf0f"
1410
}
1511
},
16-
"extract_dir": "jdk-11.0.29+7",
12+
"extract_dir": "jdk-11.0.30+7",
1713
"env_add_path": "bin",
1814
"env_set": {
1915
"JAVA_HOME": "$dir"
@@ -33,9 +29,6 @@
3329
"architecture": {
3430
"64bit": {
3531
"url": "https://github.com/$matchLink/download/$matchTag/$matchName"
36-
},
37-
"32bit": {
38-
"url": "https://github.com/$matchLink/download/$matchTag/$matchPrefix_x86-32_$matchSuffix"
3932
}
4033
},
4134
"hash": {

bucket/temurin11-jre.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
{
22
"description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem",
33
"homepage": "https://adoptium.net",
4-
"version": "11.0.29-7",
4+
"version": "11.0.30-7",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jre_x64_windows_hotspot_11.0.29_7.zip",
9-
"hash": "b619e5e2434ac1a6cf7a33d6e93827d832a16484e4d0beb9fff60760472ae76a"
10-
},
11-
"32bit": {
12-
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.29_7.zip",
13-
"hash": "b747698a05a39391a58b9caac30310275e4e6bd9fef92d6c149cba310d91d2be"
8+
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+7/OpenJDK11U-jre_x64_windows_hotspot_11.0.30_7.zip",
9+
"hash": "db7fe2f05857074e73ef2bb10bfb95556ad110cf1ba0c82d101f93b3a93862ff"
1410
}
1511
},
16-
"extract_dir": "jdk-11.0.29+7-jre",
12+
"extract_dir": "jdk-11.0.30+7-jre",
1713
"env_add_path": "bin",
1814
"env_set": {
1915
"JAVA_HOME": "$dir"
@@ -33,9 +29,6 @@
3329
"architecture": {
3430
"64bit": {
3531
"url": "https://github.com/$matchLink/download/$matchTag/$matchName"
36-
},
37-
"32bit": {
38-
"url": "https://github.com/$matchLink/download/$matchTag/$matchPrefix_x86-32_$matchSuffix"
3932
}
4033
},
4134
"hash": {

0 commit comments

Comments
 (0)