diff --git a/manifests/Rustlang/rust-msvc/1.44.0.yaml b/manifests/Rustlang/rust-msvc/1.44.0.yaml new file mode 100644 index 000000000..60d2396bb --- /dev/null +++ b/manifests/Rustlang/rust-msvc/1.44.0.yaml @@ -0,0 +1,18 @@ +Id: Rustlang.rust-msvc +Version: 1.44.0 +Name: rust-msvc +Publisher: Rustlang +License: Apache 2.0 and MIT +LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT +AppMoniker: rust-msvc +Tags: rust, windows, msvc +Description: this is the rust-lang built with msvc +Homepage: https://www.rust-lang.org/ +Installers: + - Arch: x64 + Url: https://static.rust-lang.org/dist/rust-1.44.0-x86_64-pc-windows-msvc.msi + Sha256: 071982114f5e9a3b05d178dd7e37dbfa9c94a9a76817717fc0a5fab6d832b73f + InstallerType: msi + Switches: + Silent: "/quiet" + SilentWithProgress: "/quiet /passive" \ No newline at end of file