-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy path.jdk-versions.sh
28 lines (28 loc) · 1.8 KB
/
.jdk-versions.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# windows x64
WIN64_VERSION=11.0.26+4
WIN64_CHKSUM=48139e97027cc45e03e918e262e2dec8f3bfb113a79cf0ca43c29d4e9dd57ee1
WIN64_LINK=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_x64_windows_hotspot_11.0.26_4.zip
# windows x86
WIN32_VERSION=11.0.26+4
WIN32_CHKSUM=34e94694c2600f9e382476ee3064d39e8ba08415640fa8874a7127dc78e7c5b6
WIN32_LINK=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.26_4.zip
# windows aarch64
WIN_AARCH64_VERSION=11.0.26+4
WIN_AARCH64_CHKSUM=1d10cf760e4e011e830ef18ab28453a742ac84c046e4e77759e81b58716e6a8b
WIN_AARCH64_LINK=https://aka.ms/download-jdk/microsoft-jdk-11.0.26-windows-aarch64.zip
# mac x64
MAC_AMD64_VERSION=17.0.14+7
MAC_AMD64_CHKSUM=f2c7454f7aba076cd414887b31da92e4a50fda7a13d97f6e295c911af60de0b6
MAC_AMD64_LINK=https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.14%2B7/OpenJDK17U-jre_x64_mac_hotspot_17.0.14_7.tar.gz
# mac aarch64
MAC_AARCH64_VERSION=17.0.14+7
MAC_AARCH64_CHKSUM=9fb89125d5807f42cec588824fde487be42273a89c55ccfc5f44efda64e03e2c
MAC_AARCH64_LINK=https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.14%2B7/OpenJDK17U-jre_aarch64_mac_hotspot_17.0.14_7.tar.gz
# linux x64
LINUX_AMD64_VERSION=11.0.26+4
LINUX_AMD64_CHKSUM=d26c566a7010d1303d3979b6f076e7911b49419a609c9e4d81f27262bf47f87c
LINUX_AMD64_LINK=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_x64_linux_hotspot_11.0.26_4.tar.gz
# linux aarch64
LINUX_AARCH64_VERSION=11.0.26+4
LINUX_AARCH64_CHKSUM=4ececb5c229763107e9e4acf3b7035db38cf18a98a47176fa5ed1be3f3d15518
LINUX_AARCH64_LINK=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.26_4.tar.gz