Added x86 architecture for Rust (Visual Studio ABI) version 1.50.0. (#11291)
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-msvc
|
||||
PackageVersion: 1.50.0
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://static.rust-lang.org/dist/rust-1.50.0-x86_64-pc-windows-msvc.msi
|
||||
InstallerSha256: C38EB865683B9FCDD12BA0CB9A3DBA746694B0E00083739080381CC909AEE5FE
|
||||
InstallerType: msi
|
||||
InstallerSwitches:
|
||||
Silent: /quiet
|
||||
SilentWithProgress: /quiet /passive
|
||||
ProductCode: "{15307CF2-80D1-4887-BCFE-3D33328FA24D}"
|
||||
- Architecture: x86
|
||||
InstallerUrl: https://static.rust-lang.org/dist/rust-1.50.0-i686-pc-windows-msvc.msi
|
||||
InstallerSha256: A0A1E940360A6A48D45E4053C15081E38938C04362D53249F96523B5D1A94FC7
|
||||
InstallerType: msi
|
||||
InstallerSwitches:
|
||||
Silent: /quiet
|
||||
SilentWithProgress: /quiet /passive
|
||||
ProductCode: "{D0E4B712-D45D-442F-AEC3-C8F32417E434}"
|
||||
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-msvc
|
||||
PackageVersion: 1.50.0
|
||||
PackageLocale: en-US
|
||||
LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT
|
||||
Moniker: rust-msvc
|
||||
Tags:
|
||||
- rust
|
||||
- windows
|
||||
- msvc
|
||||
PackageUrl: https://www.rust-lang.org/
|
||||
Publisher: Rustlang
|
||||
PackageName: Rust (Visual Studio ABI)
|
||||
License: Apache 2.0 and MIT
|
||||
ShortDescription: this is the rust-lang built with msvc
|
||||
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-msvc
|
||||
PackageVersion: 1.50.0
|
||||
PackageName: rust-msvc
|
||||
Publisher: Rustlang
|
||||
License: Apache 2.0 and MIT
|
||||
LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT
|
||||
Moniker: rust-msvc
|
||||
Tags:
|
||||
- rust
|
||||
- windows
|
||||
- msvc
|
||||
ShortDescription: this is the rust-lang built with msvc
|
||||
PackageUrl: https://www.rust-lang.org/
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://static.rust-lang.org/dist/rust-1.50.0-x86_64-pc-windows-msvc.msi
|
||||
InstallerSha256: c38eb865683b9fcdd12ba0cb9a3dba746694b0e00083739080381cc909aee5fe
|
||||
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