From 53794fb5be70bc0ec038469f31505f3d4de4de14 Mon Sep 17 00:00:00 2001 From: CGQAQ Date: Mon, 29 Jun 2020 09:37:28 +0800 Subject: [PATCH] 1 manifest only (#2119) --- manifests/Rustlang/rust-msvc-x64/1.44.1.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Rustlang/rust-msvc-x64/1.44.1.yaml diff --git a/manifests/Rustlang/rust-msvc-x64/1.44.1.yaml b/manifests/Rustlang/rust-msvc-x64/1.44.1.yaml new file mode 100644 index 000000000..2b735a9d5 --- /dev/null +++ b/manifests/Rustlang/rust-msvc-x64/1.44.1.yaml @@ -0,0 +1,18 @@ +Id: Rustlang.rust-msvc-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-msvc.msi + Sha256: F2206566D57D1BA0CDA2254E99AAA3CA99E1A43DAC6A8174C7C12D199BD600C3 + InstallerType: msi + Switches: + Silent: "/quiet" + SilentWithProgress: "/quiet /passive"