11"repositories for java 21"
22
3- #VERSION 21.0.8
3+ #VERSION 21.0.9
44
55java = use_extension("//private/extensions:java.bzl", "java")
6-
7- # amd64 JRE and JDK
86java.archive(
97 name = "temurin21_jre_amd64",
108 architecture = "amd64",
11- plain_version = "21.0.8 ",
12- sha256 = "968c283e104059dae86ea1d670672a80170f27a39529d815843ec9c1f0fa2a03 ",
13- strip_prefix = "jdk-21.0.8+9 -jre",
14- urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9 /OpenJDK21U-jre_x64_linux_hotspot_21.0.8_9 .tar.gz"],
15- version = "21.0.8+9 ",
9+ plain_version = "21.0.9 ",
10+ sha256 = "aeab55d064a1a27a3744b0880b9b414077b4ed2b1790817eea3df60aec946431 ",
11+ strip_prefix = "jdk-21.0.9+10 -jre",
12+ urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9%2B10 /OpenJDK21U-jre_x64_linux_hotspot_21.0.9_10 .tar.gz"],
13+ version = "21.0.9+10 ",
1614)
1715java.archive(
1816 name = "temurin21_jdk_amd64",
1917 architecture = "amd64",
20- plain_version = "21.0.8 ",
21- sha256 = "f2dc5418092c43003db8f9005c4a286e1c0104fea96ccdd49e8ebd037cac9219 ",
22- strip_prefix = "jdk-21.0.8+9 ",
23- urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9 /OpenJDK21U-jdk_x64_linux_hotspot_21.0.8_9 .tar.gz"],
24- version = "21.0.8+9 ",
18+ plain_version = "21.0.9 ",
19+ sha256 = "810d3773df7e0d6c4394e4e244b264c8b30e0b05a0acf542d065fd78a6b65c2f ",
20+ strip_prefix = "jdk-21.0.9+10 ",
21+ urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9%2B10 /OpenJDK21U-jdk_x64_linux_hotspot_21.0.9_10 .tar.gz"],
22+ version = "21.0.9+10 ",
2523)
26-
27- # arm64 JRE and JDK
2824java.archive(
2925 name = "temurin21_jre_arm64",
3026 architecture = "arm64",
31- plain_version = "21.0.8 ",
32- sha256 = "f54f6e2a907c4aef95ce6d7388474c6d5d87ae87899dd309561672bcfda9121e ",
33- strip_prefix = "jdk-21.0.8+9 -jre",
34- urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9 /OpenJDK21U-jre_aarch64_linux_hotspot_21.0.8_9 .tar.gz"],
35- version = "21.0.8+9 ",
27+ plain_version = "21.0.9 ",
28+ sha256 = "1d041073c65e834bdb4da732485a54ff829859dcd1549e7992f15bd73341be29 ",
29+ strip_prefix = "jdk-21.0.9+10 -jre",
30+ urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9%2B10 /OpenJDK21U-jre_aarch64_linux_hotspot_21.0.9_10 .tar.gz"],
31+ version = "21.0.9+10 ",
3632)
3733java.archive(
3834 name = "temurin21_jdk_arm64",
3935 architecture = "arm64",
40- plain_version = "21.0.8 ",
41- sha256 = "e5c41a1ab0865ea5de9b4529bf8526005f1d4593090845387d14fe450ce39c33 ",
42- strip_prefix = "jdk-21.0.8+9 ",
43- urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9 /OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.8_9 .tar.gz"],
44- version = "21.0.8+9 ",
36+ plain_version = "21.0.9 ",
37+ sha256 = "edf0da4debe7cf475dbe320d174d6eed81479eb363f41e38a2efb740428c603a ",
38+ strip_prefix = "jdk-21.0.9+10 ",
39+ urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9%2B10 /OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.9_10 .tar.gz"],
40+ version = "21.0.9+10 ",
4541)
46-
47- # s390x JRE and JDK
4842java.archive(
4943 name = "temurin21_jre_s390x",
5044 architecture = "s390x",
51- plain_version = "21.0.8 ",
52- sha256 = "7f2f9e48cc0e970b671b4ee8c69bf98002e27e4546e0c33071a2ecac38a8154c ",
53- strip_prefix = "jdk-21.0.8+9 -jre",
54- urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9 /OpenJDK21U-jre_s390x_linux_hotspot_21.0.8_9 .tar.gz"],
55- version = "21.0.8+9 ",
45+ plain_version = "21.0.9 ",
46+ sha256 = "951eb9fd40e4478b0a7069b672bc0307f59045d756dd3ca6ed0b1ea12ab41ca2 ",
47+ strip_prefix = "jdk-21.0.9+10 -jre",
48+ urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9%2B10 /OpenJDK21U-jre_s390x_linux_hotspot_21.0.9_10 .tar.gz"],
49+ version = "21.0.9+10 ",
5650)
5751java.archive(
5852 name = "temurin21_jdk_s390x",
5953 architecture = "s390x",
60- plain_version = "21.0.8 ",
61- sha256 = "a84e3cbf8bb5f8a313e06b790c7bc388687ba00262e981f5e33432ebd4d34356 ",
62- strip_prefix = "jdk-21.0.8+9 ",
63- urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9 /OpenJDK21U-jdk_s390x_linux_hotspot_21.0.8_9 .tar.gz"],
64- version = "21.0.8+9 ",
54+ plain_version = "21.0.9 ",
55+ sha256 = "e8ede0fb48aaa3a0cc1ac7c8522f8ca7938bdbb8be0d603b61134de7f898aff4 ",
56+ strip_prefix = "jdk-21.0.9+10 ",
57+ urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9%2B10 /OpenJDK21U-jdk_s390x_linux_hotspot_21.0.9_10 .tar.gz"],
58+ version = "21.0.9+10 ",
6559)
66-
67- # ppc64le JRE and JDK
6860java.archive(
6961 name = "temurin21_jre_ppc64le",
7062 architecture = "ppc64le",
71- plain_version = "21.0.8 ",
72- sha256 = "12c351c7a6906ca4ddd3f158cbd9ebf2733bab2dc432dc3f9d5685476b16b7bc ",
73- strip_prefix = "jdk-21.0.8+9 -jre",
74- urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9 /OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.8_9 .tar.gz"],
75- version = "21.0.8+9 ",
63+ plain_version = "21.0.9 ",
64+ sha256 = "4973d6a43393854ccabd32bf7a1306788831586166fc8f5fa34a9df428366014 ",
65+ strip_prefix = "jdk-21.0.9+10 -jre",
66+ urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9%2B10 /OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.9_10 .tar.gz"],
67+ version = "21.0.9+10 ",
7668)
7769java.archive(
7870 name = "temurin21_jdk_ppc64le",
7971 architecture = "ppc64le",
80- plain_version = "21.0.8 ",
81- sha256 = "a24e869b8e563fd7b9f7776f6686ca5d737c8d1c3c33c9b72836935709b44a34 ",
82- strip_prefix = "jdk-21.0.8+9 ",
83- urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9 /OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.8_9 .tar.gz"],
84- version = "21.0.8+9 ",
85- )
72+ plain_version = "21.0.9 ",
73+ sha256 = "ac5a0394a234269b4e20459649ac93cb702cde29b3e46a0bcf3aa53958f2d4a4 ",
74+ strip_prefix = "jdk-21.0.9+10 ",
75+ urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9%2B10 /OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.9_10 .tar.gz"],
76+ version = "21.0.9+10 ",
77+ )
0 commit comments