From 20fe754cbe97e527635ac4b90ea5f7f3e185392f Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Wed, 21 Apr 2021 19:21:15 -0500 Subject: [PATCH] Added x86 architecture for Rust (Visual Studio ABI) version 1.44.0. (#11290) --- .../1.44.0/Rustlang.rust-msvc.installer.yaml | 23 +++++++++++++++++ .../Rustlang.rust-msvc.locale.en-US.yaml | 18 +++++++++++++ .../rust-msvc/1.44.0/Rustlang.rust-msvc.yaml | 25 +++---------------- 3 files changed, 45 insertions(+), 21 deletions(-) create mode 100644 manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.installer.yaml create mode 100644 manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.locale.en-US.yaml diff --git a/manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.installer.yaml b/manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.installer.yaml new file mode 100644 index 000000000..922a597b8 --- /dev/null +++ b/manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.installer.yaml @@ -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.44.0 +Installers: +- Architecture: x64 + InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-x86_64-pc-windows-msvc.msi + InstallerSha256: 071982114F5E9A3B05D178DD7E37DBFA9C94A9A76817717FC0A5FAB6D832B73F + InstallerType: msi + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet /passive + ProductCode: "{B8AF961D-EA7F-4F31-B55D-A3C823050ADC}" +- Architecture: x86 + InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-i686-pc-windows-msvc.msi + InstallerSha256: 3D41229504E19DEFA4483799B98EB0D6F9315ACFBA3981179473A63052DA7452 + InstallerType: msi + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet /passive + ProductCode: "{2F0CE865-882E-4CF5-A5F7-FF2AACC783AA}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.locale.en-US.yaml b/manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.locale.en-US.yaml new file mode 100644 index 000000000..bf5a45b6b --- /dev/null +++ b/manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.locale.en-US.yaml @@ -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.44.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 + diff --git a/manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.yaml b/manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.yaml index 7d662e5a7..3c6df1c7c 100644 --- a/manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.yaml +++ b/manifests/r/Rustlang/rust-msvc/1.44.0/Rustlang.rust-msvc.yaml @@ -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.44.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.44.0-x86_64-pc-windows-msvc.msi - InstallerSha256: 071982114f5e9a3b05d178dd7e37dbfa9c94a9a76817717fc0a5fab6d832b73f - InstallerType: msi - InstallerSwitches: - Silent: "/quiet" - SilentWithProgress: "/quiet /passive" -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +