From a69a190b31a5bf34bd02708a1be4c48d877b2a84 Mon Sep 17 00:00:00 2001 From: Jeffrey Jansma Date: Fri, 14 Aug 2020 16:24:37 +0200 Subject: [PATCH 01/50] Add Handbrake version 1.3.3 (#3079) * Add Handbrake 1.3.3 Add Handbrake 1.3.3 * Update 1.3.3.yaml --- manifests/TheHandBrakeTeam/HandBrake/1.3.3.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/TheHandBrakeTeam/HandBrake/1.3.3.yaml diff --git a/manifests/TheHandBrakeTeam/HandBrake/1.3.3.yaml b/manifests/TheHandBrakeTeam/HandBrake/1.3.3.yaml new file mode 100644 index 000000000..762025fb9 --- /dev/null +++ b/manifests/TheHandBrakeTeam/HandBrake/1.3.3.yaml @@ -0,0 +1,15 @@ +Id: thehandbraketeam.handbrake +Version: 1.3.3 +Name: HandBrake +Publisher: The HandBreak Team +License: GPLv2 +LicenseUrl: https://github.com/HandBrake/HandBrake/blob/master/LICENSE +Tags: handbrake video converter transcoder +Description: The open source video transcoder +Homepage: https://handbrake.fr +Installers: + - Arch: x64 + Url: https://github.com/HandBrake/HandBrake/releases/download/1.3.3/HandBrake-1.3.3-x86_64-Win_GUI.exe + Sha256: CD71E213D3D334215AA7B56199B62189BF1B64A75C04EA17DC2A7D0469C0AAB6 + InstallerType: nullsoft + From eb132f3bf4457b3137a1dffbef7494a68bcb61ba Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Fri, 14 Aug 2020 17:14:09 +0200 Subject: [PATCH 02/50] Add manifest file for OnlyOFFICE v5.6.0 x64 (#3077) --- .../ONLYOFFICE/DesktopEditors/5.6.0.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifests/ONLYOFFICE/DesktopEditors/5.6.0.yaml diff --git a/manifests/ONLYOFFICE/DesktopEditors/5.6.0.yaml b/manifests/ONLYOFFICE/DesktopEditors/5.6.0.yaml new file mode 100644 index 000000000..ddc5c1210 --- /dev/null +++ b/manifests/ONLYOFFICE/DesktopEditors/5.6.0.yaml @@ -0,0 +1,20 @@ +Id: ONLYOFFICE.DesktopEditors +Version: 5.6.0 +MinOSVersion: 10.0.0.0 +Name: Desktop Editors +Publisher: ONLYOFFICE +License: AGPL-3.0 +LicenseUrl: https://www.gnu.org/licenses/agpl-3.0.en.html +AppMoniker: ONLYOFFICE +Tags: office, word, excel, powerpoint, editor, text editor, document, spreadsheet, presentation +Description: "Create, view and edit text documents, spreadsheets and presentations of any size and complexity. Work on documents of most popular formats: DOCX, ODT, XLSX, ODS, CSV, PPTX, ODP, etc. Deal with multiple files within one and the same window thanks to the tab-based user interface." +Homepage: https://www.onlyoffice.com/en/desktop.aspx +FileExtensions: doc, docx, odt, rtf, txt, pdf, epub, xps, djvu, xls, xlsx, ods, csv, ppt, pptx, odp +Installers: + - Arch: x64 + Url: https://github.com/ONLYOFFICE/DesktopEditors/releases/download/ONLYOFFICE-DesktopEditors-5.6.0/DesktopEditors_x64.exe + Sha256: E0A6703983A353CE7B5205205302B87A4D5FCC982F4B8A708CE143CC4A96823B + InstallerType: inno + Switches: + Silent: "/s /S /q /Q /quiet /silent /SILENT /VERYSILENT" + SilentWithProgress: "/s /S /q /Q /quiet /silent /SILENT /VERYSILENT" \ No newline at end of file From 0ab1595f1d8cd637d8c28fb43b1ae43907350375 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Fri, 14 Aug 2020 17:16:35 +0200 Subject: [PATCH 03/50] Add manifest file for System Explorer v7.0.0 (#3076) --- .../SystemExplorer/SystemExplorer/7.0.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/SystemExplorer/SystemExplorer/7.0.0.yaml diff --git a/manifests/SystemExplorer/SystemExplorer/7.0.0.yaml b/manifests/SystemExplorer/SystemExplorer/7.0.0.yaml new file mode 100644 index 000000000..2386680f3 --- /dev/null +++ b/manifests/SystemExplorer/SystemExplorer/7.0.0.yaml @@ -0,0 +1,18 @@ +Id: SystemExplorer.SystemExplorer +Version: 7.0.0 +Name: System Explorer +Publisher: Mister Group (Miroslav Topolar) +License: Copyright (c) Mister Group +LicenseUrl: http://systemexplorer.net/ +AppMoniker: system explorer +Tags: system explorer +Description: System Explorer gives detailed information about tasks, processes, modules, Startups, IE Addons, Uninstallers, Windows services, drivers, connections and opened files. +Homepage: http://systemexplorer.net/ +Installers: + - Arch: x86 + Url: http://systemexplorer.net/download/SystemExplorerSetup.exe + Sha256: 2D8C97B48757126BC6DE5DCE670323A33602B6D90D21183FFDD8131716DEC268 + InstallerType: inno + Switches: + Silent: " /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" + SilentWithProgress: " /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" \ No newline at end of file From dbcfa80ba489367b28a443c07884465c531aa78d Mon Sep 17 00:00:00 2001 From: "Kevin Larkin (MS)" Date: Fri, 14 Aug 2020 09:17:24 -0700 Subject: [PATCH 04/50] Added WDK build 19041 (#3075) --- manifests/Microsoft/WindowsWDK/10.0.19041.0.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifests/Microsoft/WindowsWDK/10.0.19041.0.yaml diff --git a/manifests/Microsoft/WindowsWDK/10.0.19041.0.yaml b/manifests/Microsoft/WindowsWDK/10.0.19041.0.yaml new file mode 100644 index 000000000..8d51637f9 --- /dev/null +++ b/manifests/Microsoft/WindowsWDK/10.0.19041.0.yaml @@ -0,0 +1,16 @@ +Id: Microsoft.WindowsWDK +Version: 10.0.19041.0 +Name: Windows WDK +Publisher: Microsoft +Homepage: https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk +License: Copyright (c) Microsoft Corporation. All rights reserved. +Description: The WDK is used to develop, test, and deploy Windows drivers. +Installers: + - Arch: x86 + Url: https://download.microsoft.com/download/1/a/7/1a730121-7aa7-46f7-8978-7db729aa413d/wdk/wdksetup.exe + InstallerType: exe + Sha256: 2b89518ff05869ccf33b64ff2b8fdd058b61ce4c9b5c8b99ca2573350e4ca279 + Switches: + Silent: /q + SilentWithProgress: /q + From 87abe1f3cc40a70fda1bc7672b84c7aa4385f7bf Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Fri, 14 Aug 2020 21:00:39 +0200 Subject: [PATCH 05/50] Add manifest file for MusicBrainz Picard v2.4.1 (#3069) --- manifests/MusicBrainz/Picard/2.4.1.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/MusicBrainz/Picard/2.4.1.yaml diff --git a/manifests/MusicBrainz/Picard/2.4.1.yaml b/manifests/MusicBrainz/Picard/2.4.1.yaml new file mode 100644 index 000000000..bdbe522a0 --- /dev/null +++ b/manifests/MusicBrainz/Picard/2.4.1.yaml @@ -0,0 +1,15 @@ +Id: MusicBrainz.Picard +Version: 2.4.1 +Name: MusicBrainz Picard +Publisher: MusicBrainz +License: GNU General Public License v2.0 +LicenseUrl: https://raw.githubusercontent.com/metabrainz/picard/master/COPYING.txt +AppMoniker: picard +Tags: "musicbrainz, picard, audio, tagger, music, foss, cross-platform" +Description: A cross-platform music tagger written in Python. +Homepage: https://picard.musicbrainz.org/ +Installers: + - Arch: x64 + Url: https://github.com/metabrainz/picard/releases/download/release-2.4.1/MusicBrainz-Picard-2.4.1.msix + Sha256: 6DD1FCDA218AF6631366CAD0CDA92CD5221431CB453F161B85707C0F6D6645CB + InstallerType: msix \ No newline at end of file From 98cd8a30b4d2fb5b0ce45f5f308ec0db55b57d8e Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Fri, 14 Aug 2020 21:27:20 +0200 Subject: [PATCH 06/50] Add manifest file for Adobe Acrobat Reader DC (French) v2020.012.20041 (#3063) * Add manifest file for Adobe Acrobat Reader DC (French) v2020.012.20041 * Modify manifest file to add 'Tags' property * Rename the manifest file to match the 'Version' Property --- .../2020.012.20041 (fr-FR).yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Adobe/AdobeAcrobatReaderDC/2020.012.20041 (fr-FR).yaml diff --git a/manifests/Adobe/AdobeAcrobatReaderDC/2020.012.20041 (fr-FR).yaml b/manifests/Adobe/AdobeAcrobatReaderDC/2020.012.20041 (fr-FR).yaml new file mode 100644 index 000000000..44d2cd65b --- /dev/null +++ b/manifests/Adobe/AdobeAcrobatReaderDC/2020.012.20041 (fr-FR).yaml @@ -0,0 +1,18 @@ +Id: Adobe.AdobeAcrobatReaderDC +Version: 2020.012.20041 (fr-FR) +Name: Adobe Acrobat Reader DC +Publisher: Adobe +License: Copyright (c) Adobe +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +AppMoniker: Adobe Acrobat Reader DC (French) +Tags: adobe reader, Adobe Acrobat Reader DC (French) +Description: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Homepage: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html +Installers: + - Arch: x86 + Url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_fr_FR.exe + Sha256: C29C03667852929FB028B098E529FD3C60EBB51BC4FAD4A8F5DD2D44E410282D + InstallerType: exe + Switches: + Silent: /sAll /rs /rps /l /re + SilentWithProgress: /sPB /rs /rps /l /re From b5a448fc2866eba181da13315f7dcc970c19f98d Mon Sep 17 00:00:00 2001 From: abitglow <65068372+abitglow@users.noreply.github.com> Date: Sat, 15 Aug 2020 03:58:29 +0800 Subject: [PATCH 07/50] Add manifest file for NVAccess NVDA 2020.2. (#3058) --- manifests/NVAccess/NVDA/2020.2.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifests/NVAccess/NVDA/2020.2.yaml diff --git a/manifests/NVAccess/NVDA/2020.2.yaml b/manifests/NVAccess/NVDA/2020.2.yaml new file mode 100644 index 000000000..08889a270 --- /dev/null +++ b/manifests/NVAccess/NVDA/2020.2.yaml @@ -0,0 +1,21 @@ +Id: NVAccess.NVDA +Name: NVDA +AppMoniker: NonVisual Desktop Access +Version: 2020.2 +Publisher: NV Access Limited +License: GPL V2 +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +MinOSVersion: 6.1.7601.0 +Description: NonVisual Desktop Access (NVDA) is a free and open source screen reader for the Microsoft Windows operating system. Providing feedback via synthetic speech and Braille, it enables blind or vision impaired people to access computers running Windows for no more cost than a sighted person. NVDA is developed by NV Access, with contributions from the community. +Homepage: https://www.nvaccess.org +Tags: accessibility,screen-reader,blind +Installers: + - Arch: Neutral + Url: https://www.nvaccess.org/files/nvda/releases/2020.2/nvda_2020.2.exe + Sha256: 9BEA6EB5F6DC13A7CFA48531732E6BEDA11A27F55986EDB4B0B6DDD8389B1359 + InstallerType: Nullsoft + Switches: + Silent: "--install-silent" + SilentWithProgress: "--install-silent" + +# ManifestVersion: 0.1.0 \ No newline at end of file From 3b61c9cfebd9e37fa6ef60cf5552781f7a14dca2 Mon Sep 17 00:00:00 2001 From: yigitemres Date: Fri, 14 Aug 2020 23:33:27 +0300 Subject: [PATCH 08/50] Add Sigil-1.3.0. (#3082) ALLUSERS needed for cancel VcRedist prompt & install under "C:\ProgramFiles\". --- manifests/Sigil-Ebook/Sigil/1.3.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Sigil-Ebook/Sigil/1.3.0.yaml diff --git a/manifests/Sigil-Ebook/Sigil/1.3.0.yaml b/manifests/Sigil-Ebook/Sigil/1.3.0.yaml new file mode 100644 index 000000000..cadb01f53 --- /dev/null +++ b/manifests/Sigil-Ebook/Sigil/1.3.0.yaml @@ -0,0 +1,18 @@ +Id: Sigil-Ebook.Sigil +Version: 1.3.0 +Name: Sigil +Publisher: Sigil-Ebook +License: GPL3 +LicenseUrl: https://github.com/Sigil-Ebook/Sigil/blob/master/COPYING.txt +AppMoniker: sigil +Tags: ebook, sigil, ebook editor, epub +Description: Sigil is a free, open source, multi-platform ebook editor that uses Qt (and QtWebEngine). It is designed to edit books in ePub format (both ePub 2 and ePub 3). +Homepage: https://sigil-ebook.com/ +Installers: + - Arch: x64 + Url: https://github.com/Sigil-Ebook/Sigil/releases/download/1.3.0/Sigil-1.3.0-Windows-x64-Setup.exe + Sha256: 7A262F57173E9A7974E07CB1638385AE2CAC27766E5C4B6E809A87F4B737A58A + InstallerType: inno + Switches: + Silent: /ALLUSERS /NORESTART /TYPE=FULL /VERYSILENT + SilentWithProgress: /ALLUSERS /NORESTART /TYPE=FULL /SILENT From a080484acf89251a754bce1ad54a0db7292e9396 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sat, 15 Aug 2020 01:20:24 +0200 Subject: [PATCH 09/50] Add manifest file for Beeftext v7.1 (#3072) --- manifests/Beeftext/Beeftext/7.1.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Beeftext/Beeftext/7.1.yaml diff --git a/manifests/Beeftext/Beeftext/7.1.yaml b/manifests/Beeftext/Beeftext/7.1.yaml new file mode 100644 index 000000000..91d46aba7 --- /dev/null +++ b/manifests/Beeftext/Beeftext/7.1.yaml @@ -0,0 +1,18 @@ +Id: Beeftext.Beeftext +Version: 7.1 +Name: Beeftext +Publisher: Xavier Michelon +License: MIT License +LicenseUrl: https://github.com/xmichelo/Beeftext/blob/master/LICENSE +AppMoniker: beeftext +Tags: beeftext +Description: Beeftext is a text snippet management tool for Windows, inspired by TextExpander. +Homepage: https://beeftext.org/ +Installers: + - Arch: x86 + Url: https://github.com/xmichelo/Beeftext/releases/download/v7.1/Beeftext-7.1-Installer.exe + Sha256: 5EB327F18D8103920455FF1BD5558D68B5251A0CA3A08D6A3FD7B62DD2232E6D + InstallerType: exe + Switches: + Silent: /S + SilentWithProgress: /S \ No newline at end of file From 28ccf1314f7021c5067c97d6e01279e4711df6b8 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 14:27:26 +0200 Subject: [PATCH 10/50] Add manifest file for Glary Utilities v5.148 x86 (#3106) --- manifests/Glarysoft/GlaryUtilities/5.148.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Glarysoft/GlaryUtilities/5.148.yaml diff --git a/manifests/Glarysoft/GlaryUtilities/5.148.yaml b/manifests/Glarysoft/GlaryUtilities/5.148.yaml new file mode 100644 index 000000000..ed0645561 --- /dev/null +++ b/manifests/Glarysoft/GlaryUtilities/5.148.yaml @@ -0,0 +1,18 @@ +Id: Glarysoft.GlaryUtilities +Version: 5.148 +Name: Glary Utilities +Publisher: Glarysoft +License: Copyright © Glarysoft Ltd. +LicenseUrl: https://www.glarysoft.com/inf/eula/ +AppMoniker: Glary Utilities +Tags: Glary Utilities +Description: Glary Utilities offers multiple system tools to fix, maintain, and protect your PC. +Homepage: https://www.glarysoft.com/ +Installers: + - Arch: x86 + Url: https://download.glarysoft.com/gu5setup.exe + Sha256: 2EE713935593B15A2BA0B01BE96DC549EC431E068890133AB3E2A8A06C4EE30E + InstallerType: exe + Switches: + Silent: /S + SilentWithProgress: /S \ No newline at end of file From 095f461bd066109072daecbb785a6bdf74e4ca9f Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 14:43:26 +0200 Subject: [PATCH 11/50] Add manifest file for NextCloud Desktop Client v2.6.5 x86 (#3104) --- manifests/Nextcloud/NextcloudDesktop/2.6.5.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifests/Nextcloud/NextcloudDesktop/2.6.5.yaml diff --git a/manifests/Nextcloud/NextcloudDesktop/2.6.5.yaml b/manifests/Nextcloud/NextcloudDesktop/2.6.5.yaml new file mode 100644 index 000000000..6d3b77c52 --- /dev/null +++ b/manifests/Nextcloud/NextcloudDesktop/2.6.5.yaml @@ -0,0 +1,16 @@ +Id: Nextcloud.NextcloudDesktop +Name: Nextcloud Desktop +Publisher: Nextcloud GmbH +Version: 2.6.5 +MinOSVersion: 10.0.0.0 +License: GNU GENERAL PUBLIC LICENSE Version 2 +LicenseUrl: https://github.com/nextcloud/desktop/blob/master/COPYING +AppMoniker: nextclouddesktop +Homepage: https://nextcloud.com/ +Description: Use the desktop clients to keep your files synchronized between your Nextcloud server and your desktop. +Tags: "utility,tool,synchronization,cloud" +InstallerType: Nullsoft +Installers: + - Arch: x86 + Url: https://download.nextcloud.com/desktop/releases/Windows/Nextcloud-2.6.5-setup.exe + Sha256: 6a29295672e2457693f1ddcace403b1e288bcd76e3e618fe87d0ae6cd6adf99b \ No newline at end of file From 259112d3bc6d1ff5d598fcf1d0b62fa94d6c1fec Mon Sep 17 00:00:00 2001 From: Miguel Mendes Ruiz <1760721+migmruiz@users.noreply.github.com> Date: Sun, 16 Aug 2020 09:55:53 -0300 Subject: [PATCH 12/50] Adds CPUID.CPU-Z version 1.93 (#3101) --- manifests/CPUID/CPU-Z/1.93.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifests/CPUID/CPU-Z/1.93.yaml diff --git a/manifests/CPUID/CPU-Z/1.93.yaml b/manifests/CPUID/CPU-Z/1.93.yaml new file mode 100644 index 000000000..8c53bdd0c --- /dev/null +++ b/manifests/CPUID/CPU-Z/1.93.yaml @@ -0,0 +1,16 @@ +Id: CPUID.CPU-Z +Publisher: CPUID +Name: CPU-Z +Version: 1.93 +License: Copyright (C) CPUID +InstallerType: EXE +AppMoniker: cpu-z +Description: CPU-Z is a freeware that gathers information on some of the main devices of your system +Homepage: https://www.cpuid.com/softwares/cpu-z.html +Installers: + - Arch: x64 + Url: https://download.cpuid.com/cpu-z/cpu-z_1.93-en.exe + Sha256: C446DFDF87EC0C077A46A9E75B4D50C68A178167B9BB4C7D0F3B32C8A4BE59F6 + Switches: + Silent: /VERYSILENT + SilentWithProgress: /VERYSILENT From 5e99fc6aa27ffaeab669afabaf421ec8e8e58f51 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 15:03:10 +0200 Subject: [PATCH 13/50] Add manifest file for Bulk Image Downloader v5.77 x86 (#3099) * Add manifest file for Bulk Image Downloader v5.77 x86 * Modify manifest file to account for Manifest-Validation Error * Edit manifest once again to account for Manifest-Validation Error * Rename the parent folder as well as the ID manifest property --- .../BulkImageDownloader/5.77.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/AntibodySoftware/BulkImageDownloader/5.77.yaml diff --git a/manifests/AntibodySoftware/BulkImageDownloader/5.77.yaml b/manifests/AntibodySoftware/BulkImageDownloader/5.77.yaml new file mode 100644 index 000000000..a1add8d4e --- /dev/null +++ b/manifests/AntibodySoftware/BulkImageDownloader/5.77.yaml @@ -0,0 +1,17 @@ +Id: AntibodySoftware.BulkImageDownloader +Version: 5.77 +Name: Bulk Image Downloader +Publisher: AntibodySoftware +License: © 2020 antibody-software.com +AppMoniker: Bulk Image Downloader +Tags: Bulk Image Downloader +Description: Bulk Image Downloader (BID) is a simple to use yet powerful image downloading tool for Windows PCs. +Homepage: https://bulkimagedownloader.com/ +Installers: + - Arch: x86 + Url: https://bulkimagedownloader.com/files/bid_5_77_setup.exe + Sha256: EB294A303F869870C89687E07F0DAC5F5902E7D37F372A928D2ADB1CFBB748D7 + InstallerType: inno + Switches: + Silent: "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" + SilentWithProgress: "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" \ No newline at end of file From 7b5406d14649e9b77790e10a14c6cabe93ebb1d7 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 15:09:23 +0200 Subject: [PATCH 14/50] Add manifest file for WizKey v1.5.0.8 x86 (#3098) --- manifests/AntibodySoftware/WizKey/1.5.0.8.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/AntibodySoftware/WizKey/1.5.0.8.yaml diff --git a/manifests/AntibodySoftware/WizKey/1.5.0.8.yaml b/manifests/AntibodySoftware/WizKey/1.5.0.8.yaml new file mode 100644 index 000000000..569391968 --- /dev/null +++ b/manifests/AntibodySoftware/WizKey/1.5.0.8.yaml @@ -0,0 +1,17 @@ +Id: AntibodySoftware.WizKey +Version: 1.5.0.8 +Name: WizKey +Publisher: Antibody Software +License: © 2020 antibody-software.com +AppMoniker: wizkey +Tags: wizkey +Description: WizKey is a keyboard enhancement utility that makes the typing of accented and other special characters easy. The most common characters can be typed using easy to remember keyboard shortcuts, and less common characters can be selected and searched for by code or name using the built in Unicode character browser. +Homepage: https://antibody-software.com/web/software/software/wizkey-makes-it-easy-to-type-accented-and-other-special-unicode-characters/ +Installers: + - Arch: x86 + Url: https://antibody-software.com/files/wizkey_1_5_0_8_setup.exe + Sha256: D19959DFE271614874DE30540639315C35B213AFF20B98147E7CA21CF92B695B + InstallerType: inno + Switches: + Silent: "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" + SilentWithProgress: "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" \ No newline at end of file From fbc8f206e57ff69b0ba72d1baac7b16c7264f87d Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 15:11:52 +0200 Subject: [PATCH 15/50] Add manifest file for WizMouse v1.7.0.3 x86 (#3097) --- .../AntibodySoftware/WizMouse/1.7.0.3.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/AntibodySoftware/WizMouse/1.7.0.3.yaml diff --git a/manifests/AntibodySoftware/WizMouse/1.7.0.3.yaml b/manifests/AntibodySoftware/WizMouse/1.7.0.3.yaml new file mode 100644 index 000000000..cd17cbbf7 --- /dev/null +++ b/manifests/AntibodySoftware/WizMouse/1.7.0.3.yaml @@ -0,0 +1,17 @@ +Id: AntibodySoftware.WizMouse +Version: 1.7.0.3 +Name: WizMouse +Publisher: Antibody Software +License: © 2020 antibody-software.com +AppMoniker: wiztree +Tags: file, management +Description: WizMouse is a mouse enhancement utility that makes your mouse wheel work on the window currently under the mouse pointer, instead of the currently focused window. This means you no longer have to click on a window before being able to scroll it with the mouse wheel. +Homepage: https://antibody-software.com/web/software/software/wizmouse-makes-your-mouse-wheel-work-on-the-window-under-the-mouse/ +Installers: + - Arch: x86 + Url: http://antibody-software.com/files/wizmouse_1_7_0_3_setup.exe + Sha256: D7315C1807278534D4A377C972A8D3C506F7968CFE650534EBE64DCCFF7757F6 + InstallerType: inno + Switches: + Silent: "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" + SilentWithProgress: "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" \ No newline at end of file From cfa15c292716cda4f92e6a3a8dcfea66a495be66 Mon Sep 17 00:00:00 2001 From: ifurther <55025025+ifurther@users.noreply.github.com> Date: Sun, 16 Aug 2020 21:16:56 +0800 Subject: [PATCH 16/50] Update Zotero to 5.0.89 (#3096) * Update Zotero to 5.0.89 * fix url error --- manifests/Zotero/Zotero/5.0.89.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Zotero/Zotero/5.0.89.yaml diff --git a/manifests/Zotero/Zotero/5.0.89.yaml b/manifests/Zotero/Zotero/5.0.89.yaml new file mode 100644 index 000000000..18c49d14b --- /dev/null +++ b/manifests/Zotero/Zotero/5.0.89.yaml @@ -0,0 +1,18 @@ +Id: Zotero.Zotero +Version: 5.0.89 +Name: Zotero +Publisher: Zotero +License: GNU AGPLv3 +LicenseUrl: https://www.zotero.org/support/licensing +AppMoniker: zotero +Tags: zotero +Description: Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research. +Homepage: https://www.zotero.org/ +Installers: + - Arch: x86 + Url: https://download.zotero.org/client/release/5.0.89/Zotero-5.0.89_setup.exe + Sha256: 17f9387e3bd03bc2b37f0881daf635fa97ecdca6279d45c51b38fd981ebb6d94 + InstallerType: exe + Switches: + Silent: /S + SilentWithProgress: /S From dc38a1f1adb3e43167b244c6209e280de5875bca Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 15:25:14 +0200 Subject: [PATCH 17/50] Add manifest file for Shotcut v20.07.11 x64 (#3094) --- manifests/Meltytech/Shotcut/20.07.11.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manifests/Meltytech/Shotcut/20.07.11.yaml diff --git a/manifests/Meltytech/Shotcut/20.07.11.yaml b/manifests/Meltytech/Shotcut/20.07.11.yaml new file mode 100644 index 000000000..e510139e0 --- /dev/null +++ b/manifests/Meltytech/Shotcut/20.07.11.yaml @@ -0,0 +1,14 @@ +Id: Meltytech.Shotcut +Version: 20.07.11 +Name: Shotcut +Publisher: Meltytech LLC +License: GPLv3 +LicenseUrl: https://github.com/mltframework/shotcut/blob/master/COPYING +Tags: video, editor, premiere +Description: Shotcut is a free, open source, cross-platform video editor. +Homepage: https://www.shotcut.org +Installers: + - Arch: x64 + Url: https://github.com/mltframework/shotcut/releases/download/v20.07.11/shotcut-win64-200711.exe + Sha256: 1E924933FF0C3067512171CCB08B033C46DBCDFA1921BA686F332CB9AEDBBB87 + InstallerType: nullsoft \ No newline at end of file From 0a2027838ad183e7ed391412e649982930d1753e Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 15:27:49 +0200 Subject: [PATCH 18/50] Add manifest file for Taskade v3.2.0 x64 (#3093) --- manifests/Taskade/Taskade/3.2.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Taskade/Taskade/3.2.0.yaml diff --git a/manifests/Taskade/Taskade/3.2.0.yaml b/manifests/Taskade/Taskade/3.2.0.yaml new file mode 100644 index 000000000..e76fda1e9 --- /dev/null +++ b/manifests/Taskade/Taskade/3.2.0.yaml @@ -0,0 +1,18 @@ +Id: Taskade.Taskade +Name: Taskade +AppMoniker: Taskade +Version: 3.2.0 +Publisher: Taskade +License: Copyright (C) 2014-2020 Taskade +MinOSVersion: 10.0.0.0 +Homepage: https://taskade.com +Description: Where Remote Teams Get Work Done +Tags: "taskade,todo,tasks,mindmap" +InstallerType: exe +Installers: + - Arch: x64 + Url: https://apps.taskade.com/updates/Taskade_Setup_3.2.0.exe + Sha256: 2B9D5550FEF8B4D17445225659554D0F87E6DF354FDB52D423A2C27C4783AC17 + Switches: + Silent: /S + SilentWithProgress: /S \ No newline at end of file From 4d5d318887c5f780f5500f534809599bbc2f4123 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 15:29:51 +0200 Subject: [PATCH 19/50] Add manifest file for SimpleNote v1.21.0 x64 (#3092) --- manifests/Automattic/Simplenote/1.21.0.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manifests/Automattic/Simplenote/1.21.0.yaml diff --git a/manifests/Automattic/Simplenote/1.21.0.yaml b/manifests/Automattic/Simplenote/1.21.0.yaml new file mode 100644 index 000000000..2d092297e --- /dev/null +++ b/manifests/Automattic/Simplenote/1.21.0.yaml @@ -0,0 +1,14 @@ +Id: Automattic.Simplenote +Version: 1.21.0 +Name: Simplenote +Publisher: Automattic +License: GPLv2 +LicenseUrl: https://raw.githubusercontent.com/Automattic/simplenote-electron/develop/LICENSE.md +AppMoniker: simplenote +Description: Simplenote is an easy way to keep notes, lists, ideas and more. Your notes stay in sync with all your devices for free. +Homepage: https://simplenote.com/ +Installers: + - Arch: x64 + Url: https://github.com/Automattic/simplenote-electron/releases/download/v1.21.0/Simplenote-win-1.21.0-x64.appx + Sha256: CF2AF8A094D7EEF2A224AC50872DD299F404F070E166AF70719B668E1EBA7748 + InstallerType: appx \ No newline at end of file From f524439ad695af21b5848f73c87a23609fc69aaf Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 15:35:07 +0200 Subject: [PATCH 20/50] Add manifest file for Cyberduck v7.5.0 x86 (#3091) --- manifests/Iterate/Cyberduck/7.5.0.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/Iterate/Cyberduck/7.5.0.yaml diff --git a/manifests/Iterate/Cyberduck/7.5.0.yaml b/manifests/Iterate/Cyberduck/7.5.0.yaml new file mode 100644 index 000000000..4db32a94f --- /dev/null +++ b/manifests/Iterate/Cyberduck/7.5.0.yaml @@ -0,0 +1,17 @@ +Id: Iterate.Cyberduck +Version: 7.5.0 +Name: Cyberduck +Publisher: Iterate GmbH +License: GPL-3.0 +LicenseUrl: https://cyberduck.io/license/ +AppMoniker: cyberduck +Description: Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox. +Homepage: https://cyberduck.io/ +Installers: + - Arch: x86 + Url: https://update.cyberduck.io/windows/Cyberduck-Installer-7.5.0.33280.exe + Sha256: C3F395001E0DD912374757B13C2245272D5AAA902A1061811EED6AF5AF5E764D + InstallerType: exe + Switches: + Silent: "/S" + SilentWithProgress: "/S" \ No newline at end of file From 177ddb46c03399f045cca8ae97f2f4815f864518 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Sun, 16 Aug 2020 21:39:11 +0800 Subject: [PATCH 21/50] CloudMusicUWP 1.4.1.0 (#3087) --- manifests/Netease/CloudMusicUWP/1.4.1.0.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/Netease/CloudMusicUWP/1.4.1.0.yaml diff --git a/manifests/Netease/CloudMusicUWP/1.4.1.0.yaml b/manifests/Netease/CloudMusicUWP/1.4.1.0.yaml new file mode 100644 index 000000000..52c8db180 --- /dev/null +++ b/manifests/Netease/CloudMusicUWP/1.4.1.0.yaml @@ -0,0 +1,15 @@ +Id: Netease.CloudMusicUWP +Version: 1.4.1.0 +Name: Netease Cloud Music UWP +Publisher: Netease +License: copyright (c) Netease +Tags: Netease,music,uwp +Description: A popular cloud music service client in China. +Installers: + - Arch: x86 + Url: https://github.com/kenvix/NeteaseMusicUWP/blob/master/netease_cloud_music_1F8B0F94.122165AE053F_1.4.1.0_neutral_~_j2p0p5q0044a6.appxbundle?raw=true + Sha256: 7b2689ec4aa35c3d68a133b12fa0c0d88360e8c786fd9f6ba2f46d8fdda27d69 + InstallerType: appx + #Switches: + # Silent: + # SilentWithProgress: \ No newline at end of file From fbc2f26e1538f5024b8d1748fd7023ff9a67c1da Mon Sep 17 00:00:00 2001 From: Peyman M <16763358+peymanr34@users.noreply.github.com> Date: Sun, 16 Aug 2020 18:30:38 +0430 Subject: [PATCH 22/50] Add Telegram Desktop 2.3.0 (#3083) --- manifests/Telegram/TelegramDesktop/2.3.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Telegram/TelegramDesktop/2.3.0.yaml diff --git a/manifests/Telegram/TelegramDesktop/2.3.0.yaml b/manifests/Telegram/TelegramDesktop/2.3.0.yaml new file mode 100644 index 000000000..a9a616c53 --- /dev/null +++ b/manifests/Telegram/TelegramDesktop/2.3.0.yaml @@ -0,0 +1,18 @@ +Id: Telegram.TelegramDesktop +Version: 2.3.0 +Name: Telegram Desktop +Publisher: Telegram Messenger Inc. +License: GNU General Public License version 3 +LicenseUrl: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE +AppMoniker: telegram +Tags: messenger, messaging +Description: Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed. +Homepage: https://desktop.telegram.org +Installers: + - Arch: x86 + Url: https://updates.tdesktop.com/tsetup/tsetup.2.3.0.exe + Sha256: 0AF40AC99F64811A0CB6EB7FE0ADA3CA05D95C9872A5B3531EB7E3E25FECB845 + InstallerType: exe + Switches: + Silent: /VERYSILENT + SilentWithProgress: /VERYSILENT \ No newline at end of file From 345f3fe389264fa734137c627611e215682f9e9a Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 16:05:20 +0200 Subject: [PATCH 23/50] Add manifest file for Search Deflector v1.3.2 (#3071) * Add manifest file for Search Deflector v1.3.2 * Edit manifest file to account for Manifest-Validation Error --- .../SearchDeflector/SearchDeflector/1.3.2.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/SearchDeflector/SearchDeflector/1.3.2.yaml diff --git a/manifests/SearchDeflector/SearchDeflector/1.3.2.yaml b/manifests/SearchDeflector/SearchDeflector/1.3.2.yaml new file mode 100644 index 000000000..f11bf0db5 --- /dev/null +++ b/manifests/SearchDeflector/SearchDeflector/1.3.2.yaml @@ -0,0 +1,18 @@ +Id: SearchDeflector.SearchDeflector +Version: 1.3.2 +Name: Search Deflector +Publisher: Jacob Birkett +License: MIT License +LicenseUrl: https://github.com/spikespaz/search-deflector/blob/release/LICENSE +AppMoniker: search deflector +Tags: self deflector +Description: Search Deflector is a small system utility that redirects searches made from the start menu or Cortana to whatever browser and search engine you prefer, removing ties with Microsoft Edge and Bing. +Homepage: https://github.com/spikespaz/search-deflector +Installers: + - Arch: x86 + Url: https://github.com/spikespaz/search-deflector/releases/download/1.3.2/SearchDeflector-Installer.exe + Sha256: 5748459A852AF0AAB295CC1AA45E2E78785FB74B8F9880AB7A88AE2DDFBDA630 + InstallerType: inno + Switches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- \ No newline at end of file From d4ea62c06962d2a073e6c75cabef2ee843ce4694 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 16:12:11 +0200 Subject: [PATCH 24/50] =?UTF-8?q?Add=20manifest=20file=20for=20=C2=9BTermi?= =?UTF-8?q?nus=20v1.0.117=20x64=20(#3109)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifests/Eugeny/Terminus/1.0.117.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manifests/Eugeny/Terminus/1.0.117.yaml diff --git a/manifests/Eugeny/Terminus/1.0.117.yaml b/manifests/Eugeny/Terminus/1.0.117.yaml new file mode 100644 index 000000000..3631142d9 --- /dev/null +++ b/manifests/Eugeny/Terminus/1.0.117.yaml @@ -0,0 +1,19 @@ +Id: Eugeny.Terminus +Publisher: Eugeny +Name: Terminus +Version: 1.0.117 +License: MIT License +InstallerType: exe +LicenseUrl: https://github.com/Eugeny/terminus/blob/master/LICENSE +AppMoniker: terminus +Tags: terminal, console, command line +Description: A terminal for a more modern age. +Homepage: https://eugeny.github.io/terminus/ +Installers: + - Arch: x64 + InstallerType: exe + Url: https://github.com/Eugeny/terminus/releases/download/v1.0.117/terminus-1.0.117-setup.exe + Sha256: A9176CE2F12E283DAE32159EBFDF8B508608B9326A09B6ECAD1EDC985858AD38 + Switches: + Silent: /S + SilentWithProgress: /S \ No newline at end of file From e6e9338b15949d8c518f0784af04b94956a526ef Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 16:12:50 +0200 Subject: [PATCH 25/50] Add manifest file for Carnac v2.3.13 x64 (#3108) --- manifests/code52/Carnac/2.3.13.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/code52/Carnac/2.3.13.yaml diff --git a/manifests/code52/Carnac/2.3.13.yaml b/manifests/code52/Carnac/2.3.13.yaml new file mode 100644 index 000000000..b99ee3c34 --- /dev/null +++ b/manifests/code52/Carnac/2.3.13.yaml @@ -0,0 +1,18 @@ +Id: code52.Carnac +Version: 2.3.13 +Name: Carnac +Publisher: code52 +License: MS-PL License +LicenseUrl: https://github.com/Code52/carnac/blob/master/LICENSE.md +AppMoniker: carnac +Tags: carnac +Description: A keyboard logging and presentation utility for presentations, screencasts, and to help you become a better keyboard user. +Homepage: http://carnackeys.com/ +Installers: + - Arch: x64 + Url: https://github.com/Code52/carnac/releases/download/2.3.13/Setup.exe + Sha256: 54A9E3D45C9226BE0BB71806EEC64D4F6D2A881F81C8C2C67E26EED6A1CC83D8 + InstallerType: exe + Switches: + Silent: -s + SilentWithProgress: -s \ No newline at end of file From add99a0e886d4ab67943eb5bc49b033ecffca04f Mon Sep 17 00:00:00 2001 From: Steve Syrell Date: Sun, 16 Aug 2020 09:37:37 -0700 Subject: [PATCH 26/50] Adding manifest for NodeJS-14.8.0 (#3084) --- manifests/OpenJS/NodeJS/14.8.0.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manifests/OpenJS/NodeJS/14.8.0.yaml diff --git a/manifests/OpenJS/NodeJS/14.8.0.yaml b/manifests/OpenJS/NodeJS/14.8.0.yaml new file mode 100644 index 000000000..36d3e0e61 --- /dev/null +++ b/manifests/OpenJS/NodeJS/14.8.0.yaml @@ -0,0 +1,14 @@ +Id: OpenJS.Nodejs +Version: 14.8.0 +Name: Node.js +Publisher: OpenJS Foundation +AppMoniker: node +License: (c) OpenJS Foundation. All Rights Reserved. Portions of this site originally (c) Joyent. - MIT License +LicenseUrl: https://github.com/nodejs/node/blob/master/LICENSE +Homepage: https://nodejs.org/ +Description: Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. +InstallerType: msi +Installers: + - Arch: x64 + Url: https://nodejs.org/dist/v14.8.0/node-v14.8.0-x64.msi + Sha256: 2c7e2d179f2e5d91fadcb8adbc93c33b2b8c0401c7c2097ab8f63734caa6f99a From 8644b2c21723ff355954f353b187233abaf36038 Mon Sep 17 00:00:00 2001 From: yigitemres Date: Sun, 16 Aug 2020 19:42:42 +0300 Subject: [PATCH 27/50] Add Pandoc-2.10.1. (#3068) * Add Pandoc-2.10.1. * Fix whitespace. --- manifests/JohnMacFarlane/Pandoc/2.10.1.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/JohnMacFarlane/Pandoc/2.10.1.yaml diff --git a/manifests/JohnMacFarlane/Pandoc/2.10.1.yaml b/manifests/JohnMacFarlane/Pandoc/2.10.1.yaml new file mode 100644 index 000000000..c700cfdf4 --- /dev/null +++ b/manifests/JohnMacFarlane/Pandoc/2.10.1.yaml @@ -0,0 +1,18 @@ +Id: JohnMacFarlane.Pandoc +Version: 2.10.1 +Name: Pandoc +Publisher: Pandoc +License: GPL-2 +LicenseUrl: https://github.com/jgm/pandoc/blob/master/COPYRIGHT +AppMoniker: pandoc +Tags: pandoc, doc, docs, converter +Description: If you need to convert files from one markup format into another, pandoc is your swiss-army knife. +Homepage: https://pandoc.org/ +Installers: + - Arch: x64 + Url: https://github.com/jgm/pandoc/releases/download/2.10.1/pandoc-2.10.1-windows-x86_64.msi + Sha256: 8AE3B4DC783A9CC0AE60442DE75B18B054177783E2B7DA9EFB2471383AD27B34 + InstallerType: msi + Switches: + Silent: /quiet + SilentWithProgress: /passive From 4ec5e9cd458f514075a94d7f32b44d8ff95048f3 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 17 Aug 2020 14:32:21 +0200 Subject: [PATCH 28/50] Microsoft.VisualStudioCodeInsiders_v1.49.2.652a432f59 (#3124) Co-authored-by: Ladislau Szomoru --- .../1.49.2.652a432f59.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manifests/Microsoft/VisualStudioCodeInsiders/1.49.2.652a432f59.yaml diff --git a/manifests/Microsoft/VisualStudioCodeInsiders/1.49.2.652a432f59.yaml b/manifests/Microsoft/VisualStudioCodeInsiders/1.49.2.652a432f59.yaml new file mode 100644 index 000000000..06353035a --- /dev/null +++ b/manifests/Microsoft/VisualStudioCodeInsiders/1.49.2.652a432f59.yaml @@ -0,0 +1,14 @@ +Id: Microsoft.VisualStudioCodeInsiders +Version: 1.49.2.652a432f59 +Name: Visual Studio Code - Insiders +Publisher: Microsoft Corporation +Homepage: https://code.visualstudio.com +License: Copyright (c) Microsoft Corporation +Description: Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +AppMoniker: vscode-insiders +Commands: code-insiders +Installers: + - Arch: x64 + Url: https://az764295.vo.msecnd.net/insider/652a432f59f54733bf17b79c9f2b7a925971a53d/VSCodeUserSetup-x64-1.49.0-insider.exe + InstallerType: inno + Sha256: 68337e02fbfec7a882be870c986d2deb61b4de4dbf670e966d54ab453ca40936 From d10b2d58e347f46eb459e1f6e854aa1501964ebd Mon Sep 17 00:00:00 2001 From: yigitemres Date: Mon, 17 Aug 2020 17:02:23 +0300 Subject: [PATCH 29/50] Add yacreader-9.6.2. (#3123) --- manifests/YACReader/YACReader/9.6.2.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/YACReader/YACReader/9.6.2.yaml diff --git a/manifests/YACReader/YACReader/9.6.2.yaml b/manifests/YACReader/YACReader/9.6.2.yaml new file mode 100644 index 000000000..6e6aea1cb --- /dev/null +++ b/manifests/YACReader/YACReader/9.6.2.yaml @@ -0,0 +1,18 @@ +Id: YACReader.YACReader +Version: 9.6.2 +Name: YACReader +Publisher: YACReader +License: GPL3 +LicenseUrl: https://github.com/YACReader/yacreader/blob/develop/COPYING.txt +AppMoniker: yacreader +Tags: yacreader, reader, read, comic, comics +Description: Read, browse and manage your comics collection. +Homepage: https://www.yacreader.com/ +Installers: + - Arch: x64 + Url: https://github.com/YACReader/yacreader/releases/download/9.6.2/YACReader-v9.6.2.1909283-winx64-7z.exe + Sha256: 17A8E77A130AB18E4CDE45C24B7B776FC8632512A5AECF71DCC9C96A35B31946 + InstallerType: inno + Switches: + Silent: /VERYSILENT + SilentWithProgress: /SILENT From 58d336c1d8817c92be156c02da9bae99200454bb Mon Sep 17 00:00:00 2001 From: Robson Piere Date: Mon, 17 Aug 2020 11:14:19 -0300 Subject: [PATCH 30/50] Update Dbeaver CE to 7.1.5 (#3122) * Update Dbeaver CE to 7.1.3 * Update Dbeaver CE to 7.1.4 * Update Dbeaver CE to 7.1.5 --- manifests/DBeaver/DBeaver/7.1.5.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifests/DBeaver/DBeaver/7.1.5.yaml diff --git a/manifests/DBeaver/DBeaver/7.1.5.yaml b/manifests/DBeaver/DBeaver/7.1.5.yaml new file mode 100644 index 000000000..5e9f9e39c --- /dev/null +++ b/manifests/DBeaver/DBeaver/7.1.5.yaml @@ -0,0 +1,20 @@ +Id: dbeaver.dbeaver +Name: DBeaver Community Edition +AppMoniker: dbeaver +Version: 7.1.5 +Publisher: DBeaver Corp +Author: DBeaver Corp +License: Apache License v2 +LicenseUrl: https://dbeaver.io/files/dbeaver_license.txt +Description: Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases (MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto, etc) +Homepage: https://dbeaver.io/ +Tags: "database, tool, MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto" +InstallerType: exe +Installers: + - Arch: x64 + Url: https://github.com/dbeaver/dbeaver/releases/download/7.1.5/dbeaver-ce-7.1.5-x86_64-setup.exe + Sha256: F7915169A45D322786326760DD719B6A5D514D9A1FEDD0598EB1F6EB9A5698D1 + Switches: + Custom: /currentuser + Silent: /S + SilentWithProgress: /S \ No newline at end of file From 20cfd9e681817b6a33e00c4df67a3927dd8d40ee Mon Sep 17 00:00:00 2001 From: Andreas Andreou <42944990+adandreou@users.noreply.github.com> Date: Mon, 17 Aug 2020 17:30:57 +0300 Subject: [PATCH 31/50] Add kdenlive v20.08.0 (#3118) --- manifests/KDE/Kdenlive/20.08.0.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifests/KDE/Kdenlive/20.08.0.yaml diff --git a/manifests/KDE/Kdenlive/20.08.0.yaml b/manifests/KDE/Kdenlive/20.08.0.yaml new file mode 100644 index 000000000..a507a6a2e --- /dev/null +++ b/manifests/KDE/Kdenlive/20.08.0.yaml @@ -0,0 +1,21 @@ + # ================== General ================== +Id: KDE.Kdenlive +Publisher: KDE +Name: Kdenlive +Description: Kdenlive is an acronym for KDE Non-Linear Video Editor. It is primarily aimed at the GNU/Linux platform but also works on BSD and MacOS. It is currently being ported to Windows as a GSOC project. +AppMoniker: kdenlive +Tags: video, editor + +# ================== License ================== +Homepage: https://kdenlive.org/en/ +License: GNU GENERAL PUBLIC LICENSE +LicenseUrl: https://kdenlive.org/en/about/ + +# ================= Installer ================= +Version: 20.08.0 + +InstallerType: Nullsoft +Installers: + - Arch: x64 + Url: https://files.kde.org/kdenlive/release/kdenlive-20.08.0.exe + Sha256: 175cfaccf15bf7883586efec96d1d69066a6a1e0f9bad556ee13155323f5da52 From 9586bfe864f3deec81c565cd636a315f352743ae Mon Sep 17 00:00:00 2001 From: Chris Lovett Date: Mon, 17 Aug 2020 07:37:47 -0700 Subject: [PATCH 32/50] new version of MyMoney.Net (#3117) Co-authored-by: Chris Lovett --- .../LovettSoftware/MyMoney.Net/1.1.62.0.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifests/LovettSoftware/MyMoney.Net/1.1.62.0.yaml diff --git a/manifests/LovettSoftware/MyMoney.Net/1.1.62.0.yaml b/manifests/LovettSoftware/MyMoney.Net/1.1.62.0.yaml new file mode 100644 index 000000000..decfae430 --- /dev/null +++ b/manifests/LovettSoftware/MyMoney.Net/1.1.62.0.yaml @@ -0,0 +1,16 @@ +Id: LovettSoftware.MyMoney.Net +Author: Chris Lovett +Publisher: Chris Lovett +Name: MyMoney.Net +Version: 1.1.62.0 +License: MIT +FileExtensions: mmdb +InstallerType: msix +Tags: finance +Description: MyMoney is a rich client .NET application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like. +Homepage: https://github.com/clovett/MyMoney.Net/wiki +Installers: + - Arch: Neutral + InstallerType: MSIX + Url: http://lovettsoftware.com/Downloads/MyMoney.Net/MoneyPackage_1.1.62.0_Debug_Test/MoneyPackage_1.1.62.0_AnyCPU_Debug.msixbundle + Sha256: 9fe197a5067b57cffc6ae1a94c4ddb4f2d042fc85c9fe9cc147ccb3762275284 \ No newline at end of file From e0e8f39adb2705980f48ced6fc2de67be0669074 Mon Sep 17 00:00:00 2001 From: Maxime Gervais Date: Mon, 17 Aug 2020 16:44:53 +0200 Subject: [PATCH 33/50] Update MediaInfo-GUI to 20.08 (#3115) --- .../MediaArea/MediaInfo-GUI/{20.03.yaml => 20.08.yaml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename manifests/MediaArea/MediaInfo-GUI/{20.03.yaml => 20.08.yaml} (90%) diff --git a/manifests/MediaArea/MediaInfo-GUI/20.03.yaml b/manifests/MediaArea/MediaInfo-GUI/20.08.yaml similarity index 90% rename from manifests/MediaArea/MediaInfo-GUI/20.03.yaml rename to manifests/MediaArea/MediaInfo-GUI/20.08.yaml index e175ef606..4a6e747f3 100644 --- a/manifests/MediaArea/MediaInfo-GUI/20.03.yaml +++ b/manifests/MediaArea/MediaInfo-GUI/20.08.yaml @@ -2,7 +2,7 @@ Id: MediaArea.MediaInfo-GUI Publisher: MediaArea Name: MediaInfo-GUI AppMoniker: mediainfo-gui -Version: 20.03 +Version: 20.08 License: BSD-2-Clause LicenseUrl: https://mediaarea.net/MediaInfo/License Description: Convenient unified display of the most relevent technical and tag data for video and audio files. @@ -15,6 +15,6 @@ Switches: SilentWithProgress: /S Installers: - Arch: x64 - Url: https://mediaarea.net/download/binary/mediainfo-gui/20.03/MediaInfo_GUI_20.03_Windows.exe - Sha256: 1b3c461b84150ce000f5ba41f507115911d612a86294c11a5fec3bc03d671761 + Url: https://mediaarea.net/download/binary/mediainfo-gui/20.08/MediaInfo_GUI_20.08_Windows.exe + Sha256: 4e44d44e192b2bd3971d05d0b4580200b2081da879f7f4a2f1d2436cce93c9bb # ManifestVersion: 0.1.0 From 18a215a48f5a9962e125fe29234d321f158da93e Mon Sep 17 00:00:00 2001 From: yigitemres Date: Mon, 17 Aug 2020 17:45:48 +0300 Subject: [PATCH 34/50] Add mc-4.8.24. (#3114) * Add mc-4.8.24. * Fix arch. --- manifests/GNU/MidnightCommander/4.8.24.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/GNU/MidnightCommander/4.8.24.yaml diff --git a/manifests/GNU/MidnightCommander/4.8.24.yaml b/manifests/GNU/MidnightCommander/4.8.24.yaml new file mode 100644 index 000000000..6a66c1c25 --- /dev/null +++ b/manifests/GNU/MidnightCommander/4.8.24.yaml @@ -0,0 +1,18 @@ +Id: GNU.MidnightCommander +Version: 4.8.24 +Name: Midnight Commander +Publisher: GNU +License: GPL3 +LicenseUrl: https://github.com/MidnightCommander/mc/blob/master/doc/COPYING +AppMoniker: mc +Tags: mc, file manager, fm +Description: GNU Midnight Commander is a visual file manager, licensed under GNU General Public License and therefore qualifies as Free Software. It's a feature rich full-screen text mode application that allows you to copy, move and delete files and whole directory trees, search for files and run commands in the subshell. Internal viewer and editor are included. +Homepage: https://midnight-commander.org/ +Installers: + - Arch: x86 + Url: https://deac-ams.dl.sourceforge.net/project/mcwin32/mcwin32-build217-setup.exe + Sha256: C258AB35B64B0BA77C48038E80D21BA519D9C5B429CF13B81D20C9906CC85998 + InstallerType: inno + Switches: + Silent: /VERYSILENT + SilentWithProgress: /SILENT From 8bfb177c8d5c333d010d52b32499c27c6006cbb4 Mon Sep 17 00:00:00 2001 From: Gabriel Topala Date: Mon, 17 Aug 2020 10:56:58 -0400 Subject: [PATCH 35/50] Update SIW to version 10.4.3.20200708 (#3112) * SIW 10.2.7.20200322 * Update SIW to version 10.2.8.20200322 * Update SIW to version 10.3.0.20200602 * Update SIW to version 10.3.0.20200602 * Update SIW to version 10.3.1.20200602 * Update SIW to version 10.3.2.20200602 * Update SIW to version 10.3.3.20200602 * Update SIW to version 10.3.4.20200602 * Update SIW to version 10.4.0.20200708 * Update SIW to version 10.4.1.20200708 * Update SIW to version 10.4.2.20200708 * Update SIW to version 10.4.3.20200708 --- .../SIW/10.4.3.20200708.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manifests/TopalaSoftwareSolutions/SIW/10.4.3.20200708.yaml diff --git a/manifests/TopalaSoftwareSolutions/SIW/10.4.3.20200708.yaml b/manifests/TopalaSoftwareSolutions/SIW/10.4.3.20200708.yaml new file mode 100644 index 000000000..687084b97 --- /dev/null +++ b/manifests/TopalaSoftwareSolutions/SIW/10.4.3.20200708.yaml @@ -0,0 +1,19 @@ +Id: TopalaSoftwareSolutions.SIW +Publisher: Topala Software Solutions +Name: System Information for Windows +AppMoniker: siw +MinOSVersion: 6.1.0.0 +Version: 10.4.3.20200708 +Description: System Information for Windows - Everything you want to know about your computer +License: Commercial +LicenseUrl: https://www.gtopala.com/agreement/ +Homepage: https://www.gtopala.com/ +Installers: + - Arch: Neutral + Url: https://siw64.com/download/siwtrial-setup.exe + Sha256: 2be374aa39d8789a954085f4886db06c13b7f5b63280964953fc758803b931e6 + InstallerType: Inno + Switches: + Silent: /VERYSILENT + SilentWithProgress: /VERYSILENT +# ManifestVersion: 0.1.0 From 88815846727d1600035a00f62165e5c1f02c35ac Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Mon, 17 Aug 2020 23:13:47 +0800 Subject: [PATCH 36/50] arlive 0.2.10 (#3054) --- manifests/acfun/arlive/0.2.10.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/acfun/arlive/0.2.10.yaml diff --git a/manifests/acfun/arlive/0.2.10.yaml b/manifests/acfun/arlive/0.2.10.yaml new file mode 100644 index 000000000..c03193158 --- /dev/null +++ b/manifests/acfun/arlive/0.2.10.yaml @@ -0,0 +1,15 @@ +Id: acfun.arlive +Version: 0.2.10 +Name: Arlive for Acfunlive +Publisher: Acfun +License: copyright (c) Acfun +Tags: acfun,live,stream,video,broadcast,ar,vr,vtuber,vup +Description: Acfun's official streaming tool for augmented reality and virtual blogger. +Installers: + - Arch: x86 + Url: https://cdn.aixifan.com/downloads/ARLiveForAcfunLive-Setup-X64.exe + Sha256: 405b603776bbcc4dacd28745248b921e8ac1e6dccc4c875ec057450b23a85536 + InstallerType: inno + #Switches: + # Silent: + # SilentWithProgress: \ No newline at end of file From fc0f0ca61d1a0e273c53c5722e8e6105f144eeb9 Mon Sep 17 00:00:00 2001 From: Azure CLI Bot Date: Mon, 17 Aug 2020 23:26:38 +0800 Subject: [PATCH 37/50] add azure-cli 2.10.1 (#3111) --- manifests/Microsoft/AzureCLI/2.10.1.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifests/Microsoft/AzureCLI/2.10.1.yaml diff --git a/manifests/Microsoft/AzureCLI/2.10.1.yaml b/manifests/Microsoft/AzureCLI/2.10.1.yaml new file mode 100644 index 000000000..b0ed5bed5 --- /dev/null +++ b/manifests/Microsoft/AzureCLI/2.10.1.yaml @@ -0,0 +1,13 @@ +Id: Microsoft.AzureCLI +Version: 2.10.1 +Name: Azure CLI +Publisher: Microsoft Corporation +AppMoniker: azure-cli +Homepage: https://docs.microsoft.com/en-us/cli/azure/ +License: Copyright (C) Microsoft Corporation +Description: The Azure command-line interface (Azure CLI) is a set of commands used to create and manage Azure resources. The Azure CLI is available across Azure services and is designed to get you working quickly with Azure, with an emphasis on automation. +Installers: + - Arch: x64 + Url: https://azurecliprod.azureedge.net/msi/azure-cli-2.10.1.msi + InstallerType: msi + Sha256: 6ab8ecdc9397791a075310cee1ee17fbf6e72a0986a73c5d2d4567010254e8dc From 821f40005550229bc54084d032c4304e16242017 Mon Sep 17 00:00:00 2001 From: yigitemres Date: Mon, 17 Aug 2020 18:47:03 +0300 Subject: [PATCH 38/50] Update emacs-27.0.91 -> emacs-27.1 (#3067) Emacs 27.0.91 url is not valid anymore because of the update. Update is necessary. --- manifests/GNU/Emacs/{27.0.91.yaml => 27.1.yaml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename manifests/GNU/Emacs/{27.0.91.yaml => 27.1.yaml} (73%) diff --git a/manifests/GNU/Emacs/27.0.91.yaml b/manifests/GNU/Emacs/27.1.yaml similarity index 73% rename from manifests/GNU/Emacs/27.0.91.yaml rename to manifests/GNU/Emacs/27.1.yaml index 9c94431db..88d8fab7f 100644 --- a/manifests/GNU/Emacs/27.0.91.yaml +++ b/manifests/GNU/Emacs/27.1.yaml @@ -1,5 +1,5 @@ Id: GNU.Emacs -Version: 27.0.91 +Version: 27.1 Name: GNU Emacs Publisher: GNU Project License: GPL @@ -9,6 +9,6 @@ Description: An extensible, customizable, free/libre text editor - and more. Homepage: https://www.gnu.org/software/emacs/ Installers: - Arch: x64 - Url: https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/emacs-27.0.91-x86_64-installer.exe - Sha256: D11A4C7588116102DDC0480A1467D6F13A5DC7C77BCB0715B3FAD3F5DC4D9F5D + Url: https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/emacs-27.1-x86_64-installer.exe + Sha256: AE5712CEA4C8454F93B9D7E244B76D805F9BF3B2B891D03DFBB418BA98397A4D InstallerType: nullsoft From c7dd627a1b61ffa56c6659dd2e8a56997193cf50 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Mon, 17 Aug 2020 22:25:25 +0530 Subject: [PATCH 39/50] Update 14.0 Build 2.yaml (#3081) --- manifests/PlotSoft/PDFill/14.0 Build 2.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifests/PlotSoft/PDFill/14.0 Build 2.yaml b/manifests/PlotSoft/PDFill/14.0 Build 2.yaml index 2447734be..3b482732d 100644 --- a/manifests/PlotSoft/PDFill/14.0 Build 2.yaml +++ b/manifests/PlotSoft/PDFill/14.0 Build 2.yaml @@ -2,13 +2,14 @@ Id: PlotSoft.PDFill Version: 14.0 Build 2 Name: PDFill Publisher: PlotSoft -License: Freeware +License: Copyright © 2002-2018 by PlotSoft L.L.C.. +LicenseUrl: http://www.pdfill.com/license.html AppMoniker: pdfill Tags: PDF Tools Description: Free PDF Tools. Homepage: https://www.pdfill.com/ Installers: - - Arch: x64 - Url: https://www.plotsoft.com/download/PDFill_X64.msi + - Arch: x86 + Url: https://www.plotsoft.com/download/PDFill_PDF_Tools_FREE.msi InstallerType: msi Sha256: 1046c8c5ac460f2b5f3436a1020b9ff825d0e0ea3d5a32df299c19311c2908ab From dfaeb2afc9efc54d5713f799c95797d1d201ab82 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 17 Aug 2020 20:10:49 +0200 Subject: [PATCH 40/50] Microsoft.VisualStudioCodeInsiders_v1.49.3.11dc5a81ba (#3128) Co-authored-by: Ladislau Szomoru --- .../1.49.3.11dc5a81ba.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manifests/Microsoft/VisualStudioCodeInsiders/1.49.3.11dc5a81ba.yaml diff --git a/manifests/Microsoft/VisualStudioCodeInsiders/1.49.3.11dc5a81ba.yaml b/manifests/Microsoft/VisualStudioCodeInsiders/1.49.3.11dc5a81ba.yaml new file mode 100644 index 000000000..2a59f21b9 --- /dev/null +++ b/manifests/Microsoft/VisualStudioCodeInsiders/1.49.3.11dc5a81ba.yaml @@ -0,0 +1,14 @@ +Id: Microsoft.VisualStudioCodeInsiders +Version: 1.49.3.11dc5a81ba +Name: Visual Studio Code - Insiders +Publisher: Microsoft Corporation +Homepage: https://code.visualstudio.com +License: Copyright (c) Microsoft Corporation +Description: Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +AppMoniker: vscode-insiders +Commands: code-insiders +Installers: + - Arch: x64 + Url: https://az764295.vo.msecnd.net/insider/11dc5a81ba248cc2678888391f1b24dccabddaf8/VSCodeUserSetup-x64-1.49.0-insider.exe + InstallerType: inno + Sha256: 6d082f70c1a581d8e5a6f8bc4efd276dba92bb388245691846bf2c995618b298 From 622868604d3690dc164fd626de5fe2a710d434b1 Mon Sep 17 00:00:00 2001 From: joxi Date: Mon, 17 Aug 2020 23:54:38 +0200 Subject: [PATCH 41/50] Submitting HttpMaster Professional 4.7.3 (#3121) Co-authored-by: Janez Cas --- .../Borvid/HttpMasterProfessional/4.7.3.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/Borvid/HttpMasterProfessional/4.7.3.yaml diff --git a/manifests/Borvid/HttpMasterProfessional/4.7.3.yaml b/manifests/Borvid/HttpMasterProfessional/4.7.3.yaml new file mode 100644 index 000000000..39591e54f --- /dev/null +++ b/manifests/Borvid/HttpMasterProfessional/4.7.3.yaml @@ -0,0 +1,17 @@ +Id: Borvid.HttpMasterProfessional +Name: HttpMaster Professional +AppMoniker: HttpMaster.Professional +Version: 4.7.3 +Publisher: Borvid +Author: Borvid +License: Copyright (C) 2020 Borvid +LicenseUrl: https://www.httpmaster.net/license/professional_license +MinOSVersion: 10.0.0.0 +Description: HttpMaster Professional is a professional testing tool for HTTP applications, with special focus on RESTful web services and web API applications. +Homepage: https://www.httpmaster.net +Tags: testing, http, rest, api, web services +InstallerType: msi +Installers: + - Arch: Neutral + Url: https://www.httpmaster.net/downloads/httpmaster_pro_4.7.3.msi + Sha256: 0D603A9861D72CC2A06EA21DAC4F6D9424B28537F1B38257F68F7AE2E3A9B8F8 \ No newline at end of file From c714bfa3dafce60313399c06c90f6195d908522c Mon Sep 17 00:00:00 2001 From: joxi Date: Tue, 18 Aug 2020 00:01:37 +0200 Subject: [PATCH 42/50] Submitting HttpMaster Express 4.7.3 (#3120) Co-authored-by: Janez Cas --- manifests/Borvid/HttpMasterExpress/4.7.3.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/Borvid/HttpMasterExpress/4.7.3.yaml diff --git a/manifests/Borvid/HttpMasterExpress/4.7.3.yaml b/manifests/Borvid/HttpMasterExpress/4.7.3.yaml new file mode 100644 index 000000000..96b2bfd40 --- /dev/null +++ b/manifests/Borvid/HttpMasterExpress/4.7.3.yaml @@ -0,0 +1,17 @@ +Id: Borvid.HttpMasterExpress +Name: HttpMaster Express +AppMoniker: HttpMaster.Express +Version: 4.7.3 +Publisher: Borvid +Author: Borvid +License: Copyright (C) 2020 Borvid +LicenseUrl: https://www.httpmaster.net/license/express_license +MinOSVersion: 10.0.0.0 +Description: HttpMaster Express is a professional testing tool for HTTP applications, with special focus on RESTful web services and web API applications. +Homepage: https://www.httpmaster.net +Tags: testing, http, rest, api, web services +InstallerType: msi +Installers: + - Arch: Neutral + Url: https://www.httpmaster.net/downloads/httpmaster_exp_4.7.3.msi + Sha256: BED5ACF2716603DFD11D1566A4F32F67DD8C501940DE2D4AB7260C093F8B344E \ No newline at end of file From 39e97eb8799dec4e383314f954d744744f6410b2 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Tue, 18 Aug 2020 00:22:45 +0200 Subject: [PATCH 43/50] Add manifest file for VSCodium v1.48 x64 (#3080) --- manifests/VSCodium/VSCodium/1.48.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 manifests/VSCodium/VSCodium/1.48.yaml diff --git a/manifests/VSCodium/VSCodium/1.48.yaml b/manifests/VSCodium/VSCodium/1.48.yaml new file mode 100644 index 000000000..0548606a8 --- /dev/null +++ b/manifests/VSCodium/VSCodium/1.48.yaml @@ -0,0 +1,24 @@ +# ================== General ================== +Id: VSCodium.VSCodium +Publisher: VSCodium +Name: VSCodium +Author: VSCodium +Description: VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VSCode +AppMoniker: vscodium +Commands: codium +Tags: editor, vscodium +#FileExtensions: txt, cfg # FileExtensions are not supported in this preview (5/24/2020) + +# ================== License ================== +Homepage: https://vscodium.com/ +License: MIT License +LicenseUrl: https://github.com/VSCodium/vscodium/blob/master/LICENSE + +# ================= Installer ================= +Version: 1.48 + +InstallerType: Inno +Installers: + - Arch: x64 + Url: https://github.com/VSCodium/vscodium/releases/download/1.48.0/VSCodiumUserSetup-x64-1.48.0.exe + Sha256: 407de933a66db7b404d07feea103838e7048cbdaf528e4f6fc1a6f0e0231ea5b \ No newline at end of file From cf8f76a4fe14e0dd9bcf2f61419d74f0fce7c681 Mon Sep 17 00:00:00 2001 From: Zed Date: Tue, 18 Aug 2020 13:12:15 +0800 Subject: [PATCH 44/50] cyberduck 7.5.1 (#3135) --- manifests/Iterate/Cyberduck/7.5.1.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/Iterate/Cyberduck/7.5.1.yaml diff --git a/manifests/Iterate/Cyberduck/7.5.1.yaml b/manifests/Iterate/Cyberduck/7.5.1.yaml new file mode 100644 index 000000000..e688c7879 --- /dev/null +++ b/manifests/Iterate/Cyberduck/7.5.1.yaml @@ -0,0 +1,17 @@ +Id: Iterate.Cyberduck +Version: 7.5.1 +Name: Cyberduck +Publisher: Iterate GmbH +License: GPL-3.0 +LicenseUrl: https://cyberduck.io/license/ +AppMoniker: cyberduck +Description: Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox. +Homepage: https://cyberduck.io/ +Installers: + - Arch: x86 + Url: https://update.cyberduck.io/windows/Cyberduck-Installer-7.5.1.33324.exe + Sha256: 70140BC1BF19FB242099797840B09153537F388F6B6B9B6157F3ED13CB496EDC + InstallerType: exe + Switches: + Silent: "/S" + SilentWithProgress: "/S" From e3b646344da04baabe5ed18351a83d1a935204a0 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Tue, 18 Aug 2020 07:20:19 +0200 Subject: [PATCH 45/50] Add manifest file for Unchecky v1.2 x86 (#3134) --- manifests/Unchecky/Unchecky/1.2.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Unchecky/Unchecky/1.2.yaml diff --git a/manifests/Unchecky/Unchecky/1.2.yaml b/manifests/Unchecky/Unchecky/1.2.yaml new file mode 100644 index 000000000..c4ae544d4 --- /dev/null +++ b/manifests/Unchecky/Unchecky/1.2.yaml @@ -0,0 +1,18 @@ +Id: Unchecky.Unchecky +Version: 1.2 +Name: Unchecky +Publisher: Reason Company Software Inc. +License: Unchecky End User License Agreement +LicenseUrl: https://unchecky.com/eula +AppMoniker: unchecky +Tags: unchecky +Description: Unchecky automatically unchecks unrelated offers, both saving you mouse clicks and making it less likely to miss a checkbox of an unwanted offer. +Homepage: https://unchecky.com/ +Installers: + - Arch: x86 + Url: https://unchecky.com/files/unchecky_setup.exe + Sha256: 25896931DB48F0F4C9E3681720FB7C89B531D912CE5F11D596078F8D917126B7 + InstallerType: exe + Switches: + Silent: -install + SilentWithProgress: -install \ No newline at end of file From 2db159cc3b04f63eac4879388a0467d04707ba1f Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Tue, 18 Aug 2020 07:33:39 +0200 Subject: [PATCH 46/50] Add manifest file for Zoom v5.2.1 x86 (#3132) --- manifests/Zoom/Zoom/5.2.1.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/Zoom/Zoom/5.2.1.yaml diff --git a/manifests/Zoom/Zoom/5.2.1.yaml b/manifests/Zoom/Zoom/5.2.1.yaml new file mode 100644 index 000000000..257248cc0 --- /dev/null +++ b/manifests/Zoom/Zoom/5.2.1.yaml @@ -0,0 +1,17 @@ +Id: Zoom.Zoom +Version: 5.2.1 +Name: Zoom +Publisher: Zoom +License: Copyright (c) 2020 Zoom Video Communications, Inc. All rights reserved. +LicenseUrl: https://zoom.us/terms +AppMoniker: zoom +Tags: zoom, videoconference, meetings +Description: Video and audio conferencing software with chat and other features +Homepage: https://zoom.us +Installers: + - Arch: x86 + Url: https://zoom.us/client/5.2.44052.0816/ZoomInstallerFull.msi + Sha256: B0A70DA5640820230EC11B1C933023CE54CEF7A384F957D65BF80D51C39B49BD + InstallerType: msi + Switches: + Custom: ZoomAutoUpdate="true" \ No newline at end of file From da6b87c4db2b7e605527bd306f6bd3c0d0d3d75a Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Tue, 18 Aug 2020 07:49:19 +0200 Subject: [PATCH 47/50] Add manifest file for MiXXX v2.2.4 x64 (#3131) * Add manifest file for MiXXX v2.2.4 x64 * Relocate manifest file to accound for Manifest Validation error --- manifests/MiXXX/MiXXX/2.2.4 x64.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/MiXXX/MiXXX/2.2.4 x64.yaml diff --git a/manifests/MiXXX/MiXXX/2.2.4 x64.yaml b/manifests/MiXXX/MiXXX/2.2.4 x64.yaml new file mode 100644 index 000000000..48d36b054 --- /dev/null +++ b/manifests/MiXXX/MiXXX/2.2.4 x64.yaml @@ -0,0 +1,18 @@ +Id: MiXXX.MiXXX +Version: 2.2.4 x64 +Name: MiXXX +Publisher: MiXXX Development Team +License: GNU GPL v3 +LicenseUrl: https://github.com/mixxxdj/mixxx/blob/master/LICENSE +AppMoniker: mixxx +Tags: mixxx +Description: Mixxx is free and open-source software for DJing. It is cross-platform and supports most common music file formats. +Homepage: https://www.mixxx.org/ +Installers: + - Arch: x64 + Url: http://downloads.mixxx.org/mixxx-2.2.4/mixxx-2.2.4-win64.exe + Sha256: 7AD628B5CB21946C5241586FDFAA00173D6209971F24B61CE0DF30B489068FA6 + InstallerType: exe + Switches: + Silent: /passive /quiet /norestart + SilentWithProgress: /passive /quiet /norestart \ No newline at end of file From 65c08b123ee20b0941f8cf5551646e3861d18b87 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Tue, 18 Aug 2020 09:54:00 +0200 Subject: [PATCH 48/50] Microsoft.VisualStudioCodeInsiders_v1.49.4.3d5b2fecf2 (#3137) Co-authored-by: Ladislau Szomoru --- .../1.49.4.3d5b2fecf2.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manifests/Microsoft/VisualStudioCodeInsiders/1.49.4.3d5b2fecf2.yaml diff --git a/manifests/Microsoft/VisualStudioCodeInsiders/1.49.4.3d5b2fecf2.yaml b/manifests/Microsoft/VisualStudioCodeInsiders/1.49.4.3d5b2fecf2.yaml new file mode 100644 index 000000000..96d7b7faa --- /dev/null +++ b/manifests/Microsoft/VisualStudioCodeInsiders/1.49.4.3d5b2fecf2.yaml @@ -0,0 +1,14 @@ +Id: Microsoft.VisualStudioCodeInsiders +Version: 1.49.4.3d5b2fecf2 +Name: Visual Studio Code - Insiders +Publisher: Microsoft Corporation +Homepage: https://code.visualstudio.com +License: Copyright (c) Microsoft Corporation +Description: Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +AppMoniker: vscode-insiders +Commands: code-insiders +Installers: + - Arch: x64 + Url: https://az764295.vo.msecnd.net/insider/3d5b2fecf2e6788cb9877d7d868d964fbc3ecd53/VSCodeUserSetup-x64-1.49.0-insider.exe + InstallerType: inno + Sha256: e131a05ad311dcde9b1bfeab29e7b5201a0bf882de5e0d02e91a9087c3e84a58 From 811cffc29dfa39c00eef2b91834a31a30f555f29 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Tue, 18 Aug 2020 17:56:32 +0200 Subject: [PATCH 49/50] Add manifest file for Encrypto v1.0.1 (#3129) * Add manifest file for Terminus v0.5.0 x64 * Relocate the manifest file in the correct folder * Add manifest file for Encrypto v1.0.1 * Delete 0.5.0.yaml * Edit manifest file to account for Manifest Validation Error --- manifests/MacPaw/Encrypto/1.0.1.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/MacPaw/Encrypto/1.0.1.yaml diff --git a/manifests/MacPaw/Encrypto/1.0.1.yaml b/manifests/MacPaw/Encrypto/1.0.1.yaml new file mode 100644 index 000000000..eb5c6f4b4 --- /dev/null +++ b/manifests/MacPaw/Encrypto/1.0.1.yaml @@ -0,0 +1,15 @@ +Id: MacPaw.Encrypto +Version: 1.0.1 +Name: Encrypto +Publisher: MacPaw Inc. +License: Copyright © 2020 MacPaw Inc. +LicenseUrl: https://macpaw.com/eula +AppMoniker: Encrypto +Tags: Encrypto +Description: Encrypto lets you encrypt files before sending them to friends or coworkers. +Homepage: https://macpaw.com/encrypto +Installers: + - Arch: Neutral + Url: https://dl.devmate.com/com.macpaw.win.Encrypto/EncryptoforWin.exe + Sha256: 841C55824F88B7FD6D1474ADB8E4F7AA854677DFAF1CE4542768DD99EB73AB59 + InstallerType: inno \ No newline at end of file From 037a518002af140b5aa21c699dd33880a2e67213 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 18 Aug 2020 12:27:49 -0400 Subject: [PATCH 50/50] - adds open jdk 14.0.2 (#3127) --- manifests/AdoptOpenJDK/OpenJDK/14.0.2.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/AdoptOpenJDK/OpenJDK/14.0.2.yaml diff --git a/manifests/AdoptOpenJDK/OpenJDK/14.0.2.yaml b/manifests/AdoptOpenJDK/OpenJDK/14.0.2.yaml new file mode 100644 index 000000000..ca8900c70 --- /dev/null +++ b/manifests/AdoptOpenJDK/OpenJDK/14.0.2.yaml @@ -0,0 +1,17 @@ +Id: AdoptOpenJDK.OpenJDK +Version: 14.0.2 +Name: AdoptOpenJDK 14.0.2+12 (x64) +Publisher: AdoptOpenJDK +License: GPL 2 with Classpath Exception +LicenseUrl: https://adoptopenjdk.net/about.html +AppMoniker: adoptopenjdk14 +Tags: "openjdk, java, jvm, jdk" +Description: AdoptOpenJDK with Oracle HotSpot JVM +Homepage: https://adoptopenjdk.net +Installers: + - Arch: x64 + Url: https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.2%2B12/OpenJDK14U-jdk_x64_windows_hotspot_14.0.2_12.msi + Sha256: 9CBD03600E58AD8D2383C15E596396FBDFBC9655BA0019F5BC74C910E4082C7C + InstallerType: msi + Switches: + Custom: INSTALLLEVEL=3