From 468c361a5b984688073e0c475e511dc04cee3341 Mon Sep 17 00:00:00 2001 From: CGQAQ Date: Mon, 29 Jun 2020 07:20:54 +0800 Subject: [PATCH] 1 manifest only (#2116) --- manifests/Rustlang/rust-gnu-x64/1.44.1.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Rustlang/rust-gnu-x64/1.44.1.yaml diff --git a/manifests/Rustlang/rust-gnu-x64/1.44.1.yaml b/manifests/Rustlang/rust-gnu-x64/1.44.1.yaml new file mode 100644 index 000000000..bbf480cd6 --- /dev/null +++ b/manifests/Rustlang/rust-gnu-x64/1.44.1.yaml @@ -0,0 +1,18 @@ +Id: Rustlang.rust-gnu-x64 +Version: 1.44.1 +Name: rust-gnu +Publisher: Rustlang +License: Apache 2.0 and MIT +LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT +AppMoniker: rust-gnu +Tags: rust, windows, gnu +Description: this is the rust-lang built with gnu toolchain +Homepage: https://www.rust-lang.org/ +Installers: + - Arch: x64 + Url: https://static.rust-lang.org/dist/rust-1.44.1-x86_64-pc-windows-gnu.msi + Sha256: E28B401C9523757AEFE677E6F6527A86B1DFD19156476F8724FA8F654436CEF4 + InstallerType: msi + Switches: + Silent: "/quiet" + SilentWithProgress: "/quiet /passive"