From 0d9f4ca0390e76411f2491b746c2e3ca16c0db03 Mon Sep 17 00:00:00 2001 From: CGQAQ Date: Wed, 22 Jul 2020 02:36:00 +0800 Subject: [PATCH] Add rust gnu x64 1.45.0 (#2467) --- manifests/Rustlang/rust-gnu-x64/1.45.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Rustlang/rust-gnu-x64/1.45.0.yaml diff --git a/manifests/Rustlang/rust-gnu-x64/1.45.0.yaml b/manifests/Rustlang/rust-gnu-x64/1.45.0.yaml new file mode 100644 index 000000000..1e24e1340 --- /dev/null +++ b/manifests/Rustlang/rust-gnu-x64/1.45.0.yaml @@ -0,0 +1,18 @@ +Id: Rustlang.rust-gnu-x64 +Version: 1.45.0 +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.45.0-x86_64-pc-windows-gnu.msi + Sha256: E7602D94007E27140579077E6084BFC64A14CA1A48BA89B8645773A7B2C326FD + InstallerType: msi + Switches: + Silent: "/quiet" + SilentWithProgress: "/quiet /passive"