|
1 | 1 | "repositories for java" |
2 | 2 |
|
3 | | -#VERSION 21.0.5 |
| 3 | +#VERSION 21.0.6 |
4 | 4 |
|
5 | 5 | java = use_extension("//private/extensions:java.bzl", "java") |
6 | 6 | java.archive( |
7 | 7 | name = "temurin21_jre_amd64", |
8 | | - sha256 = "553dda64b3b1c3c16f8afe402377ffebe64fb4a1721a46ed426a91fd18185e62", |
9 | | - strip_prefix = "jdk-21.0.5+11-jre", |
10 | | - urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jre_x64_linux_hotspot_21.0.5_11.tar.gz"], |
11 | | - version = "21.0.5+11", |
12 | | - plain_version = "21.0.5", |
| 8 | + sha256 = "7fc9d6837da5fa1f12e0f41901fd70a73154914b8c8ecbbcad2d44176a989937", |
| 9 | + strip_prefix = "jdk-21.0.6+7-jre", |
| 10 | + urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%2B7/OpenJDK21U-jre_x64_linux_hotspot_21.0.6_7.tar.gz"], |
| 11 | + version = "21.0.6+7", |
| 12 | + plain_version = "21.0.6", |
13 | 13 | architecture = "amd64", |
14 | 14 | ) |
15 | 15 | java.archive( |
16 | 16 | name = "temurin21_jdk_amd64", |
17 | | - sha256 = "3c654d98404c073b8a7e66bffb27f4ae3e7ede47d13284c132d40a83144bfd8c", |
18 | | - strip_prefix = "jdk-21.0.5+11", |
19 | | - urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jdk_x64_linux_hotspot_21.0.5_11.tar.gz"], |
20 | | - version = "21.0.5+11", |
21 | | - plain_version = "21.0.5", |
| 17 | + sha256 = "a2650fba422283fbed20d936ce5d2a52906a5414ec17b2f7676dddb87201dbae", |
| 18 | + strip_prefix = "jdk-21.0.6+7", |
| 19 | + urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%2B7/OpenJDK21U-jdk_x64_linux_hotspot_21.0.6_7.tar.gz"], |
| 20 | + version = "21.0.6+7", |
| 21 | + plain_version = "21.0.6", |
22 | 22 | architecture = "amd64", |
23 | 23 | ) |
24 | 24 | java.archive( |
25 | 25 | name = "temurin21_jre_arm64", |
26 | | - sha256 = "e4d02c33aeaf8e1148c1c505e129a709c5bc1889e855d4fb4f001b1780db42b4", |
27 | | - strip_prefix = "jdk-21.0.5+11-jre", |
28 | | - urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.5_11.tar.gz"], |
29 | | - version = "21.0.5+11", |
30 | | - plain_version = "21.0.5", |
| 26 | + sha256 = "f1b78f2bd6d505d5e0539261737740ad11ade3233376b4ca52e6c72fbefd2bf6", |
| 27 | + strip_prefix = "jdk-21.0.6+7-jre", |
| 28 | + urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%2B7/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.6_7.tar.gz"], |
| 29 | + version = "21.0.6+7", |
| 30 | + plain_version = "21.0.6", |
31 | 31 | architecture = "arm64", |
32 | 32 | ) |
33 | 33 | java.archive( |
34 | 34 | name = "temurin21_jdk_arm64", |
35 | | - sha256 = "6482639ed9fd22aa2e704cc366848b1b3e1586d2bf1213869c43e80bca58fe5c", |
36 | | - strip_prefix = "jdk-21.0.5+11", |
37 | | - urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.5_11.tar.gz"], |
38 | | - version = "21.0.5+11", |
39 | | - plain_version = "21.0.5", |
| 35 | + sha256 = "04fe1273f624187d927f1b466e8cdb630d70786db07bee7599bfa5153060afd3", |
| 36 | + strip_prefix = "jdk-21.0.6+7", |
| 37 | + urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%2B7/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.6_7.tar.gz"], |
| 38 | + version = "21.0.6+7", |
| 39 | + plain_version = "21.0.6", |
40 | 40 | architecture = "arm64", |
41 | 41 | ) |
42 | 42 | java.archive( |
43 | 43 | name = "temurin21_jre_ppc64le", |
44 | | - sha256 = "ae9ad61578da420fa7aeb01d3f6909da8a74d54a31bb8ba090a263cfadf221cc", |
45 | | - strip_prefix = "jdk-21.0.5+11-jre", |
46 | | - urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.5_11.tar.gz"], |
47 | | - version = "21.0.5+11", |
48 | | - plain_version = "21.0.5", |
| 44 | + sha256 = "381e31581af3858d4c471829c3da3263e83dfe8ac5d36b58403babb57f6e202c", |
| 45 | + strip_prefix = "jdk-21.0.6+7-jre", |
| 46 | + urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%2B7/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.6_7.tar.gz"], |
| 47 | + version = "21.0.6+7", |
| 48 | + plain_version = "21.0.6", |
49 | 49 | architecture = "ppc64le", |
50 | 50 | ) |
51 | 51 | java.archive( |
52 | 52 | name = "temurin21_jdk_ppc64le", |
53 | | - sha256 = "3c6f4c358facfb6c19d90faf02bfe0fc7512d6b0e80ac18146bbd7e0d01deeef", |
54 | | - strip_prefix = "jdk-21.0.5+11", |
55 | | - urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.5_11.tar.gz"], |
56 | | - version = "21.0.5+11", |
57 | | - plain_version = "21.0.5", |
| 53 | + sha256 = "163724b70b86d5a8461f85092165a9cc5a098ed900fee90d1b0c0be9607ae3d2", |
| 54 | + strip_prefix = "jdk-21.0.6+7", |
| 55 | + urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%2B7/OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.6_7.tar.gz"], |
| 56 | + version = "21.0.6+7", |
| 57 | + plain_version = "21.0.6", |
58 | 58 | architecture = "ppc64le", |
59 | 59 | ) |
60 | 60 | use_repo(java, "java_versions", "temurin21_jdk_amd64", "temurin21_jdk_arm64", "temurin21_jdk_ppc64le", "temurin21_jre_amd64", "temurin21_jre_arm64", "temurin21_jre_ppc64le") |
0 commit comments