Compare commits

..

1 Commits

Author SHA1 Message Date
Ashwini Patil
32842fd930 Change office version 2021-05-17 11:33:10 -07:00
1159 changed files with 2692 additions and 18091 deletions

View File

@@ -1,4 +1,4 @@
# Welcome to the Windows Package Manager Community Repository
# Welcome to the Windows Package Manager Community repo
This repository contains the manifest files for the **Windows Package Manager**. You are highly encouraged to submit manifests for your favorite application.
The **Windows Package Manager** is an open source client. You will find the source code [here](https://github.com/microsoft/winget-cli).
@@ -15,8 +15,6 @@ To submit a package to the repository, you should follow these steps:
## Authoring a Manifest
You can either use the [Windows Package Manager Manifest Creator](https://github.com/microsoft/winget-create), or you can follow the following manual steps.
The minimal manifest syntax is below. Additional information on writing manifests can be found on [Microsoft Docs](https://docs.microsoft.com/en-us/windows/package-manager/package/manifest) or on the [v1.0 manifest spec](https://github.com/microsoft/winget-cli/blob/master/doc/ManifestSpecv1.0.md).
Current limitations are:
@@ -73,7 +71,7 @@ the rights to use your contribution. For details, visit https://cla.opensource.m
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all Microsoft repositories using our CLA.
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or

View File

@@ -0,0 +1,23 @@
PackageIdentifier: 4KDownload.4KSlideshowMaker
Publisher: 4K Download
PackageName: 4K Slideshow Maker
PackageVersion: 1.8.1
License: See in https://www.4kdownload.com/agreement/freeware.
InstallerType: msi
LicenseUrl: https://www.4kdownload.com/agreement/freeware
Moniker: ''
Tags:
- slideshow-maker
- slideshows
- images
- videos
ShortDescription: Create impressive slideshows, save your memories
PackageUrl: https://www.4kdownload.com/products/product-slideshowmaker
Installers:
- Architecture: x64
InstallerType: msi
InstallerUrl: https://dl.4kdownload.com/app/4kslideshowmaker_1.8.1_x64.msi
InstallerSha256: 9127CCF7A5145DF36C84920BBE2779915DFDAF35C014C5C9952E0D831DBCB2F4
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,12 +1,11 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
PackageIdentifier: OpenMedia.4KStogram
Publisher: OpenMedia LLC
PackageIdentifier: 4KDownload.4KStogram
Publisher: 4K Download
PackageName: 4K Stogram
PackageVersion: 3.3.3
License: See in https://www.4kdownload.com/agreement/freeware.
InstallerType: msi
LicenseUrl: https://www.4kdownload.com/agreement/freeware
Moniker: ""
Moniker: ''
Tags:
- instagram-downloader
- instagram
@@ -23,4 +22,3 @@ Installers:
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,22 @@
PackageIdentifier: 4KDownload.4KVideoDownloader
Publisher: 4K Download
PackageName: 4K Video Downloader
PackageVersion: 4.15.0
License: See in https://www.4kdownload.com/agreement/freeware.
InstallerType: msi
LicenseUrl: https://www.4kdownload.com/agreement/freeware
Moniker: ''
Tags:
- video-downloader
- youtube
- vimeo
ShortDescription: Free Video Downloader
PackageUrl: https://www.4kdownload.com/products/product-videodownloader
Installers:
- Architecture: x64
InstallerType: msi
InstallerUrl: https://dl.4kdownload.com/app/4kvideodownloader_4.15.0_x64.msi
InstallerSha256: f825cea18c876816f96496f8c36111d2398c09a70a9a9d55a464750e71f5a5ab
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,21 @@
PackageIdentifier: 4KDownload.4KVideoDownloader
Publisher: 4K Download
PackageName: 4K Video Downloader
PackageVersion: 4.15.1
License: See in https://www.4kdownload.com/agreement/freeware.
LicenseUrl: https://www.4kdownload.com/agreement/freeware
Tags:
- video-downloader
- youtube
- vimeo
ShortDescription: Free Video Downloader
PackageUrl: https://www.4kdownload.com/products/product-videodownloader
Installers:
- Architecture: x64
InstallerType: msi
InstallerUrl: https://dl.4kdownload.com/app/4kvideodownloader_4.15.1_x64.msi
InstallerSha256: 3FE45144F91E5D7390DDB4A2F33BFBE9960949205193973BC8B0189F06F55A00
ProductCode: "{11CAD2D3-0918-4C25-ADEA-6A2E2D8224D2}"
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,22 @@
PackageIdentifier: 4KDownload.4KVideoToMP3
Publisher: 4K Download
PackageName: 4K Video to MP3
PackageVersion: 3.0.0
License: See in https://www.4kdownload.com/agreement/freeware.
InstallerType: msi
LicenseUrl: https://www.4kdownload.com/agreement/freeware
Moniker: ''
Tags:
- video-to-mp3
- video-converter
- mp3
ShortDescription: Convert any video to MP3 in one click
PackageUrl: https://www.4kdownload.com/products/product-videotomp3
Installers:
- Architecture: x64
InstallerType: msi
InstallerUrl: https://dl.4kdownload.com/app/4kvideotomp3_3.0.0_x64.msi
InstallerSha256: 319EACC777051B8582E2F4967FC296BAF13AF9B3C0E1F81D3940E8601C730A6C
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: 7zip.7zip
PackageVersion: 19.00.00.0
PackageVersion: 19.0.0
MinimumOSVersion: 10.0.0.0
Platform:
- Windows.Desktop
@@ -49,35 +49,21 @@ InstallModes:
- silent
- silentWithProgress
Installers:
- Architecture: x64
InstallerLocale: en-US
InstallerType: msi
InstallerUrl: https://www.7-zip.org/a/7z1900-x64.msi
InstallerSha256: A7803233EEDB6A4B59B3024CCF9292A6FFFB94507DC998AA67C5B745D197A5DC
ProductCode: "{23170F69-40C1-2702-1900-000001000000}"
Scope: machine
UpgradeBehavior: install
- Architecture: x64
InstallerLocale: en-US
InstallerType: nullsoft
InstallerUrl: https://www.7-zip.org/a/7z1900-x64.exe
InstallerSha256: 0f5d4dbbe5e55b7aa31b91e5925ed901fdf46a367491d81381846f05ad54c45e
Scope: machine
UpgradeBehavior: install
- Architecture: x86
InstallerLocale: en-US
InstallerType: msi
InstallerUrl: https://www.7-zip.org/a/7z1900.msi
InstallerSha256: B49D55A52BC0EAB14947C8982C413D9BE141C337DA1368A24AA0484CBB5E89CD
ProductCode: "{23170F69-40C1-2701-1900-000001000000}"
Scope: machine
UpgradeBehavior: install
- Architecture: x86
InstallerLocale: en-US
InstallerType: nullsoft
InstallerUrl: https://www.7-zip.org/a/7z1900.exe
InstallerSha256: 759aa04d5b03ebeee13ba01df554e8c962ca339c74f56627c8bed6984bb7ef80
UpgradeBehavior: install
- Architecture: x64
InstallerType: msi
InstallerUrl: https://www.7-zip.org/a/7z1900-x64.msi
InstallerSha256: A7803233EEDB6A4B59B3024CCF9292A6FFFB94507DC998AA67C5B745D197A5DC
ProductCode: "{23170F69-40C1-2702-1900-000001000000}"
Scope: machine
InstallerLocale: en-US
UpgradeBehavior: install
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: 7zip.7zip
PackageVersion: 19.00.00.0
PackageVersion: 19.0.0
PackageLocale: en-US
Publisher: Igor Pavlov
PublisherUrl: https://www.7-zip.org

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json
PackageIdentifier: 7zip.7zip
PackageVersion: 19.00.00.0
PackageVersion: 19.0.0
PackageLocale: zh-CN
PublisherUrl: https://www.7-zip.org
PublisherSupportUrl: https://www.7-zip.org/support.html

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: 7zip.7zip
PackageVersion: 19.00.00.0
PackageVersion: 19.0.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,9 +1,9 @@
PackageIdentifier: 7zip.7zipAlpha
PackageName: 7-Zip (alpha)
PackageName: 7Zip - Alpha
Moniker: 7zip-alpha
PackageVersion: 20.02-alpha
Publisher: Igor Pavlov
Author: Igor Pavlov
PackageVersion: 20.0.2-alpha
Publisher: 7zip
Author: 7zip
License: Copyright (C) 1999-2020 Igor Pavlov. - GNU LGPL
LicenseUrl: https://7-zip.org/license.txt
MinimumOSVersion: 10.0.0.0

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: 7zip.7zipAlpha
PackageVersion: 21.02-alpha
PackageVersion: 21.02 alpha
MinimumOSVersion: 10.0.0.0
Platform:
- Windows.Desktop
@@ -68,26 +68,6 @@ Installers:
Scope: machine
InstallerLocale: en-US
UpgradeBehavior: install
- Architecture: x64
InstallerType: exe
InstallerUrl: https://www.7-zip.org/a/7z2102-x64.exe
InstallerSha256: 4ed310c3a54e28d98f4500987da5391fc1ffa1c62301b96482e693c3ce76b741
InstallerSwitches:
Silent: /S
SilentWithProgress: /S
Scope: machine
InstallerLocale: en-US
UpgradeBehavior: install
- Architecture: x86
InstallerType: exe
InstallerUrl: https://www.7-zip.org/a/7z2102.exe
InstallerSha256: 7391b272d001fe110eda6fbeb9b9a89e2111afe51b777495c828cfc72b5a95d8
InstallerSwitches:
Silent: /S
SilentWithProgress: /S
Scope: machine
InstallerLocale: en-US
UpgradeBehavior: install
- Architecture: arm64
InstallerType: exe
InstallerUrl: https://www.7-zip.org/a/7z2102-arm64.exe

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: 7zip.7zipAlpha
PackageVersion: 21.02-alpha
PackageVersion: 21.02 alpha
PackageLocale: en-US
Publisher: Igor Pavlov
PublisherUrl: https://www.7-zip.org

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: 7zip.7zipAlpha
PackageVersion: 21.02-alpha
PackageVersion: 21.02 alpha
PackageLocale: zh-CN
PublisherUrl: https://www.7-zip.org
PublisherSupportUrl: https://www.7-zip.org/support.html

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: 7zip.7zipAlpha
PackageVersion: 21.02-alpha
PackageVersion: 21.02 alpha
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,17 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: 8x8.VirtualOfficeDesktop
PackageVersion: 7.7.4.1
Installers:
- Architecture: x64
InstallerUrl: https://vod-updates.8x8.com/ga/work-64-msi-v7.7.4-1.msi
InstallerSha256: 420C782ED34EF4CF453E639C38DEB49DBD383C656EDA3DD305CCABBA49ADDAC8
InstallerType: msi
ProductCode: "{5CFC2D40-15A3-4AFD-89BB-D2CEADB2AB96}"
- Architecture: x86
InstallerUrl: https://vod-updates.8x8.com/ga/work-32-msi-v7.7.4-1.msi
InstallerSha256: 6C7993286AC711CF50397AAE0F61617DB5D42D0B4D6B9DFEDD7402E44DE5F273
InstallerType: msi
ProductCode: "{8FA9EF9C-D4C2-43B8-A761-9D811F88419E}"
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,16 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: 8x8.VirtualOfficeDesktop
PackageVersion: 7.7.4.1
PackageLocale: en-US
Tags:
- 8x8
- vod
Description: Virtual Office Desktop is a comprehensive unified communications application that integrates a business softphone with visual voicemail, corporate directory, instant messaging, presence, video calling, fax, call recording, web conferencing, and social media.
PackageUrl: https://www.8x8.com/au/voip-business-phone-services/features/virtual-office-desktop
Publisher: 8x8
PackageName: 8x8 Work
License: Copyright (C) 8x8
ShortDescription: 8x8.VirtualOfficeDesktop
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,58 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
PackageName: AIMP
Publisher: AIMP
PackageIdentifier: AIMP.AIMP
PackageVersion: 4.70.2251
Moniker: aimp
Author: Artem Izmaylov, Mike Green
License: LGPLv2.1 - © Artem Izmaylov 2006-2021 | All rights reserved
MinimumOSVersion: 10.0.0.0
Tags:
- audio player
- music player
FileExtensions:
- CDA
- AAC
- AC3
- APE
- DTS
- FLAC
- IT
- MIDI
- MO3
- MOD
- M4A
- M4B
- MP1
- MP2
- MP3
- MPC
- MTM
- OFR
- OGG
- OPUS
- RMI
- S3M
- .SPX
- TAK
- TTA
- UMX
- WAV
- WMA
- WV
- XM
InstallerType: exe
ShortDescription: AIMP is a freeware audio player
PackageUrl: https://www.aimp.ru
LicenseUrl: https://www.aimp.ru/files/windows/EULA_lang-en.txt
InstallerSwitches:
Silent: /AUTO /SILENT
SilentWithProgress: /AUTO
Installers:
- Architecture: x86
InstallerUrl: https://aimp.su/storage/fc9f124d6753d94c19310a6b615577f6/aimp_4.70.2251.exe
InstallerSha256: 7A65F9153984D77E16336E15D36CD75B8ADD5E76C463343A3B37A6DB239FC3B7
Scope: machine
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,4 +1,4 @@
# Automatically updated by the winget bot at 2021/May/27
# Automatically updated by the winget bot at 2021/May/15
PackageIdentifier: ActiveState.ActivePerl
Publisher: ActiveState Software Inc.
PackageName: ActivePerl
@@ -14,7 +14,7 @@ PackageUrl: https://www.activestate.com/products/perl/
Installers:
- Architecture: x64
InstallerUrl: https://cli-msi.s3.amazonaws.com/ActivePerl-5.28.msi
InstallerSha256: E701A1F5DFE9650AABCBC882C0EEE5855E1F09D23510B7B02D12AE959C55194E
InstallerSha256: 65EF29A562DBC32B76DE120326BBCE7C6EAB72E3845BEA36BBBF7FDD1F5807AE
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,21 @@
PackageIdentifier: Adobe.AdobeAcrobatReaderDC-Czech
PackageVersion: 19.8.20071.303822
PackageName: Adobe Acrobat Reader DC Czech
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
Moniker: Adobe.AdobeAcrobatReaderDC-Czech
Tags: []
ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents.
PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
Installers:
- Architecture: x86
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/1900820071/AcroRdrDC1900820071_cs_CZ.exe
InstallerSha256: 1309ff29f1d41882c297a168e057f94ec40eafaf0ae03f0c8f00c0e2bc88b95a
InstallerType: exe
InstallerSwitches:
Silent: /sAll /rs /rps /l /re
SilentWithProgress: /sPB /rs /rps /l /re
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,23 @@
PackageIdentifier: Adobe.AdobeAcrobatReaderDC
PackageVersion: 2020.012.20041 (de-DE)
PackageName: 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
Moniker: Adobe Acrobat Reader DC (deutsch)
Tags:
- adobe reader
- Adobe Acrobat Reader DC (Deutsch)
ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents.
PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
Installers:
- Architecture: x86
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_de_DE.exe
InstallerSha256: 4BFAF76912C6866445A996ABACFBD4A8E75992ACD0C32F8958AA2B28F777BAC8
InstallerType: exe
InstallerSwitches:
Silent: /sAll /rs /rps /l /re
SilentWithProgress: /sPB /rs /rps /l /re
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,23 @@
PackageIdentifier: Adobe.AdobeAcrobatReaderDC
PackageVersion: 2020.012.20041 (es-ES)
PackageName: 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
Moniker: Adobe Acrobat Reader DC (Spanish)
Tags:
- adobe reader
- Adobe Acrobat Reader DC (Spanish)
ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents.
PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
Installers:
- Architecture: x86
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_es_ES.exe
InstallerSha256: 74D3DFFC624F7A2D90BA84B350AA0854B4D55A8B87506CC4E945508A673B8D30
InstallerType: exe
InstallerSwitches:
Silent: /sAll /rs /rps /l /re
SilentWithProgress: /sPB /rs /rps /l /re
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,23 @@
PackageIdentifier: Adobe.AdobeAcrobatReaderDC
PackageVersion: 2020.012.20041 (fr-FR)
PackageName: 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
Moniker: Adobe Acrobat Reader DC (French)
Tags:
- adobe reader
- Adobe Acrobat Reader DC (French)
ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents.
PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
Installers:
- Architecture: x86
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_fr_FR.exe
InstallerSha256: C29C03667852929FB028B098E529FD3C60EBB51BC4FAD4A8F5DD2D44E410282D
InstallerType: exe
InstallerSwitches:
Silent: /sAll /rs /rps /l /re
SilentWithProgress: /sPB /rs /rps /l /re
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,23 @@
PackageIdentifier: Adobe.AdobeAcrobatReaderDC
PackageVersion: 2020.012.20041 (ja-JP)
PackageName: 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
Moniker: Adobe Acrobat Reader DC (Japanese)
Tags:
- adobe reader
- Adobe Acrobat Reader DC (Japanese)
ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents.
PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
Installers:
- Architecture: x86
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_ja_JP.exe
InstallerSha256: F7B04F8044D3C5FECB3EF2F8427AB048D0D533C9FA0F6B9C6774232CB703FCD7
InstallerType: exe
InstallerSwitches:
Silent: /sAll /rs /rps /l /re
SilentWithProgress: /sPB /rs /rps /l /re
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,47 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Adobe.AdobeAcrobatReaderDC
PackageVersion: 2020.012.20041
MinimumOSVersion: 10.0.0.0
FileExtensions:
- pdf
- pdfa
- pdfx
- xfx
InstallModes:
- interactive
- silent
- silentWithProgress
InstallerType: exe
InstallerSwitches:
Silent: /sAll /rs /rps /l /re
SilentWithProgress: /sAll /rs /rps /l /re
Scope: machine
UpgradeBehavior: install
Installers:
- Architecture: x86
InstallerLocale: en-US
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_en_US.exe
InstallerSha256: 9DD98FE4D1ABD7574CA99FA697983A1865BF1F343172E228C2BFBF638C2DDF73
ProductCode: "{AC76BA86-7AD7-1033-7B44-AC0F074E4100}"
- Architecture: x86
InstallerLocale: de-DE
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_de_DE.exe
InstallerSha256: 4BFAF76912C6866445A996ABACFBD4A8E75992ACD0C32F8958AA2B28F777BAC8
# ProductCode:
- Architecture: x86
InstallerLocale: es-ES
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_es_ES.exe
InstallerSha256: 74D3DFFC624F7A2D90BA84B350AA0854B4D55A8B87506CC4E945508A673B8D30
# ProductCode:
- Architecture: x86
InstallerLocale: fr-FR
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_fr_FR.exe
InstallerSha256: C29C03667852929FB028B098E529FD3C60EBB51BC4FAD4A8F5DD2D44E410282D
# ProductCode:
- Architecture: x86
InstallerLocale: ja-JP
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_ja_JP.exe
InstallerSha256: F7B04F8044D3C5FECB3EF2F8427AB048D0D533C9FA0F6B9C6774232CB703FCD7
# ProductCode:
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: Adobe.AdobeAcrobatReaderDC
PackageVersion: 2020.012.20041
PackageLocale: en-US
Publisher: Adobe Systems Incorporated
PublisherUrl: https://www.adobe.com
PublisherSupportUrl: https://helpx.adobe.com/support.html
PrivacyUrl: https://www.adobe.com/privacy.html
Author: Adobe Systems Incorporated
PackageName: Adobe Acrobat Reader DC
PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
License: Proprietary, Freeware
LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf
Copyright: Copyright (c) Adobe
CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf
ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents.
#Description:
Moniker: adobereader
Tags:
- adobe
- reader
- acrobat
- dc
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,6 +1,22 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: Adobe.AdobeAcrobatReaderDC
PackageVersion: 2020.012.20041
DefaultLocale: en-US
ManifestType: version
PackageName: 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
Moniker: adobe reader
Tags:
- adobe reader
ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents.
PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
Installers:
- Architecture: x86
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_en_US.exe
InstallerSha256: 9DD98FE4D1ABD7574CA99FA697983A1865BF1F343172E228C2BFBF638C2DDF73
InstallerType: exe
InstallerSwitches:
Silent: /sAll /rs /rps /l /re
SilentWithProgress: /sPB /rs /rps /l /re
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -11,37 +11,17 @@ InstallModes:
- interactive
- silent
- silentWithProgress
InstallerType: exe
InstallerSwitches:
Silent: /sAll /rs /rps /l /re
SilentWithProgress: /sAll /rs /rps /l /re
Scope: machine
UpgradeBehavior: install
Installers:
- Architecture: x86
InstallerType: exe
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/1901020064/AcroRdrDC1901020064_MUI.exe
InstallerSha256: 81953F3CF426CBE9E6702D1AF7F727C59514C012D8D90BACFB012079C7DA6D23
InstallerSwitches:
Silent: /sAll /rs /rps /l /re
SilentWithProgress: /sAll /rs /rps /l /re
ProductCode: "{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}"
Scope: machine
InstallerLocale: en-US
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_en_US.exe
InstallerSha256: a8287c059e3988c1843d6023950b065ec32f3269988c6344369e84db2d277d17
ProductCode: "{AC76BA86-7AD7-1033-7B44-AC0F074E4100}"
- Architecture: x86
InstallerLocale: de-DE
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_de_DE.exe
InstallerSha256: ab6a9f6c7b8890019be1d0245c3d33c7fa25372af60c433f942d3d5dd3f3c2f1
# ProductCode:
- Architecture: x86
InstallerLocale: es-ES
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_es_ES.exe
InstallerSha256: 7eb43829a4a44a5fe0c87b614df8cf7d3026e8c3dfbee6f3789ae482589190ac
# ProductCode:
- Architecture: x86
InstallerLocale: fr-FR
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_fr_FR.exe
InstallerSha256: 52ca8b49cb3b75af33f2bf11b01b6ebabb551bff50ced9ce8ef3bfb49431b480
# ProductCode:
- Architecture: x86
InstallerLocale: ja-JP
InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_ja_JP.exe
InstallerSha256: 4446c8bd42dfd36bf6b1adce948dc18b0d8562d39aa952d8061d4fd15eb0cd61
# ProductCode:
UpgradeBehavior: install
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -7,7 +7,7 @@ PublisherUrl: https://www.adobe.com
PublisherSupportUrl: https://helpx.adobe.com/support.html
PrivacyUrl: https://www.adobe.com/privacy.html
Author: Adobe Systems Incorporated
PackageName: Adobe Acrobat Reader DC
PackageName: Adobe Acrobat Reader DC MUI
PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
License: Proprietary, Freeware
LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 0.41
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-0.41/Brackets.Release.0.41.msi
InstallerSha256: b66a305bcbbfecd207cea7c84b35380680f89043b6b7f21260ec77e3073fe4c4
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 0.42
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-0.42/Brackets.Release.0.42.msi
InstallerSha256: c7e66dd557aa198a7604fcf4ab5b4313485b0abf223577e1ce26267028196875
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 0.43
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-0.43/Brackets.Release.0.43.msi
InstallerSha256: 4ca1648d1019f59e2469e644f39e9b9670c00ad4e0b2728a46a02afa8413d7d7
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 0.44
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-0.44/Brackets.Release.0.44.msi
InstallerSha256: a24b62ca1dc8c3ad1f0fb84539892a815283e2bd327bb28f243ffdd7036109f5
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.0
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.0/Brackets.Release.1.0.msi
InstallerSha256: 8bff91c34453402904a98696fea66d56eb3cc34ac3511fd39077a55352e7e16c
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.1
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.1/Brackets.Release.1.1.msi
InstallerSha256: bed9ce3111af86d581d1e16461304d91929628c0e5fbb75d70823b10271aec66
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.10.0
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.10/Brackets.Release.1.10.msi
InstallerSha256: 0ac206ddb6e780e484b30704f44dfb7ed0be7965e62108924d2ce60d641c4cdf
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.11
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.11/Brackets.Release.1.11.msi
InstallerSha256: 7209035ec30f24a3037b130f0a9a7853389dda90ce49fecd77972535a7432239
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.12
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.12/Brackets.Release.1.12.msi
InstallerSha256: 7e31aa95f8a2ff95a832654853f97030ac8f12993bcc7b8e3e56ad9e655b2ba7
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.13
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.13/Brackets.Release.1.13.msi
InstallerSha256: 1d9879807aef35a322e9129e0692fcc7d1d2704daab6d5c65767ede23d3c7384
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.14.1
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.14.1/Brackets.Release.1.14.1.msi
InstallerSha256: a5b25126acac7a94ef97430b37dc9ab8a628688e1fe21de9317b6d287eb1eb9d
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.14
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.14/Brackets.Release.1.14.msi
InstallerSha256: e26205e7591336e08c81cfa1b9ff7252b9597799d8b3408f20b33c41bf7333be
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.2
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.2/Brackets.Release.1.2.msi
InstallerSha256: 6a22be63194337e0e3f1170edc0b3d601c3b4ee5c2b5913dc02e339c8560010c
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.3
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.3/Brackets.Release.1.3.msi
InstallerSha256: 0eb9f5efbc45a6d7190d577557daf8b9c23f0d328177c8452d59990d766d98a8
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.4
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.4/Brackets.Release.1.4.msi
InstallerSha256: db07cd1318e86fa3d64d6bdd90fb43c83756266f08edac6cb7f56f3f881daca2
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.5
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.5/Brackets.Release.1.5.msi
InstallerSha256: 35d416a052fc1378f657eb5d6419a6477205e3e1d30a8d8b6da41ecd84803481
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.6
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.6/Brackets.Release.1.6.msi
InstallerSha256: 46c1d8d195ab2d77166e5d8bd02c8055de219ba8646fe79263d9ddc6a0c4e087
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.7
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.7/Brackets.Release.1.7.msi
InstallerSha256: f5c8d66eba8cdb67c607aa818ec93a7a0a578764782fc7b414ce91a1764b4aff
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.8
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.8/Brackets.Release.1.8.msi
InstallerSha256: 93e9cd7fd8899a2401ec2e591c93825664da364a6c0bd600a5298e3e58f06f20
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,25 +0,0 @@
PackageIdentifier: Adobe.Brackets
PackageName: Brackets
Moniker: brackets.io
PackageVersion: 1.9
Publisher: Adobe
Author: Adobe
ShortDescription: With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.
License: MIT License
LicenseUrl: https://github.com/adobe/brackets/blob/master/LICENSE
MinimumOSVersion: 10.0.0.0
PackageUrl: http://brackets.io/
Tags:
- brackets
InstallerType: msi
Installers:
- Architecture: x64
InstallerUrl: https://github.com/adobe/brackets/releases/download/release-1.9/Brackets.Release.1.9.msi
InstallerSha256: 46779c5819f9d7b9339eba50e6e34bfa0733ebb6bff9ac88acd5fb913e36ff03
InstallerLocale: en-US
Scope: user
InstallerSwitches:
Custom: /QUIET /NORESTART
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,19 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: AgileBits.1Password
PackageVersion: 7.7.805
MinimumOSVersion: 10.0.0.0
InstallModes:
- interactive
- silent
- silentWithProgress
Installers:
- Architecture: neutral
InstallerUrl: https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.805.exe
InstallerSha256: 766aed776ffa89d8e55b6a0159001c791662479ed734d2d848a644759a2d0f9d
InstallerType: exe
InstallerSwitches:
Silent: --silent
SilentWithProgress: --silent
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,26 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: AgileBits.1Password
PackageVersion: 7.7.805
PackageLocale: en-US
Publisher: AgileBits Inc.
PublisherUrl: https://1password.com
PublisherSupportUrl: https://support.1password.com
PrivacyUrl: https://1password.com/legal/privacy/
Author: AgileBits Inc.
PackageName: 1Password
PackageUrl: https://1password.com
License: Trialware
LicenseUrl: https://1password.com/legal/terms-of-service/
Copyright: AgileBits, Inc. Terms of Service
CopyrightUrl: https://1password.com/legal/terms-of-service/
ShortDescription: 1Password remembers all your passwords for you, and keeps them safe and secure behind the one password that only you know.
Moniker: 1password
Tags:
- 1pass
- password
- password manager
- keystore
- cross-platform
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,22 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
PackageIdentifier: Alacritty.Alacritty
PackageVersion: 0.8.0
PackageName: Alacritty
Publisher: Alacritty
License: Apache License 2.0
LicenseUrl: https://raw.githubusercontent.com/alacritty/alacritty/master/LICENSE-APACHE
Moniker: alacritty
Tags:
- terminal
PackageUrl: https://github.com/alacritty/alacritty
Installers:
- Architecture: x64
InstallerUrl: https://github.com/alacritty/alacritty/releases/download/v0.8.0/Alacritty-v0.8.0-installer.msi
InstallerSha256: 958EEA6463A6D91F5DE34931AC23A770DC34972137F169C7EC9BC73CDF7D8DBA
InstallerType: msi
ProductCode: "{DB0555C4-110F-48CA-B25F-98E6EC6FBF15}"
ShortDescription: Alacritty.Alacritty
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,18 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: AlekseyHoffman.Sigma-File-Manager
PackageVersion: 1.0.0
MinimumOSVersion: 10.0.0.0
InstallModes:
- interactive
- silent
- silentWithProgress
Installers:
- Architecture: x64
InstallerType: nullsoft
InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v1.0.0/Sigma.file.manager.v1.0.0.Windows.exe
InstallerSha256: 7E882A1A0B0803536C7DCF45613F5635EB1A6B39CD371F55474010317DEB3714
Scope: user
InstallerLocale: en-US
UpgradeBehavior: install
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,29 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: AlekseyHoffman.Sigma-File-Manager
PackageVersion: 1.0.0
PackageLocale: en-US
Publisher: Aleksey Hoffman
PublisherUrl: https://github.com/aleksey-hoffman/sigma-file-manager/tree/v1.0.0
PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues
#PrivacyUrl:
Author: Aleksey Hoffman
PackageName: Sigma file manager
PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager
License: GNU GPLv3 or later.
LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md
Copyright: Copyright © 2021 - present Aleksey Hoffman. All rights reserved.
CopyrightUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md
ShortDescription: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux.
#Description:
Moniker: sigma
Tags:
- explorer
- finder
- file mananger
- file-manager
- file explorer
- foss
- open-source
- cross-platform
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,6 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: AlekseyHoffman.Sigma-File-Manager
PackageVersion: 1.0.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,18 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: AlekseyHoffman.Sigma-File-Manager
PackageVersion: 1.1.0
MinimumOSVersion: 10.0.0.0
InstallModes:
- interactive
- silent
- silentWithProgress
Installers:
- Architecture: x64
InstallerType: nullsoft
InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v1.1.0/Sigma.file.manager.Setup.1.1.0.Windows.exe
InstallerSha256: a0afb780d901e9ce99447bedeadd5e90d52f4e1701846d0e46ba0662314f332e
Scope: user
InstallerLocale: en-US
UpgradeBehavior: install
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,29 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: AlekseyHoffman.Sigma-File-Manager
PackageVersion: 1.1.0
PackageLocale: en-US
Publisher: Aleksey Hoffman
PublisherUrl: https://github.com/aleksey-hoffman/sigma-file-manager
PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues
#PrivacyUrl:
Author: Aleksey Hoffman
PackageName: Sigma file manager
PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager
License: GNU GPLv3 or later.
LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md
Copyright: Copyright © 2021 - present Aleksey Hoffman. All rights reserved.
CopyrightUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md
ShortDescription: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux.
#Description:
Moniker: sigma
Tags:
- explorer
- finder
- file mananger
- file-manager
- file explorer
- foss
- open-source
- cross-platform
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,6 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: AlekseyHoffman.Sigma-File-Manager
PackageVersion: 1.1.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,22 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Amazon.AWSCLI
PackageVersion: 2.2.6.0
MinimumOSVersion: 10.0.0.0
Commands:
- aws
InstallModes:
- interactive
- silent
- silentWithProgress
Installers:
- Architecture: x64
InstallerType: msi
InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.2.6.msi
InstallerSha256: 42622d0a42580694dae612b6da72f17067a40d133a8f02d9937495ecce361e68
ProductCode: "{734594B1-BF7A-4DCC-930D-0490D72D6769}"
Scope: machine
InstallerLocale: en-US
UpgradeBehavior: install
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,30 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: Amazon.AWSCLI
PackageVersion: 2.2.6.0
PackageLocale: en-US
Publisher: Amazon Web Services
PublisherUrl: https://github.com/aws/aws-cli
PublisherSupportUrl: https://github.com/aws/aws-cli/issues
Author: Amazon Web Services
PackageName: AWS Command Line Interface v2
PackageUrl: https://aws.amazon.com/cli/
License: Apache 2.0 license
LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt
Copyright: Copyright 2012-2020 Amazon.com, Inc.
CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt
ShortDescription: Universal Command Line Interface for Amazon Web Services
Description: The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program.
Moniker: aws
Tags:
- awscli
- aws
- cli
- cloud
- web
- services
- s3
- foss
- open source
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,7 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: Amazon.AWSCLI
PackageVersion: 2.2.6.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,22 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Amazon.AWSCLI
PackageVersion: 2.2.7.0
MinimumOSVersion: 10.0.0.0
Commands:
- aws
InstallModes:
- interactive
- silent
- silentWithProgress
Installers:
- Architecture: x64
InstallerType: msi
InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.2.7.msi
InstallerSha256: 89166C2EEFE57DBC6E685DABC96BA6453FE34D663C7F0C9D5C4346E0AB121C97
ProductCode: "{36AAF724-4F8B-48BB-84C3-CE1DF1581D15}"
Scope: machine
InstallerLocale: en-US
UpgradeBehavior: install
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,30 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: Amazon.AWSCLI
PackageVersion: 2.2.7.0
PackageLocale: en-US
Publisher: Amazon Web Services
PublisherUrl: https://github.com/aws/aws-cli
PublisherSupportUrl: https://github.com/aws/aws-cli/issues
Author: Amazon Web Services
PackageName: AWS Command Line Interface v2
PackageUrl: https://aws.amazon.com/cli/
License: Apache 2.0 license
LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt
Copyright: Copyright 2012-2020 Amazon.com, Inc.
CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt
ShortDescription: Universal Command Line Interface for Amazon Web Services
Description: The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program.
Moniker: aws
Tags:
- awscli
- aws
- cli
- cloud
- web
- services
- s3
- foss
- open source
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,20 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
PackageIdentifier: Amazon.Corretto.8
PackageVersion: 8.292.10.1
PackageName: Corretto 8.292.10.1 (x64)
Publisher: Amazon
PackageUrl: https://docs.aws.amazon.com/corretto/index.html
License: GPL 2 with Classpath Exception
LicenseUrl: https://github.com/corretto/corretto-8/blob/develop/LICENSE
ShortDescription: No-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK).
Installers:
- Architecture: x64
InstallerUrl: https://corretto.aws/downloads/resources/8.292.10.1/amazon-corretto-8.292.10.1-windows-x64.msi
InstallerType: msi
InstallerSha256: 2da0162344c59856f57f2bdc14e4828fb46a95a6647d126db0b165fcf7472eec
InstallerSwitches:
Silent: /quiet
SilentWithProgress: /passive
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Amazon.Kindle
PackageVersion: 1.31.0.60170
PackageVersion: 1.31.60170
MinimumOSVersion: 10.0.0.0
FileExtensions:
- azw

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: Amazon.Kindle
PackageVersion: 1.31.0.60170
PackageVersion: 1.31.60170
PackageLocale: en-US
Publisher: Amazon
PublisherUrl: https://www.amazon.com/

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: Amazon.Kindle
PackageVersion: 1.31.0.60170
PackageVersion: 1.31.60170
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,8 +1,7 @@
PackageIdentifier: Amazon.Music
PackageVersion: 7.13.0.2210
PackageName: Amazon Music
Publisher: Amazon.com Services LLC
Author: Amazon
PackageName: AmazonMusic
Publisher: Amazon
License: Copyright Amazon.com Services LLC
Installers:
- Architecture: x86

View File

@@ -1,21 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Anaconda.Anaconda3
PackageVersion: "2021.05"
InstallerType: exe
Commands:
- conda
- python3
- py
- pip
Installers:
- Architecture: x64
InstallerType: nullsoft
InstallerUrl: https://repo.continuum.io/archive/Anaconda3-2021.05-Windows-x86_64.exe
InstallerSha256: 93DB42390444019E98B442AB281E1091671B6DCE64DAF08928D337FFC83CF3D2
- Architecture: x86
InstallerType: nullsoft
InstallerUrl: https://repo.continuum.io/archive/Anaconda3-2021.05-Windows-x86.exe
InstallerSha256: B95B6ADA0A54FE1DF06F6CDE84F8FA586501AC86EEB86F760106CF87B87168E2
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,17 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: Anaconda.Anaconda3
PackageVersion: "2021.05"
PackageLocale: en-US
LicenseUrl: https://docs.conda.io/en/latest/license.html
Moniker: Anaconda3
Tags:
- Python
- conda
PackageUrl: https://www.anaconda.com/products/individual
Publisher: Anaconda
PackageName: Anaconda Individual Edition
License: BSD 3-Clause License
ShortDescription: Anaconda Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine. Developed for solo practitioners, it is the toolkit that equips you to work with thousands of open-source packages and libraries.
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,7 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: Anaconda.Anaconda3
PackageVersion: "2021.05"
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,12 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: AndreWiethoff.ExactAudioCopy
PackageVersion: "1.6"
Platform:
- Windows.Desktop
InstallerType: nullsoft
Installers:
- Architecture: x86
InstallerUrl: http://www.exactaudiocopy.de/eac-1.6.exe
InstallerSha256: 8291D33104EBAB2619BA8D85744083E241330A286F5BD7D54C7B0EB08F2B84C1
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,19 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: AndreWiethoff.ExactAudioCopy
PackageVersion: "1.6"
PackageLocale: en-US
Publisher: André Wiethoff
PublisherSupportUrl: https://www.exactaudiocopy.de/en/index.php/information/contact/
PackageName: Exact Audio Copy
PackageUrl: https://www.exactaudiocopy.de/en/
License: Cardware
Copyright: Copyright 1999-2020 by Andre Wiethoff
ShortDescription: Exact Audio Copy is a so-called audio grabber for audio CDs using standard CD and DVD-ROM drives.
Tags:
- audio
- cd
- dvd
- grabber
- ripper
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,6 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: AndreWiethoff.ExactAudioCopy
PackageVersion: "1.6"
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,20 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Anki.Anki
PackageVersion: 2.1.44
MinimumOSVersion: 10.0.0.0
FileExtensions:
- apkg
InstallModes:
- interactive
- silent
- silentWithProgress
Installers:
- Architecture: x64
InstallerType: nullsoft
InstallerUrl: https://github.com/ankitects/anki/releases/download/2.1.44/anki-2.1.44-windows.exe
InstallerSha256: 0d71b91cd82416a6f5b02142ed54290f3689abe0261b0ba8406110dd93421be5
Scope: machine
InstallerLocale: en-US
UpgradeBehavior: install
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,20 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: Anki.Anki
PackageVersion: 2.1.44
PackageLocale: en-US
Publisher: Anki
Author: Ankitects
PackageName: Anki
PackageUrl: https://apps.ankiweb.net/
License: AGPL-3.0-only
LicenseUrl: https://raw.githubusercontent.com/ankitects/anki/master/LICENSE
ShortDescription: Powerful and intelligent flash cards
Description: Anki is a program which makes remembering things easy. Because it's a lot more efficient than traditional study methods, you can either greatly decrease your time spent studying, or greatly increase the amount you learn. Anyone who needs to remember things in their daily life can benefit from Anki. Since it is content-agnostic and supports images, audio, videos and scientific markup (via LaTeX), the possibilities are endless.
Moniker: anki
Tags:
- flashcard
- flashcards
- learn
- education
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,6 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: Anki.Anki
PackageVersion: 2.1.44
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,6 +1,6 @@
# Automatically updated by the winget bot at 2021/May/18
# Automatically updated by the winget bot at 2021/May/07
PackageIdentifier: AnyDeskSoftwareGmbH.AnyDeskMSI
PackageVersion: 6.3.1
PackageVersion: 6.3.0
FileExtensions: ''
Protocols: ''
Commands: ''
@@ -13,7 +13,7 @@ Installers:
- Architecture: x86
InstallerType: msi
InstallerUrl: https://download.anydesk.com/AnyDesk.msi
InstallerSha256: C00AB1A6DD39BE886B4280E67BAA685F1F161C7E367F7249C9BFA68E3B319350
InstallerSha256: A0204DFF9312B8BA71AA9EE5A5BA88C5BCE4DB00FE21B7D865F9838D8E23CC6C
Scope: machine
InstallerLocale: en-US
ProductCode: "{62853EBF-E9DD-4AA5-B20A-5A6C3DD74FF3}"

View File

@@ -1,6 +1,6 @@
# Automatically updated by the winget bot at 2021/May/18
# Automatically updated by the winget bot at 2021/May/07
PackageIdentifier: AnyDeskSoftwareGmbH.AnyDeskMSI
PackageVersion: 6.3.1
PackageVersion: 6.3.0
PackageLocale: en-US
Publisher: philandro Software GmbH
PublisherUrl: https://anydesk.com

View File

@@ -1,6 +1,6 @@
# Automatically updated by the winget bot at 2021/May/18
# Automatically updated by the winget bot at 2021/May/07
PackageIdentifier: AnyDeskSoftwareGmbH.AnyDeskMSI
PackageVersion: 6.3.1
PackageVersion: 6.3.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,32 +0,0 @@
PackageIdentifier: AtomixProductions.VirtualDJ
PackageVersion: 8.5.6444.0
PackageLocale: en-US
Publisher: Atomix Productions
PublisherUrl: http://www.virtualdj.com/
PrivacyUrl: http://www.virtualdj.com/atomixproductions/disclaimer.html
PackageName: Virtual DJ
License: Freeware
LicenseUrl: https://www.virtualdj.com/atomixproductions/EULA.html
ShortDescription: VirtualDJ is audio and video mixing software.
Tags:
- audio
- video
- editing
- mixing
- dj
InstallModes:
- interactive
- silent
- silentWithProgress
Installers:
- Architecture: x64
InstallerType: msi
InstallerUrl: http://download.virtualdj.com/install_virtualdj_2021_b6444_pc.msi
InstallerSha256: E4234BEDAD557241BDC1F548DA7C1BB1AFF6BDB05C1E9F1C4E3C93094F64C1FC
InstallerSwitches:
Silent: /q
SilentWithProgress: /q
Scope: machine
UpgradeBehavior: install
ManifestType: "singleton"
ManifestVersion: "1.0.0"

View File

@@ -1,19 +1,18 @@
# Automatically updated by the winget bot at 2021/May/25
PackageIdentifier: Autodesk.Fusion360
PackageVersion: latest
PackageName: Fusion 360
Publisher: Autodesk
License: Copyright (c) Autodesk Inc.
ShortDescription: Integrated CAD, CAM, and PCB software
PackageUrl: https://www.autodesk.com/products/fusion-360/overview
Installers:
- Architecture: x86
InstallerUrl: https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe
InstallerSha256: CD3E961B3719C26167321127E8FB7821DA58B695B4025437F2CC7AD79C6A50B5
InstallerType: exe
InstallerSwitches:
Silent: --quiet
SilentWithProgress: --quiet
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0
PackageIdentifier: Autodesk.Fusion360
PackageVersion: latest
PackageName: Fusion 360
Publisher: Autodesk
License: Copyright (c) Autodesk Inc.
ShortDescription: Integrated CAD, CAM, and PCB software
PackageUrl: https://www.autodesk.com/products/fusion-360/overview
Installers:
- Architecture: x86
InstallerUrl: https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe
InstallerSha256: 3a4ef65ddec80704dea4cf43df3fa8b3c40703db5817077e613d5875e909589d
InstallerType: exe
InstallerSwitches:
Silent: --quiet
SilentWithProgress: --quiet
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -1,17 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Automattic.Simplenote
PackageVersion: 2.11.0
Installers:
- Architecture: x64
InstallerUrl: https://github.com/Automattic/simplenote-electron/releases/download/v2.11.0/Simplenote-win-2.11.0-x64.appx
InstallerSha256: 3BB60CCC02EA2F709C9224C43F3DF1B28F6EA84A9E2ABEAB4486ADE4ADC27605
InstallerType: appx
PackageFamilyName: simplenote_cdagv53c87npa
- Architecture: x86
InstallerUrl: https://github.com/Automattic/simplenote-electron/releases/download/v2.11.0/Simplenote-win-2.11.0-ia32.appx
InstallerSha256: CEDD776689601E6B2AEAD83C98FDCC1AB680D169F69BFE6A076DF24FF3EDC710
InstallerType: appx
PackageFamilyName: simplenote_cdagv53c87npa
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,14 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: Automattic.Simplenote
PackageVersion: 2.11.0
PackageLocale: en-US
LicenseUrl: https://raw.githubusercontent.com/Automattic/simplenote-electron/develop/LICENSE.md
Moniker: simplenote
PackageUrl: https://simplenote.com/
Publisher: Automattic
PackageName: Simplenote
License: GPLv2
ShortDescription: Simplenote is an easy way to keep notes, lists, ideas and more. Your notes stay in sync with all your devices for free.
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,7 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: Automattic.Simplenote
PackageVersion: 2.11.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,27 +0,0 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
PackageIdentifier: Automattic.WordpressBeta
Publisher: Automattic
PackageName: Wordpress Beta
Author: Automattic
ShortDescription: A control panel for all your WordPress sites.
Moniker: wordpress
Tags:
- admin
- electron
- wordpress
- blog
- editor
PackageUrl: https://apps.wordpress.com/desktop/
License: GPLv2
LicenseUrl: https://raw.githubusercontent.com/Automattic/wp-calypso/v6.15.0-beta1/LICENSE.md
MinimumOSVersion: 10.0.0.0
PackageVersion: 6.15.0-beta1
InstallerType: nullsoft
Installers:
- Architecture: x86
InstallerUrl: https://github.com/Automattic/wp-calypso/releases/download/v6.15.0-beta1/wordpress.com-win32-setup-6.15.0-beta1.exe
InstallerSha256: 293efd80fbace2d9b9bb93ce3cb34e9420b4421bf3d2a4804566797a013b453f
Scope: machine
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0

View File

@@ -4,13 +4,13 @@ PackageVersion: 2.1.1617.0
PackageName: AxCrypt
Publisher: AxCrypt
License: Copyright (c) Svante Seleborg/Axantum Software AB - GPL 2.0 or later
LicenseUrl: https://www.axantum.com/AxCrypt/LegacyLicense.html
LicenseUrl: http://www.axantum.com/AxCrypt/LegacyLicense.html
Tags:
- encryption
- decryption
- compression
ShortDescription: AxCrypt File Encryption Software - Free Personal Privacy and Security for Windows 2000/XP/Vista or later with AES-128 File Encryption, Compression and transparent Decrypt and Open in the original application.
PackageUrl: https://www.axantum.com/LegacyAxCrypt/Default.html
PackageUrl: http://www.axantum.com/LegacyAxCrypt/Default.html
Installers:
- Architecture: x64
InstallerUrl: https://account.axcrypt.net/download/axcrypt-2-setup.exe

View File

@@ -1,24 +0,0 @@
# ================= Installer =================
PackageIdentifier: AxisCommunications.AxisCameraStation-Preview
PackageVersion: 0.2121.47
MinimumOSVersion: 10.0.14393.0
UpgradeBehavior: install
Scope: machine
Platform:
- Windows.Desktop
InstallModes:
- interactive
- silent
- silentWithProgress
InstallerSwitches:
Custom: /SkipLatestCheck
Installers:
- Architecture: x64
InstallerType: inno
InstallerUrl: https://cdn.axis.com/ftp/pub_soft/cam_srv/cam_station/cam_station_preview/0_2121_47/AXISCameraStationSetup.exe
InstallerSha256: 4D71987982AB97831052C76F158AC449F4E4F068378ED07F1EDEB8B44EE56089
# ================= Manifest =================
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,26 +0,0 @@
# ================== Locale ==================
PackageIdentifier: AxisCommunications.AxisCameraStation-Preview
PackageVersion: 0.2121.47
PackageLocale: en-US
PackageName: AXIS Camera Station Preview
Author: AXIS Communications AB
Publisher: AXIS Communications AB
PublisherUrl: https://www.axis.com/
PublisherSupportUrl: https://www.axis.com/learning-and-support
PrivacyUrl: https://www.axis.com/privacy
Moniker: axiscamerastation-preview
Tags:
- VMS
- Video Management System
- CCTV
- Security
ShortDescription: AXIS Camera Station is a video management software for surveillance specially developed for small and midsized installations. Note that this is a public preview version with no support.
PackageUrl: https://www.axis.com/products/axis-camera-station/
License: AXIS Camera Station Software License Agreement
LicenseUrl: https://www.axis.com/files/sales/acs_end_user_license_agreement.pdf
# ================= Manifest =================
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,8 +0,0 @@
# ================== Version ==================
PackageIdentifier: AxisCommunications.AxisCameraStation-Preview
PackageVersion: 0.2121.47
DefaultLocale: en-US
# ================= Manifest =================
ManifestType: version
ManifestVersion: 1.0.0

View File

@@ -1,24 +0,0 @@
# ================= Installer =================
PackageIdentifier: AxisCommunications.AxisCameraStation
PackageVersion: 5.36.292
MinimumOSVersion: 10.0.14393.0
UpgradeBehavior: install
Scope: machine
Platform:
- Windows.Desktop
InstallModes:
- interactive
- silent
- silentWithProgress
InstallerSwitches:
Custom: /SkipLatestCheck
Installers:
- Architecture: x64
InstallerType: inno
InstallerUrl: https://cdn.axis.com/ftp/pub_soft/cam_srv/cam_station/5_36_292/AXISCameraStationSetup.exe
InstallerSha256: 9FA8B5CD4EBFA4703AAD2E102773A57FDED68D814FAC735E10D6A5635E93A7D5
# ================= Manifest =================
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -1,9 +0,0 @@
# ================== Locale ==================
PackageIdentifier: AxisCommunications.AxisCameraStation
PackageVersion: 5.36.292
PackageLocale: de-DE
ShortDescription: Bei AXIS Camera Station Video Management Software handelt es sich um eine für eine Vielzahl von Unternehmen geeignete Software zur Video- und Zugriffsverwaltung zu Überwachungszwecken.
# ================= Manifest =================
ManifestType: locale
ManifestVersion: 1.0.0

View File

@@ -1,26 +0,0 @@
# ================== Locale ==================
PackageIdentifier: AxisCommunications.AxisCameraStation
PackageVersion: 5.36.292
PackageLocale: en-US
PackageName: AXIS Camera Station
Author: AXIS Communications AB
Publisher: AXIS Communications AB
PublisherUrl: https://www.axis.com/
PublisherSupportUrl: https://www.axis.com/learning-and-support
PrivacyUrl: https://www.axis.com/privacy
Moniker: axiscamerastation
Tags:
- VMS
- Video Management System
- CCTV
- Security
ShortDescription: AXIS Camera Station is a video and access management software for surveillance suitable for a wide range of businesses.
PackageUrl: https://www.axis.com/products/axis-camera-station/
License: AXIS Camera Station Software License Agreement
LicenseUrl: https://www.axis.com/files/sales/acs_end_user_license_agreement.pdf
# ================= Manifest =================
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,9 +0,0 @@
# ================== Locale ==================
PackageIdentifier: AxisCommunications.AxisCameraStation
PackageVersion: 5.36.292
PackageLocale: es-ES
ShortDescription: AXIS Camera Station es un software de gestión de acceso y vídeo para vigilancia, adecuado para una amplia gama de empresas.
# ================= Manifest =================
ManifestType: locale
ManifestVersion: 1.0.0

View File

@@ -1,9 +0,0 @@
# ================== Locale ==================
PackageIdentifier: AxisCommunications.AxisCameraStation
PackageVersion: 5.36.292
PackageLocale: fr-FR
ShortDescription: AXIS Camera Station est un logiciel de gestion vidéo et de gestion d'accès pour la surveillance, adapté à un large éventail d'activités.
# ================= Manifest =================
ManifestType: locale
ManifestVersion: 1.0.0

View File

@@ -1,9 +0,0 @@
# ================== Locale ==================
PackageIdentifier: AxisCommunications.AxisCameraStation
PackageVersion: 5.36.292
PackageLocale: it-IT
ShortDescription: AXIS Camera Station è un software di gestione di video e accessi per la sorveglianza adatto a un'ampia gamma di aziende.
# ================= Manifest =================
ManifestType: locale
ManifestVersion: 1.0.0

View File

@@ -1,9 +0,0 @@
# ================== Locale ==================
PackageIdentifier: AxisCommunications.AxisCameraStation
PackageVersion: 5.36.292
PackageLocale: ja-JP
ShortDescription: AXIS Camera Stationは、幅広いビジネスに適した監視用のビデオおよびアクセス管理ソフトウェアです。
# ================= Manifest =================
ManifestType: locale
ManifestVersion: 1.0.0

View File

@@ -1,9 +0,0 @@
# ================== Locale ==================
PackageIdentifier: AxisCommunications.AxisCameraStation
PackageVersion: 5.36.292
PackageLocale: ko-KR
ShortDescription: AXIS Camera Station은 광범위한 비즈니스에 적합한 감시용 영상 및 접근 관리 소프트웨어입니다.
# ================= Manifest =================
ManifestType: locale
ManifestVersion: 1.0.0

View File

@@ -1,9 +0,0 @@
# ================== Locale ==================
PackageIdentifier: AxisCommunications.AxisCameraStation
PackageVersion: 5.36.292
PackageLocale: pl-PL
ShortDescription: AXIS Camera Station to oprogramowanie do zarządzania nagraniami wideo i dostępem w systemie dozoru przeznaczone dla szerokiej gamy firm.
# ================= Manifest =================
ManifestType: locale
ManifestVersion: 1.0.0

View File

@@ -1,9 +0,0 @@
# ================== Locale ==================
PackageIdentifier: AxisCommunications.AxisCameraStation
PackageVersion: 5.36.292
PackageLocale: pt-BR
ShortDescription: O AXIS Camera Station é um software de gerenciamento de vídeo e acesso para vigilância indicado para uso em uma ampla gama de atividades comerciais.
# ================= Manifest =================
ManifestType: locale
ManifestVersion: 1.0.0

Some files were not shown because too many files have changed in this diff Show More