20 lines
791 B
YAML
20 lines
791 B
YAML
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
|
PackageIdentifier: LLVM.LLVM
|
|
PackageVersion: 11.1.0
|
|
Platform:
|
|
- "Windows.Desktop"
|
|
MinimumOSVersion: 10.0.0.0
|
|
InstallerType: nullsoft
|
|
Scope: machine
|
|
InstallerSwitches:
|
|
InstallLocation: /D=<INSTALLPATH>
|
|
Installers:
|
|
- Architecture: x86
|
|
InstallerUrl: https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/LLVM-11.1.0-win32.exe
|
|
InstallerSha256: B92F7C74CCD132DBA0089CDF4EFE9096A3F6018F14290611A408AEA329845727
|
|
- Architecture: x64
|
|
InstallerUrl: https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/LLVM-11.1.0-win64.exe
|
|
InstallerSha256: B5770BBFAC712D273938CD155E232AFAA85C2E8D865C7CA504A104A838568516
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|