Added x86 architecture for Rust (GNU ABI) version 1.44.0. (#11287)
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.44.0
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-x86_64-pc-windows-gnu.msi
|
||||
InstallerSha256: 7E2FCF0EA05A3814C6EA10B416E7347113EC6A31701E4A0D4A701020591E91AE
|
||||
InstallerType: msi
|
||||
InstallerSwitches:
|
||||
Silent: /quiet
|
||||
SilentWithProgress: /quiet /passive
|
||||
ProductCode: "{F9DB1C82-63E0-40EA-B482-CE110638B932}"
|
||||
- Architecture: x86
|
||||
InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-i686-pc-windows-gnu.msi
|
||||
InstallerSha256: 9A5AEB018F36A8FF60B003C4CB5AAF3543B885E587E7DED8EE782CF979ACF862
|
||||
InstallerType: msi
|
||||
InstallerSwitches:
|
||||
Silent: /quiet
|
||||
SilentWithProgress: /quiet /passive
|
||||
ProductCode: "{8E9B7C5D-EE12-4E37-A3F3-6A7D5515DD70}"
|
||||
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.44.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,24 +1,7 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
|
||||
PackageIdentifier: Rustlang.rust-gnu
|
||||
PackageVersion: 1.44.0
|
||||
PackageName: rust-gnu
|
||||
Publisher: Rustlang
|
||||
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.44.0-x86_64-pc-windows-gnu.msi
|
||||
InstallerSha256: 7E2FCF0EA05A3814C6EA10B416E7347113EC6A31701E4A0D4A701020591E91AE
|
||||
InstallerType: msi
|
||||
InstallerSwitches:
|
||||
Silent: "/quiet"
|
||||
SilentWithProgress: "/quiet /passive"
|
||||
PackageLocale: en-US
|
||||
ManifestType: singleton
|
||||
DefaultLocale: en-US
|
||||
ManifestType: version
|
||||
ManifestVersion: 1.0.0
|
||||
|
||||
|
Reference in New Issue
Block a user