Skip to content

Commit

Permalink
ansible: Upgrade VS2022 Redist devkit to version vs2022_redist_14.40.…
Browse files Browse the repository at this point in the history
…33807_10.0.26100.1742 (#3848)

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard authored Dec 19, 2024
1 parent 9b6cc43 commit 1d8d7ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
###########################################
- name: Set Windows SDK version
set_fact:
wsdk_version: "14.40.33807_10.0.26100.0"
wsdk_version: "14.40.33807_10.0.26100.1742"
tags: MSVS_2022_REDIST

- name: Set Windows SDK checksum
set_fact:
wsdk_checksum: "a29ada15d941a7b2065e9a4273fd6b97df44d089ed2b9f860ded442f7fe69767"
wsdk_checksum: "ac6060f5f8a952f59faef20e53d124c2c267264109f3f6fabeb2b7aefb3e3c62"
tags: MSVS_2022_REDIST

- name: Test if VS 2022 Redists Are installed
Expand All @@ -35,7 +35,7 @@

- name: Download Visual Studio 2022 Redists
win_get_url:
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'
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'
checksum: "{{ wsdk_checksum }}"
checksum_algorithm: sha256
dest: 'c:\openjdk\devkit\vs2022_redist_{{ wsdk_version }}.zip'
Expand Down

0 comments on commit 1d8d7ec

Please sign in to comment.