Added x86 architecture for Rust (GNU ABI) version 1.50.0. (#11288)

This commit is contained in:
Easton Pillay
2021-04-21 19:41:14 -05:00
committed by GitHub
parent 5ef8a7991b
commit 2503e3a5f8
3 changed files with 45 additions and 22 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-gnu
PackageVersion: 1.50.0
Installers:
- Architecture: x64
InstallerUrl: https://static.rust-lang.org/dist/rust-1.50.0-x86_64-pc-windows-gnu.msi
InstallerSha256: F386733A31CF36CDD06613BC6D0607A410627C854736288301302C7170E8705A
InstallerType: msi
InstallerSwitches:
Silent: /quiet
SilentWithProgress: /quiet /passive
ProductCode: "{D793AFC5-0AC2-41E8-AAD4-9445E90B1213}"
- Architecture: x86
InstallerUrl: https://static.rust-lang.org/dist/rust-1.50.0-i686-pc-windows-gnu.msi
InstallerSha256: 7B8A11F77AF87D44EE30E4331EF699BB6E618242532D2DC9B6E2408920E90776
InstallerType: msi
InstallerSwitches:
Silent: /quiet
SilentWithProgress: /quiet /passive
ProductCode: "{698A6FA7-2F98-4289-BC2C-BE78AAB5D0EB}"
ManifestType: installer
ManifestVersion: 1.0.0