From e8cf5ef2ab5c6d69903d32e17351de864cd78259 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Wed, 12 Aug 2020 03:52:34 +0100 Subject: [PATCH] Add manifest file for LibreOffice v6.4.6.2 x64 (#3042) --- .../LibreOffice/LibreOffice/6.4.6.2.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 manifests/LibreOffice/LibreOffice/6.4.6.2.yaml diff --git a/manifests/LibreOffice/LibreOffice/6.4.6.2.yaml b/manifests/LibreOffice/LibreOffice/6.4.6.2.yaml new file mode 100644 index 000000000..437812d84 --- /dev/null +++ b/manifests/LibreOffice/LibreOffice/6.4.6.2.yaml @@ -0,0 +1,24 @@ +# ================== General ================== +Id: LibreOffice.LibreOffice +Publisher: The Document Foundation +Name: LibreOffice +Description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice). Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity. +AppMoniker: libreoffice +Tags: libreoffice, odf, openoffice + +# ================= License ================== +Homepage: https://www.libreoffice.org/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://www.libreoffice.org/about-us/licenses + +# ================= Installer ================= +Version: 6.4.6.2 + +InstallerType: msi +Installers: + - Arch: x64 + Url: https://downloadarchive.documentfoundation.org/libreoffice/old/6.4.6.2/win/x86_64/LibreOffice_6.4.6.2_Win_x64.msi + Sha256: AC0EC1A2F4D4138C90A7FF3AF849560702147E13F7ED83334871280C6DBBCE64 + Switches: + Silent: /qn /norestart + SilentWithProgress: /qn /norestart \ No newline at end of file