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 | ||||||
|  |  | ||||||
| @@ -0,0 +1,18 @@ | |||||||
|  | # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json | ||||||
|  | PackageIdentifier: Rustlang.rust-gnu | ||||||
|  | PackageVersion: 1.43.1 | ||||||
|  | PackageLocale: en-US | ||||||
|  | LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT | ||||||
|  | Moniker: rust-gnu | ||||||
|  | Tags: | ||||||
|  | - rust | ||||||
|  | - windows | ||||||
|  | - gnu | ||||||
|  | PackageUrl: https://www.rust-lang.org/ | ||||||
|  | Publisher: Rustlang | ||||||
|  | PackageName: rust-gnu | ||||||
|  | License: Apache 2.0 and MIT | ||||||
|  | ShortDescription: this is the rust-lang built with gnu toolchain | ||||||
|  | ManifestType: defaultLocale | ||||||
|  | ManifestVersion: 1.0.0 | ||||||
|  |  | ||||||
| @@ -1,24 +1,7 @@ | |||||||
|  | # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json | ||||||
| PackageIdentifier: Rustlang.rust-gnu | PackageIdentifier: Rustlang.rust-gnu | ||||||
| PackageVersion: 1.43.1 | PackageVersion: 1.43.1 | ||||||
| PackageName: rust-gnu | DefaultLocale: en-US | ||||||
| Publisher: Rustlang | ManifestType: version | ||||||
| License: Apache 2.0 and MIT |  | ||||||
| LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT |  | ||||||
| Moniker: rust-gnu |  | ||||||
| Tags: |  | ||||||
| - rust |  | ||||||
| - windows |  | ||||||
| - gnu |  | ||||||
| ShortDescription: this is the rust-lang built with gnu toolchain |  | ||||||
| PackageUrl: https://www.rust-lang.org/ |  | ||||||
| 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" |  | ||||||
| PackageLocale: en-US |  | ||||||
| ManifestType: singleton |  | ||||||
| ManifestVersion: 1.0.0 | ManifestVersion: 1.0.0 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user