Added x86 architecture for Rust (Visual Studio ABI) version 1.44.0. (#11290)

This commit is contained in:
Easton Pillay
2021-04-21 19:21:15 -05:00
committed by GitHub
parent 6a16e61b37
commit 20fe754cbe
3 changed files with 45 additions and 21 deletions

View File

@@ -0,0 +1,23 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Rustlang.rust-msvc
PackageVersion: 1.44.0
Installers:
- Architecture: x64
InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-x86_64-pc-windows-msvc.msi
InstallerSha256: 071982114F5E9A3B05D178DD7E37DBFA9C94A9A76817717FC0A5FAB6D832B73F
InstallerType: msi
InstallerSwitches:
Silent: /quiet
SilentWithProgress: /quiet /passive
ProductCode: "{B8AF961D-EA7F-4F31-B55D-A3C823050ADC}"
- Architecture: x86
InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-i686-pc-windows-msvc.msi
InstallerSha256: 3D41229504E19DEFA4483799B98EB0D6F9315ACFBA3981179473A63052DA7452
InstallerType: msi
InstallerSwitches:
Silent: /quiet
SilentWithProgress: /quiet /passive
ProductCode: "{2F0CE865-882E-4CF5-A5F7-FF2AACC783AA}"
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,18 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: Rustlang.rust-msvc
PackageVersion: 1.44.0
PackageLocale: en-US
LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT
Moniker: rust-msvc
Tags:
- rust
- windows
- msvc
PackageUrl: https://www.rust-lang.org/
Publisher: Rustlang
PackageName: Rust (Visual Studio ABI)
License: Apache 2.0 and MIT
ShortDescription: this is the rust-lang built with msvc
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,24 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: Rustlang.rust-msvc
PackageVersion: 1.44.0
PackageName: rust-msvc
Publisher: Rustlang
License: Apache 2.0 and MIT
LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT
Moniker: rust-msvc
Tags:
- rust
- windows
- msvc
ShortDescription: this is the rust-lang built with msvc
PackageUrl: https://www.rust-lang.org/
Installers:
- Architecture: x64
InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-x86_64-pc-windows-msvc.msi
InstallerSha256: 071982114f5e9a3b05d178dd7e37dbfa9c94a9a76817717fc0a5fab6d832b73f
InstallerType: msi
InstallerSwitches:
Silent: "/quiet"
SilentWithProgress: "/quiet /passive"
PackageLocale: en-US
ManifestType: singleton
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0