Added x86 architecture for Rust (GNU ABI) version 1.43.1. (#11286)
This commit is contained in:
@@ -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.43.1
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://static.rust-lang.org/dist/rust-1.43.1-x86_64-pc-windows-gnu.msi
|
||||
InstallerSha256: 5BB68819BA1FC00338915948171287EBD4FD7AEF1840EF9076153D821B943459
|
||||
InstallerType: msi
|
||||
InstallerSwitches:
|
||||
Silent: /quiet
|
||||
SilentWithProgress: /quiet /passive
|
||||
ProductCode: "{3AC17426-9760-449A-932B-9C2F2AC0E37D}"
|
||||
- Architecture: x86
|
||||
InstallerUrl: https://static.rust-lang.org/dist/rust-1.43.1-i686-pc-windows-gnu.msi
|
||||
InstallerSha256: D533C93278A64A567C5880EADCA29284D3FC0029B3F764C1D1F77FF49174D7EE
|
||||
InstallerType: msi
|
||||
InstallerSwitches:
|
||||
Silent: /quiet
|
||||
SilentWithProgress: /quiet /passive
|
||||
ProductCode: "{D6B5141D-447A-49EF-90EB-DC816D371086}"
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.0.0
|
||||
|
Reference in New Issue
Block a user