Skip to content

Commit dc7eaa3

Browse files
New version: Kitware.CMake version 4.3.1 (microsoft#353074)
1 parent ae6b087 commit dc7eaa3

3 files changed

Lines changed: 83 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Kitware.CMake
5+
PackageVersion: 4.3.1
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
InstallerSwitches:
10+
InstallLocation: INSTALL_ROOT="<INSTALLPATH>"
11+
Custom: ADD_CMAKE_TO_PATH=System
12+
UpgradeBehavior: install
13+
ReleaseDate: 2026-03-27
14+
Installers:
15+
- Architecture: x86
16+
InstallerUrl: https://github.com/Kitware/CMake/releases/download/v4.3.1/cmake-4.3.1-windows-i386.msi
17+
InstallerSha256: 5E5AC3542E406BE0D3FB4509BD1D374E1BED1A0C0C71CD72E40DBEB7195D23ED
18+
ProductCode: '{8D750F90-B7C2-48E8-93D8-D208D122BEE1}'
19+
AppsAndFeaturesEntries:
20+
- ProductCode: '{8D750F90-B7C2-48E8-93D8-D208D122BEE1}'
21+
UpgradeCode: '{8FFD1D72-B7F1-11E2-8EE5-00238BCA4991}'
22+
InstallationMetadata:
23+
DefaultInstallLocation: '%ProgramFiles(x86)%\.\CMake'
24+
- Architecture: x64
25+
InstallerUrl: https://github.com/Kitware/CMake/releases/download/v4.3.1/cmake-4.3.1-windows-x86_64.msi
26+
InstallerSha256: 92EA30F5541ABB693A5AC9C1D5F4353369FBC1E8F23A775E3E27F17C5B00212F
27+
ProductCode: '{2D665576-8EAB-43BC-8AD3-BDFC7379F381}'
28+
AppsAndFeaturesEntries:
29+
- ProductCode: '{2D665576-8EAB-43BC-8AD3-BDFC7379F381}'
30+
UpgradeCode: '{8FFD1D72-B7F1-11E2-8EE5-00238BCA4991}'
31+
InstallationMetadata:
32+
DefaultInstallLocation: '%ProgramFiles%\.\CMake'
33+
- Architecture: arm64
34+
InstallerUrl: https://github.com/Kitware/CMake/releases/download/v4.3.1/cmake-4.3.1-windows-arm64.msi
35+
InstallerSha256: C1932E50D5EB726BE6FE57CBCC51C5D13FD404086A287BCC17E75E371009BEB1
36+
ProductCode: '{A8446B30-6092-408C-9720-8510501D275C}'
37+
AppsAndFeaturesEntries:
38+
- ProductCode: '{A8446B30-6092-408C-9720-8510501D275C}'
39+
UpgradeCode: '{8FFD1D72-B7F1-11E2-8EE5-00238BCA4991}'
40+
InstallationMetadata:
41+
DefaultInstallLocation: '%ProgramFiles%\.\CMake'
42+
ManifestType: installer
43+
ManifestVersion: 1.12.0
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Kitware.CMake
5+
PackageVersion: 4.3.1
6+
PackageLocale: en-US
7+
Publisher: Kitware
8+
PublisherUrl: https://www.kitware.com/
9+
PublisherSupportUrl: https://www.kitware.com/contact-us
10+
PrivacyUrl: https://www.kitware.com/privacy/#privacy-policy
11+
Author: Kitware
12+
PackageName: CMake
13+
PackageUrl: https://cmake.org/
14+
License: BSD-3-Clause
15+
LicenseUrl: https://github.com/Kitware/CMake/blob/HEAD/LICENSE.rst
16+
Copyright: Copyright 2000-2025 Kitware, Inc. and Contributors
17+
CopyrightUrl: https://github.com/Kitware/CMake/blob/master/LICENSE.rst
18+
ShortDescription: CMake is a cross-platform, open-source build system generator.
19+
Description: |-
20+
CMake is an open-source, cross-platform family of tools designed to build, test and package software.
21+
CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice.
22+
Moniker: cmake
23+
Tags:
24+
- compiler
25+
- cross-platform
26+
- foss
27+
ReleaseNotes: |-
28+
See also the release notes and release milestone.
29+
PGP sig by 2D2CEF1034921684
30+
ReleaseNotesUrl: https://github.com/Kitware/CMake/releases/tag/v4.3.1
31+
ManifestType: defaultLocale
32+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Kitware.CMake
5+
PackageVersion: 4.3.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)