Added x86 architecture for LLVM version 11.1.0. (#10206)

This commit is contained in:
Zhai Dev
2021-04-08 00:31:53 +08:00
committed by GitHub
parent 93818b82e9
commit c4f3f24f53
4 changed files with 50 additions and 28 deletions

View 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

View 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

View 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

View File

@@ -1,31 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: LLVM.LLVM
PackageName: LLVM
Moniker: LLVM
PackageVersion: 11.1.0
Publisher: LLVM Project
License: Apache License v2.0 with LLVM Exceptions
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
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0