Added x86 architecture for LLVM version 11.1.0. (#10206)
This commit is contained in:
19
manifests/l/LLVM/LLVM/11.1.0/LLVM.LLVM.installer.yaml
Normal file
19
manifests/l/LLVM/LLVM/11.1.0/LLVM.LLVM.installer.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# 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
|
||||||
21
manifests/l/LLVM/LLVM/11.1.0/LLVM.LLVM.locale.en-US.yaml
Normal file
21
manifests/l/LLVM/LLVM/11.1.0/LLVM.LLVM.locale.en-US.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
|
||||||
|
PackageIdentifier: LLVM.LLVM
|
||||||
|
PackageVersion: 11.1.0
|
||||||
|
PackageLocale: en-US
|
||||||
|
Publisher: LLVM Project
|
||||||
|
PackageName: LLVM
|
||||||
|
PackageUrl: https://llvm.org/
|
||||||
|
License: Apache License v2.0 with LLVM Exceptions
|
||||||
|
LicenseUrl: https://releases.llvm.org/11.1.0/LICENSE.TXT
|
||||||
|
ShortDescription: The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
|
||||||
|
Moniker: LLVM
|
||||||
|
Tags:
|
||||||
|
- C
|
||||||
|
- C++
|
||||||
|
- Objective-C
|
||||||
|
- Clang
|
||||||
|
- LLVM
|
||||||
|
- LLD
|
||||||
|
- LLDB
|
||||||
|
ManifestType: defaultLocale
|
||||||
|
ManifestVersion: 1.0.0
|
||||||
7
manifests/l/LLVM/LLVM/11.1.0/LLVM.LLVM.locale.zh-CN.yaml
Normal file
7
manifests/l/LLVM/LLVM/11.1.0/LLVM.LLVM.locale.zh-CN.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json
|
||||||
|
PackageIdentifier: LLVM.LLVM
|
||||||
|
PackageVersion: 11.1.0
|
||||||
|
PackageLocale: zh-CN
|
||||||
|
ShortDescription: LLVM 项目是一个模块化和可重用的编译器和工具链技术的集合。
|
||||||
|
ManifestType: locale
|
||||||
|
ManifestVersion: 1.0.0
|
||||||
@@ -1,31 +1,6 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
|
||||||
PackageIdentifier: LLVM.LLVM
|
PackageIdentifier: LLVM.LLVM
|
||||||
PackageName: LLVM
|
|
||||||
Moniker: LLVM
|
|
||||||
PackageVersion: 11.1.0
|
PackageVersion: 11.1.0
|
||||||
Publisher: LLVM Project
|
DefaultLocale: en-US
|
||||||
License: Apache License v2.0 with LLVM Exceptions
|
ManifestType: version
|
||||||
LicenseUrl: https://releases.llvm.org/11.0.1/LICENSE.TXT
|
|
||||||
MinimumOSVersion: 10.0.0.0
|
|
||||||
ShortDescription: The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
|
|
||||||
PackageUrl: https://llvm.org/
|
|
||||||
Tags:
|
|
||||||
- C
|
|
||||||
- C++
|
|
||||||
- Objective-C
|
|
||||||
- Clang
|
|
||||||
- LLVM
|
|
||||||
- LLD
|
|
||||||
- LLDB
|
|
||||||
InstallerType: nullsoft
|
|
||||||
InstallerSwitches:
|
|
||||||
Silent: /S
|
|
||||||
SilentWithProgress: /S
|
|
||||||
InstallLocation: /D=<INSTALLPATH>
|
|
||||||
Installers:
|
|
||||||
- Architecture: x64
|
|
||||||
InstallerUrl: https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/LLVM-11.1.0-win64.exe
|
|
||||||
InstallerSha256: B5770BBFAC712D273938CD155E232AFAA85C2E8D865C7CA504A104A838568516
|
|
||||||
Scope: machine
|
|
||||||
PackageLocale: en-US
|
|
||||||
ManifestType: singleton
|
|
||||||
ManifestVersion: 1.0.0
|
ManifestVersion: 1.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user