Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 11 v22H2 SDK v10.0.22621.2 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions windows-sdk-11-version-22H2-all/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
$packageName = 'windows-sdk-11-version-22H2-all'
$installerType = 'EXE'
$url = 'https://download.microsoft.com/download/f/6/7/f673df4b-4df9-4e1c-b6ce-2e6b4236c802/windowssdk/winsdksetup.exe'
$url = 'https://download.microsoft.com/download/7/9/6/7962e9ce-cd69-4574-978c-1202654bd729/windowssdk/winsdksetup.exe'
# certUtil -hashfile file sha256
$checksum = '6c489de4a7ff206bdb15e97fedc397aa01da570bf83c3049aaf755d9376237c2'
# or: pwsh -c Get-FileHash file
$checksum = '73FE3CC0E50D946D0C0A83A1424111E60DEE23F0803E305A8974A963B58290C0'
$checksumType = 'sha256'
$silentArgs = "/Features + /Quiet /NoRestart /Log ""$env:temp\${packageName}_$([Guid]::NewGuid().ToString('D')).log"""
$validExitCodes = @(0,3010)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>windows-sdk-11-version-22H2-all</id>
<version>10.0.22621.1</version>
<version>10.0.22621.2</version>
<packageSourceUrl>https://github.com/noseratio/choco/tree/main/windows-sdk-11-version-22H2-all</packageSourceUrl>
<owners>noseratio</owners>
<title>Windows Software Development Kit for Windows 11 Version 22H2 (10.0.22621.1) (All Features)</title>
<title>Windows Software Development Kit for Windows 11 Version 22H2 (10.0.22621.2) (All Features)</title>
<authors>Microsoft Corporation</authors>
<projectUrl>https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/</projectUrl>
<tags>Windows 10 Windows 11 SDK 22H2 22621</tags>
<summary>Windows Software Development Kit for Windows 11 Version 22H2 (All Features)</summary>
<description>Windows Software Development Kit for Windows 11 Version 22H2 (Build 10.0.22621.1), All Features</description>
<description>Windows Software Development Kit for Windows 11 Version 22H2 (Build 10.0.22621.2), All Features</description>
</metadata>
<files>
<file src="tools\chocolateyinstall.ps1" target="tools" />
Expand Down