File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ansible/playbooks/AdoptOpenJDK_Windows_Playbook/roles/MSVS_2022_REDIST/tasks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
# ##########################################
5
5
- name : Set Windows SDK version
6
6
set_fact :
7
- wsdk_version : " 14.40.33807_10.0.26100.0 "
7
+ wsdk_version : " 14.40.33807_10.0.26100.1742 "
8
8
tags : MSVS_2022_REDIST
9
9
10
10
- name : Set Windows SDK checksum
11
11
set_fact :
12
- wsdk_checksum : " a29ada15d941a7b2065e9a4273fd6b97df44d089ed2b9f860ded442f7fe69767 "
12
+ wsdk_checksum : " ac6060f5f8a952f59faef20e53d124c2c267264109f3f6fabeb2b7aefb3e3c62 "
13
13
tags : MSVS_2022_REDIST
14
14
15
15
- name : Test if VS 2022 Redists Are installed
35
35
36
36
- name : Download Visual Studio 2022 Redists
37
37
win_get_url :
38
- url : ' https://github.com/adoptium/devkit-binaries/releases/download/vs2022_redist_14.40.33807_10.0.26100.0 /vs2022_redist_14.40.33807_10.0.26100.0 .zip'
38
+ url : ' https://github.com/adoptium/devkit-binaries/releases/download/vs2022_redist_14.40.33807_10.0.26100.1742 /vs2022_redist_14.40.33807_10.0.26100.1742 .zip'
39
39
checksum : " {{ wsdk_checksum }}"
40
40
checksum_algorithm : sha256
41
41
dest : ' c:\openjdk\devkit\vs2022_redist_{{ wsdk_version }}.zip'
You can’t perform that action at this time.
0 commit comments