From a0f139f31cad44a450dd0451785dee163a69f205 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Wed, 21 Apr 2021 19:46:51 -0500 Subject: [PATCH] Added x86 architecture for Rust (GNU ABI) version 1.44.0. (#11287) --- .../1.44.0/Rustlang.rust-gnu.installer.yaml | 23 +++++++++++++++++ .../Rustlang.rust-gnu.locale.en-US.yaml | 18 +++++++++++++ .../rust-gnu/1.44.0/Rustlang.rust-gnu.yaml | 25 +++---------------- 3 files changed, 45 insertions(+), 21 deletions(-) create mode 100644 manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.installer.yaml create mode 100644 manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.locale.en-US.yaml diff --git a/manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.installer.yaml b/manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.installer.yaml new file mode 100644 index 000000000..99d98534c --- /dev/null +++ b/manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.installer.yaml @@ -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 + diff --git a/manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.locale.en-US.yaml b/manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.locale.en-US.yaml new file mode 100644 index 000000000..efe772df8 --- /dev/null +++ b/manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.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-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 + diff --git a/manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.yaml b/manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.yaml index f294e025b..025dfa81c 100644 --- a/manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.yaml +++ b/manifests/r/Rustlang/rust-gnu/1.44.0/Rustlang.rust-gnu.yaml @@ -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 +