Added x86 architecture for Rust (GNU ABI) version 1.50.0. (#11288)
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.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
|
||||||
|
|
||||||
@@ -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.50.0
|
||||||
|
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,25 +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.50.0
|
PackageVersion: 1.50.0
|
||||||
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.50.0-x86_64-pc-windows-gnu.msi
|
|
||||||
InstallerSha256: F386733A31CF36CDD06613BC6D0607A410627C854736288301302C7170E8705A
|
|
||||||
InstallerType: msi
|
|
||||||
InstallerSwitches:
|
|
||||||
Silent: /quiet
|
|
||||||
SilentWithProgress: /quiet /passive
|
|
||||||
ProductCode: "{D793AFC5-0AC2-41E8-AAD4-9445E90B1213}"
|
|
||||||
PackageLocale: en-US
|
|
||||||
ManifestType: singleton
|
|
||||||
ManifestVersion: 1.0.0
|
ManifestVersion: 1.0.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user