Compare commits
8 Commits
preview-ma
...
rockstar
Author | SHA1 | Date | |
---|---|---|---|
|
1bef439fd9 | ||
|
77c4138f72 | ||
|
b9c653ab72 | ||
|
fec24a7e1f | ||
|
aec5e69979 | ||
|
b8ae0bbff4 | ||
|
1a9c01b361 | ||
|
f048a611dd |
@@ -43,7 +43,6 @@ jobs:
|
||||
env:
|
||||
HOST_KEY: $(AzureFunctionHostKey)
|
||||
SIGN_ENDPOINT: $(AzFuncSignEndpoint)
|
||||
CLEANUP_ENDPOINT: $(AzFuncPublishCleanupEndpoint)
|
||||
|
||||
- task: CmdLine@2
|
||||
displayName: 'Validate Commits'
|
||||
@@ -52,12 +51,10 @@ jobs:
|
||||
failOnStderr: true
|
||||
condition: succeeded()
|
||||
env:
|
||||
ValidationConnectionString: $(ValidationStorageAccountConnectionString)
|
||||
AzureWebJobsStorage: $(ValidationStorageAccountConnectionString)
|
||||
CacheConnectionString: $(CacheStorageAccountConnectionString)
|
||||
PackagePublisher: $(PackagePublisher)
|
||||
DIApplicationInsightKey: $(DIApplicationInsightKey)
|
||||
WinGet:AppConfig:Primary: $(AppConfigPrimary)
|
||||
WinGet:AppConfig:Secondary: $(AppConfigSecondary)
|
||||
|
||||
# Agentless phase. Depends on previous job.
|
||||
- job: 'SignPackage'
|
||||
@@ -80,7 +77,6 @@ jobs:
|
||||
body: |
|
||||
{
|
||||
"operationId": "$(Build.BuildNumber)",
|
||||
"BuildId": "$(Build.BuildId)",
|
||||
"PlanUrl": "$(system.CollectionUri)",
|
||||
"HubName": "$(system.HostType)",
|
||||
"pipelineType": "CommitPipeline",
|
||||
@@ -123,44 +119,6 @@ jobs:
|
||||
failOnStderr: true
|
||||
condition: succeeded()
|
||||
env:
|
||||
ValidationConnectionString: $(ValidationStorageAccountConnectionString)
|
||||
AzureWebJobsStorage: $(ValidationStorageAccountConnectionString)
|
||||
CacheConnectionString: $(CacheStorageAccountConnectionString)
|
||||
DIApplicationInsightKey: $(DIApplicationInsightKey)
|
||||
WinGet:AppConfig:Primary: $(AppConfigPrimary)
|
||||
WinGet:AppConfig:Secondary: $(AppConfigSecondary)
|
||||
|
||||
# Agentless phase. Depends on previous job.
|
||||
- job: 'Cleanup'
|
||||
pool: server
|
||||
timeoutInMinutes: 1500
|
||||
displayName: 'Clean up'
|
||||
dependsOn:
|
||||
- 'CommitProcessing'
|
||||
- 'Publish'
|
||||
variables:
|
||||
HostKeySecret: $[ dependencies.CommitProcessing.outputs['wingetsetup.hostkey']]
|
||||
CleanEndpointSecret: $[ dependencies.CommitProcessing.outputs['wingetsetup.cleanupEndpoint']]
|
||||
steps:
|
||||
|
||||
# Close issues.
|
||||
- task: AzureFunction@1
|
||||
displayName: 'Cleanup Issues'
|
||||
inputs:
|
||||
function: '$(CleanEndpointSecret)'
|
||||
key: '$(HostKeySecret)'
|
||||
body: |
|
||||
{
|
||||
"operationId": "$(Build.BuildNumber)",
|
||||
"BuildId": "$(Build.BuildId)",
|
||||
"PlanUrl": "$(system.CollectionUri)",
|
||||
"HubName": "$(system.HostType)",
|
||||
"pipelineType": "CommitPipeline",
|
||||
"ProjectId": "$(system.TeamProjectId)",
|
||||
"PlanId": "$(system.PlanId)",
|
||||
"JobId": "$(system.JobId)",
|
||||
"TimelineId": "$(system.TimelineId)",
|
||||
"TaskInstanceId": "$(system.TaskInstanceId)",
|
||||
"AuthToken": "$(system.AccessToken)",
|
||||
"BuildRepositoryId": "$(build.repository.id)"
|
||||
}
|
||||
waitForCompletion: "true"
|
||||
|
@@ -49,12 +49,10 @@ jobs:
|
||||
failOnStderr: true
|
||||
condition: succeeded()
|
||||
env:
|
||||
ValidationConnectionString: $(ValidationStorageAccountConnectionString)
|
||||
AzureWebJobsStorage: $(ValidationStorageAccountConnectionString)
|
||||
PackagePublisher: $(PackagePublisher)
|
||||
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
||||
DIApplicationInsightKey: $(DIApplicationInsightKey)
|
||||
WinGet:AppConfig:Primary: $(AppConfigPrimary)
|
||||
WinGet:AppConfig:Secondary: $(AppConfigSecondary)
|
||||
|
||||
# Agentless phase. Depends on previous job.
|
||||
- job: 'SignPackage'
|
||||
@@ -77,7 +75,6 @@ jobs:
|
||||
body: |
|
||||
{
|
||||
"operationId": "$(Build.BuildNumber)",
|
||||
"BuildId": "$(Build.BuildId)",
|
||||
"PlanUrl": "$(system.CollectionUri)",
|
||||
"HubName": "$(system.HostType)",
|
||||
"pipelineType": "RebuildPipeline",
|
||||
@@ -93,7 +90,6 @@ jobs:
|
||||
# Agent phase. Depends on previous job.
|
||||
- job: 'Publish'
|
||||
displayName: 'Publish'
|
||||
timeoutInMinutes: 300
|
||||
pool:
|
||||
vmImage: 'windows-latest'
|
||||
variables:
|
||||
@@ -121,15 +117,13 @@ jobs:
|
||||
failOnStderr: true
|
||||
condition: succeeded()
|
||||
env:
|
||||
ValidationConnectionString: $(ValidationStorageAccountConnectionString)
|
||||
AzureWebJobsStorage: $(ValidationStorageAccountConnectionString)
|
||||
CacheConnectionString: $(CacheStorageAccountConnectionString)
|
||||
DIApplicationInsightKey: $(DIApplicationInsightKey)
|
||||
AzureServicesAuthConnectionString: $(AzureServicesAuthConnectionString)
|
||||
WinGetSubscriptionId: $(WinGetSubscriptionId)
|
||||
CdnProfileName: $(CdnProfileName)
|
||||
CdnEndpointName: $(CdnEndpointName)
|
||||
WinGet:AppConfig:Primary: $(AppConfigPrimary)
|
||||
WinGet:AppConfig:Secondary: $(AppConfigSecondary)
|
||||
|
||||
# Agent phase. Depends on previous job.
|
||||
- job: 'Cleanup'
|
||||
@@ -165,8 +159,6 @@ jobs:
|
||||
failOnStderr: true
|
||||
condition: succeeded()
|
||||
env:
|
||||
ValidationConnectionString: $(ValidationStorageAccountConnectionString)
|
||||
AzureWebJobsStorage: $(ValidationStorageAccountConnectionString)
|
||||
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
||||
DIApplicationInsightKey: $(DIApplicationInsightKey)
|
||||
WinGet:AppConfig:Primary: $(AppConfigPrimary)
|
||||
WinGet:AppConfig:Secondary: $(AppConfigSecondary)
|
||||
|
@@ -49,10 +49,8 @@ jobs:
|
||||
failOnStderr: true
|
||||
condition: succeeded()
|
||||
env:
|
||||
ValidationConnectionString: $(ValidationStorageAccountConnectionString)
|
||||
AzureWebJobsStorage: $(ValidationStorageAccountConnectionString)
|
||||
DIApplicationInsightKey: $(DIApplicationInsightKey)
|
||||
WinGet:AppConfig:Primary: $(AppConfigPrimary)
|
||||
WinGet:AppConfig:Secondary: $(AppConfigSecondary)
|
||||
|
||||
# Validates manifest integrity.
|
||||
- task: CmdLine@2
|
||||
@@ -62,10 +60,8 @@ jobs:
|
||||
failOnStderr: true
|
||||
condition: succeeded()
|
||||
env:
|
||||
ValidationConnectionString: $(ValidationStorageAccountConnectionString)
|
||||
AzureWebJobsStorage: $(ValidationStorageAccountConnectionString)
|
||||
DIApplicationInsightKey: $(DIApplicationInsightKey)
|
||||
WinGet:AppConfig:Primary: $(AppConfigPrimary)
|
||||
WinGet:AppConfig:Secondary: $(AppConfigSecondary)
|
||||
|
||||
# Agentless phase. Depends on previous job.
|
||||
- job: 'ContentValidation'
|
||||
@@ -89,7 +85,6 @@ jobs:
|
||||
body: |
|
||||
{
|
||||
"operationId": "$(Build.BuildNumber)",
|
||||
"BuildId": "$(Build.BuildId)",
|
||||
"PlanUrl": "$(system.CollectionUri)",
|
||||
"HubName": "$(system.HostType)",
|
||||
"ProjectId": "$(system.TeamProjectId)",
|
||||
@@ -110,7 +105,6 @@ jobs:
|
||||
body: |
|
||||
{
|
||||
"operationId": "$(Build.BuildNumber)",
|
||||
"BuildId": "$(Build.BuildId)",
|
||||
"PlanUrl": "$(system.CollectionUri)",
|
||||
"HubName": "$(system.HostType)",
|
||||
"ProjectId": "$(system.TeamProjectId)",
|
||||
@@ -149,7 +143,6 @@ jobs:
|
||||
{
|
||||
"operationId": "$(Build.BuildNumber)",
|
||||
"PlanUrl": "$(system.CollectionUri)",
|
||||
"BuildId": "$(Build.BuildId)",
|
||||
"HubName": "$(system.HostType)",
|
||||
"ProjectId": "$(system.TeamProjectId)",
|
||||
"PlanId": "$(system.PlanId)",
|
||||
@@ -172,7 +165,6 @@ jobs:
|
||||
{
|
||||
"operationId": "$(Build.BuildNumber)",
|
||||
"PlanUrl": "$(system.CollectionUri)",
|
||||
"BuildId": "$(Build.BuildId)",
|
||||
"HubName": "$(system.HostType)",
|
||||
"ProjectId": "$(system.TeamProjectId)",
|
||||
"PlanId": "$(system.PlanId)",
|
||||
|
@@ -76,7 +76,6 @@ while ([string]::IsNullOrWhiteSpace($Publisher) -or $Publisher.Length -ge 128) {
|
||||
|
||||
while ([string]::IsNullOrWhiteSpace($AppName) -or $AppName.Length -ge 128) {
|
||||
$AppName = Read-Host -Prompt 'Enter the application name' | TrimString
|
||||
$AppNameFolder = $AppName -replace '\s',''
|
||||
}
|
||||
|
||||
while ([string]::IsNullOrWhiteSpace($version)) {
|
||||
@@ -246,7 +245,7 @@ if (-not [string]::IsNullOrWhiteSpace($SilentWithProgress)) {
|
||||
|
||||
$ManifestsFolder = (Resolve-Path "$PSScriptRoot\..\manifests").Path
|
||||
$PublisherFolder = Join-Path $ManifestsFolder $Publisher
|
||||
$AppFolder = Join-Path $PublisherFolder $AppNameFolder
|
||||
$AppFolder = Join-Path $PublisherFolder $AppName
|
||||
New-Item -ItemType "Directory" -Force -Path $AppFolder | Out-Null
|
||||
|
||||
$FileOldEncoding = Get-Content -Raw $ManifestName
|
||||
|
@@ -1,16 +0,0 @@
|
||||
Id: 3T.Robo3T
|
||||
Version: 1.4.1
|
||||
Name: Robo3T
|
||||
Publisher: 3T
|
||||
License: GPLv3
|
||||
LicenseUrl: https://github.com/Studio3T/robomongo/blob/master/COPYRIGHT
|
||||
AppMoniker: Robo3T
|
||||
Description: Robo 3T (formerly Robomongo *) is a shell-centric cross-platform MongoDB management tool. Unlike most other MongoDB admin UI tools, Robo 3T embeds the actual mongo shell in a tabbed interface with access to a shell command line as well as GUI interaction.
|
||||
Homepage: https://robomongo.org
|
||||
Tags: robomongo, mongo, mongodb, database, tool
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/Studio3T/robomongo/releases/download/v1.4.1/robo3t-1.4.1-windows-x86_64-122dbd9.exe
|
||||
Sha256: 1ADB1BB0875861FAB904F7F0734DB3FFCFAE1954943866535EBCCB42FD381A70
|
||||
InstallerType: nullsoft
|
||||
|
@@ -1,15 +0,0 @@
|
||||
Id: 3T.Robo3T
|
||||
Version: 1.4.2
|
||||
Name: Robo3T
|
||||
Publisher: 3T
|
||||
License: GPLv3
|
||||
LicenseUrl: https://github.com/Studio3T/robomongo/blob/master/COPYRIGHT
|
||||
AppMoniker: Robo3T
|
||||
Description: Robo 3T (formerly Robomongo *) is a shell-centric cross-platform MongoDB management tool. Unlike most other MongoDB admin UI tools, Robo 3T embeds the actual mongo shell in a tabbed interface with access to a shell command line as well as GUI interaction.
|
||||
Homepage: https://robomongo.org
|
||||
Tags: robomongo, mongo, mongodb, database, tool
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/Studio3T/robomongo/releases/download/v1.4.2/robo3t-1.4.2-windows-x86_64-8650949.exe
|
||||
Sha256: 20d72e75e379540d4dd8f4230aee8037f634574fdfcfa6f5cb8f0b06c3f540c9
|
||||
InstallerType: nullsoft
|
@@ -1,16 +0,0 @@
|
||||
Id: 3T.Robo3T
|
||||
Version: 1.4.3
|
||||
Name: Robo3T
|
||||
Publisher: 3T
|
||||
License: GPLv3
|
||||
LicenseUrl: https://github.com/Studio3T/robomongo/blob/master/COPYRIGHT
|
||||
AppMoniker: Robo3T
|
||||
Description: Robo 3T (formerly Robomongo *) is a shell-centric cross-platform MongoDB management tool. Unlike most other MongoDB admin UI tools, Robo 3T embeds the actual mongo shell in a tabbed interface with access to a shell command line as well as GUI interaction.
|
||||
Homepage: https://robomongo.org
|
||||
Tags: robomongo, mongo, mongodb, database, tool
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/Studio3T/robomongo/releases/download/v1.4.3/robo3t-1.4.3-windows-x86_64-48f7dfde.exe
|
||||
Sha256: 3253DC26FF78E5808183DE541C3FBEE335095DDB1662E9C7A09AEDE58CD2DD2B
|
||||
InstallerType: nullsoft
|
||||
|
@@ -1,15 +0,0 @@
|
||||
Id: 3T.Robo3TBeta
|
||||
Version: 1.4.2-beta
|
||||
Name: Robo3T - Beta
|
||||
Publisher: 3T
|
||||
License: GPLv3
|
||||
LicenseUrl: https://github.com/Studio3T/robomongo/blob/master/COPYRIGHT
|
||||
AppMoniker: Robo3T
|
||||
Homepage: https://robomongo.org
|
||||
Description: Robo 3T (formerly Robomongo *) is a shell-centric cross-platform MongoDB management tool. Unlike most other MongoDB admin UI tools, Robo 3T embeds the actual mongo shell in a tabbed interface with access to a shell command line as well as GUI interaction.
|
||||
Tags: robomongo, mongo, mongodb, database, tool
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/Studio3T/robomongo/releases/download/v1.4.2/robo3t-1.4.2-windows-x86_64-8650949.exe
|
||||
Sha256: 20D72E75E379540D4DD8F4230AEE8037F634574FDFCFA6F5CB8F0B06C3F540C9
|
||||
InstallerType: nullsoft
|
@@ -1,20 +0,0 @@
|
||||
Id: 4KDownload.4KSlideshowMaker
|
||||
Publisher: 4K Download
|
||||
Name: 4K Slideshow Maker
|
||||
Version: 1.8.1
|
||||
License: See in https://www.4kdownload.com/agreement/freeware.
|
||||
InstallerType: MSI
|
||||
LicenseUrl: https://www.4kdownload.com/agreement/freeware
|
||||
AppMoniker:
|
||||
Tags: slideshow-maker, slideshows, images, videos
|
||||
Description: Create impressive slideshows, save your memories
|
||||
Homepage: https://www.4kdownload.com/products/product-slideshowmaker
|
||||
Installers:
|
||||
# - Arch: x86
|
||||
# InstallerType: MSI
|
||||
# Url: https://dl.4kdownload.com/app/4kslideshowmaker_1.8.1.msi
|
||||
# Sha256: F61CB1ADF76A45D1CDE2D7AB307D08ACBDDD630D4D8F14962A4FC7F5D8B6AE6B
|
||||
- Arch: x64
|
||||
InstallerType: MSI
|
||||
Url: https://dl.4kdownload.com/app/4kslideshowmaker_1.8.1_x64.msi
|
||||
Sha256: 9127CCF7A5145DF36C84920BBE2779915DFDAF35C014C5C9952E0D831DBCB2F4
|
@@ -1,16 +0,0 @@
|
||||
Id: 4KDownload.4KStogram
|
||||
Publisher: 4K Download
|
||||
Name: 4K Stogram
|
||||
Version: 3.3.3
|
||||
License: See in https://www.4kdownload.com/agreement/freeware.
|
||||
InstallerType: MSI
|
||||
LicenseUrl: https://www.4kdownload.com/agreement/freeware
|
||||
AppMoniker:
|
||||
Tags: instagram-downloader, instagram, photos, accounts, hashtags
|
||||
Description: Download Instagram photos, accounts, hashtags and locations
|
||||
Homepage: https://www.4kdownload.com/products/product-stogram
|
||||
Installers:
|
||||
- Arch: x64
|
||||
InstallerType: msi
|
||||
Url: https://dl.4kdownload.com/app/4kstogram_3.3.3_x64.msi
|
||||
Sha256: b8fcf73dfb260e2a99a6e000219c11b9da4b17d4b84ca283bb4acf3021579ccd
|
@@ -1,16 +0,0 @@
|
||||
Id: 4KDownload.4KVideoDownloader
|
||||
Publisher: 4K Download
|
||||
Name: 4K Video Downloader
|
||||
Version: 4.15.0
|
||||
License: See in https://www.4kdownload.com/agreement/freeware.
|
||||
InstallerType: MSI
|
||||
LicenseUrl: https://www.4kdownload.com/agreement/freeware
|
||||
AppMoniker:
|
||||
Tags: video-downloader, youtube, vimeo
|
||||
Description: Free Video Downloader
|
||||
Homepage: https://www.4kdownload.com/products/product-videodownloader
|
||||
Installers:
|
||||
- Arch: x64
|
||||
InstallerType: msi
|
||||
Url: https://dl.4kdownload.com/app/4kvideodownloader_4.15.0_x64.msi
|
||||
Sha256: f825cea18c876816f96496f8c36111d2398c09a70a9a9d55a464750e71f5a5ab
|
@@ -1,16 +0,0 @@
|
||||
Id: 4KDownload.4KVideoDownloader
|
||||
Publisher: 4K Download
|
||||
Name: 4K Video Downloader
|
||||
Version: 4.15.1
|
||||
License: See in https://www.4kdownload.com/agreement/freeware.
|
||||
LicenseUrl: https://www.4kdownload.com/agreement/freeware
|
||||
Tags: video-downloader, youtube, vimeo
|
||||
Description: Free Video Downloader
|
||||
Homepage: https://www.4kdownload.com/products/product-videodownloader
|
||||
Installers:
|
||||
- Arch: x64
|
||||
InstallerType: msi
|
||||
Url: https://dl.4kdownload.com/app/4kvideodownloader_4.15.1_x64.msi
|
||||
Sha256: 3FE45144F91E5D7390DDB4A2F33BFBE9960949205193973BC8B0189F06F55A00
|
||||
ProductCode: "{11CAD2D3-0918-4C25-ADEA-6A2E2D8224D2}"
|
||||
|
@@ -1,20 +0,0 @@
|
||||
Id: 4KDownload.4KVideoToMP3
|
||||
Publisher: 4K Download
|
||||
Name: 4K Video to MP3
|
||||
Version: 3.0.0
|
||||
License: See in https://www.4kdownload.com/agreement/freeware.
|
||||
InstallerType: MSI
|
||||
LicenseUrl: https://www.4kdownload.com/agreement/freeware
|
||||
AppMoniker:
|
||||
Tags: video-to-mp3, video-converter, mp3
|
||||
Description: Convert any video to MP3 in one click
|
||||
Homepage: https://www.4kdownload.com/products/product-videotomp3
|
||||
Installers:
|
||||
# - Arch: x86
|
||||
# InstallerType: MSI
|
||||
# Url: https://dl.4kdownload.com/app/4kvideotomp3_3.0.0.msi
|
||||
# Sha256: 42C975BB8A7DE2B86A61B5453B36874B5F868452D50AB8B789DA2A9735D2389E
|
||||
- Arch: x64
|
||||
InstallerType: MSI
|
||||
Url: https://dl.4kdownload.com/app/4kvideotomp3_3.0.0_x64.msi
|
||||
Sha256: 319EACC777051B8582E2F4967FC296BAF13AF9B3C0E1F81D3940E8601C730A6C
|
20
manifests/7Zip/7Zip/20.0.0-alpha-2.yaml
Normal file
20
manifests/7Zip/7Zip/20.0.0-alpha-2.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
Id: 7zip.7zip
|
||||
Name: 7Zip
|
||||
AppMoniker: 7zip
|
||||
Version: 20.0.0-alpha-2
|
||||
Publisher: 7zip
|
||||
Author: 7zip
|
||||
License: Copyright (C) 1999-2020 Igor Pavlov. - GNU LGPL
|
||||
LicenseUrl: https://7-zip.org/license.txt
|
||||
MinOSVersion: 10.0.0.0
|
||||
Homepage: https://www.7-zip.org/
|
||||
Description: Free and open source file archiver with a high compression ratio.
|
||||
Tags: "7zip,compression,file compression,utility,tool,zip"
|
||||
InstallerType: exe
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://7-zip.org/a/7z2002-x64.exe
|
||||
Sha256: 356E128FCE6625F5BBE03D4B8B6DFCD744EE4482A16E9E495EE44AD77C2435E5
|
||||
Switches:
|
||||
Silent: /S
|
||||
SilentWithProgress: /S
|
20
manifests/7Zip/7Zip/20.0.0-alpha.yaml
Normal file
20
manifests/7Zip/7Zip/20.0.0-alpha.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
Id: 7zip.7zip
|
||||
Name: 7Zip
|
||||
AppMoniker: 7zip
|
||||
Version: 20.0.0-alpha
|
||||
Publisher: 7zip
|
||||
Author: 7zip
|
||||
License: Copyright (C) 1999-2020 Igor Pavlov. - GNU LGPL
|
||||
LicenseUrl: https://7-zip.org/license.txt
|
||||
MinOSVersion: 10.0.0.0
|
||||
Homepage: https://www.7-zip.org/
|
||||
Description: Free and open source file archiver with a high compression ratio.
|
||||
Tags: "7zip,compression,file compression,utility,tool,zip"
|
||||
InstallerType: exe
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://7-zip.org/a/7z2000-x64.exe
|
||||
Sha256: 93b1739c237179186d4da1a6c0e821e208663915d3f1bbd7a4377d96aa6894a4
|
||||
Switches:
|
||||
Silent: /S
|
||||
SilentWithProgress: /S
|
@@ -1,20 +0,0 @@
|
||||
Id: 7zip.7zipAlpha
|
||||
Name: 7Zip - Alpha
|
||||
AppMoniker: 7zip-alpha
|
||||
Version: 20.0.2-alpha
|
||||
Publisher: 7zip
|
||||
Author: 7zip
|
||||
License: Copyright (C) 1999-2020 Igor Pavlov. - GNU LGPL
|
||||
LicenseUrl: https://7-zip.org/license.txt
|
||||
MinOSVersion: 10.0.0.0
|
||||
Homepage: https://www.7-zip.org/
|
||||
Description: Free and open source file archiver with a high compression ratio.
|
||||
Tags: "7zip,compression,file compression,utility,tool,zip"
|
||||
InstallerType: exe
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://www.7-zip.org/a/7z2002-x64.exe
|
||||
Sha256: 356E128FCE6625F5BBE03D4B8B6DFCD744EE4482A16E9E495EE44AD77C2435E5
|
||||
Switches:
|
||||
Silent: /S
|
||||
SilentWithProgress: /S
|
@@ -1,20 +0,0 @@
|
||||
Id: 7zip.7zipAlpha
|
||||
Name: 7Zip - Alpha
|
||||
AppMoniker: 7zip-alpha
|
||||
Version: 21.00-alpha
|
||||
Publisher: 7zip
|
||||
Author: 7zip
|
||||
License: Copyright (C) 1999-2021 Igor Pavlov. - GNU LGPL
|
||||
LicenseUrl: https://www.7-zip.org/license.txt
|
||||
MinOSVersion: 10.0.0.0
|
||||
Homepage: https://www.7-zip.org/
|
||||
Description: Free and open source file archiver with a high compression ratio.
|
||||
Tags: "7zip,compression,file compression,utility,tool,zip"
|
||||
InstallerType: exe
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://www.7-zip.org/a/7z2100-x64.exe
|
||||
Sha256: BFB3507B104400E8DD2B12E476ADBFE4CBBF6191DFD36E672F2B5EAD4756BFD1
|
||||
Switches:
|
||||
Silent: /S
|
||||
SilentWithProgress: /S
|
@@ -1,33 +0,0 @@
|
||||
Id: 7zip.7zipAlpha
|
||||
Name: 7Zip - Alpha
|
||||
AppMoniker: 7zip-alpha
|
||||
Version: 21.01-alpha
|
||||
Publisher: 7zip
|
||||
Author: 7zip
|
||||
License: Copyright (C) 1999-2021 Igor Pavlov. - GNU LGPL
|
||||
LicenseUrl: https://www.7-zip.org/license.txt
|
||||
MinOSVersion: 10.0.0.0
|
||||
Description: Free and open source file archiver with a high compression ratio.
|
||||
Homepage: https://www.7-zip.org/
|
||||
Tags: 7zip, compression, file compression, utility, tool, zip
|
||||
FileExtensions: 7z, zip, rar, tar, gz, wim
|
||||
Commands: 7z
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: /S
|
||||
SilentWithProgress: /S
|
||||
InstallLocation: /D=<INSTALLPATH>
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://www.7-zip.org/a/7z2101-x64.exe
|
||||
Sha256: AFA61D1BAC31BC36D453861F76E44439030E9174E6C5C5F2DDD97DFE7B0AD2D2
|
||||
Scope: machine
|
||||
# - Arch: x86
|
||||
# Url: https://www.7-zip.org/a/7z2101.exe
|
||||
# Sha256: A160B4AE335A91E0B27F82604F874A94BCEF03A4918A1BE9F26330933092C084
|
||||
# Scope: machine
|
||||
# - Arch: arm64
|
||||
# Url: https://www.7-zip.org/a/7z2101-arm64.exe
|
||||
# Sha256: 9F7D8F02782595DB06687B6DD41DB8603079A3B345E9674DB4660ACC18241030
|
||||
# Scope: machine
|
||||
ManifestVersion: 0.1.0
|
16
manifests/8x8/VirtualOfficeDesktop/7.0.4-1.yaml
Normal file
16
manifests/8x8/VirtualOfficeDesktop/7.0.4-1.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
Id: 8x8.VirtualOfficeDesktop
|
||||
Version: 7.0.4-1
|
||||
Name: Virtual Office Desktop
|
||||
Publisher: 8x8
|
||||
License: Copyright (C) 8x8
|
||||
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.
|
||||
Homepage: https://www.8x8.com/au/voip-business-phone-services/features/virtual-office-desktop
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://support.8x8.com/@api/deki/files/1947/work_7.0.4-1_64-bit.msi?revision=54
|
||||
Sha256: 12AD672C7FFBAF3B3002DB8485026FB20193F5E9F4F99961E30DE4FA4057FCA0
|
||||
InstallerType: msi
|
||||
Switches:
|
||||
Silent: /quiet /norestart
|
||||
SilentWithProgress: /passive /norestart
|
@@ -1,17 +0,0 @@
|
||||
# Automatically updated by the winget bot at 2021/Feb/10
|
||||
Id: 8x8.VirtualOfficeDesktop
|
||||
Version: 7.4.3.5
|
||||
Name: Virtual Office Desktop
|
||||
Publisher: 8x8
|
||||
License: Copyright (C) 8x8
|
||||
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.
|
||||
Homepage: https://www.8x8.com/au/voip-business-phone-services/features/virtual-office-desktop
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://vod-updates.8x8.com/ga/work-64-msi-v7.4.3-5.msi
|
||||
Sha256: 9158e4919ea139853658777b3e75ff1114fe841c4af758308cba00af2693872c
|
||||
InstallerType: msi
|
||||
Switches:
|
||||
Silent: /quiet /norestart
|
||||
SilentWithProgress: /passive /norestart
|
@@ -1,14 +0,0 @@
|
||||
Id: ACROSSecurity.0patch
|
||||
Publisher: ACROS Security
|
||||
Name: 0patch Agent
|
||||
Version: latest # 20.06.18.10800
|
||||
License: Copyright (c) 1999-2020 ACROS Security
|
||||
LicenseUrl: https://0patch.com/files/License_agreement.rtf
|
||||
AppMoniker: 0patch
|
||||
Description: Micropatching security vulnerabilities for many programs and in real time
|
||||
Homepage: https://0patch.com/
|
||||
Installers:
|
||||
- Arch: x64
|
||||
InstallerType: MSI
|
||||
Url: https://dist.0patch.com/download/latestagent
|
||||
Sha256: F067A133F380D9D74D067387CF4461F1E0581CA690C5F32EC40F32B70E0A0525
|
17
manifests/AIMP/AIMP/4.6.2180.yaml
Normal file
17
manifests/AIMP/AIMP/4.6.2180.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
Id: AIMP.AIMP
|
||||
Publisher: AIMP
|
||||
Name: AIMP
|
||||
Version: 4.6.2180
|
||||
License: © Artem Izmaylov 2006-2020 | All rights reserved
|
||||
LicenseUrl: https://www.aimp.ru/files/windows/EULA_lang-en.txt
|
||||
Description: AIMP is a freeware audio player
|
||||
Homepage: https://www.aimp.ru
|
||||
Tags: audio player, aimp
|
||||
InstallerType: exe
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://aimp.su/storage/e226bc978084020a8de2c5d2c01f2b2a/aimp_4.60.2180.exe
|
||||
Sha256: c4839b82859219745ffd09853687ce12bac0b30cb8028d1e4401143e5d8ad9b4
|
||||
Switches:
|
||||
Silent: /AUTO /SILENT
|
||||
SilentWithProgress: /AUTO
|
35
manifests/AIMP/AIMP/4.70.2223.yaml
Normal file
35
manifests/AIMP/AIMP/4.70.2223.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
# ================== General ==================
|
||||
Id: AIMP.AIMP
|
||||
Publisher: AIMP
|
||||
Name: AIMP
|
||||
Author: Artem Izmaylov, Mike Green
|
||||
Description: AIMP is a freeware audio player
|
||||
AppMoniker: aimp
|
||||
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
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://www.aimp.ru
|
||||
License: LGPLv2.1 - © Artem Izmaylov 2006-2020 | All rights reserved
|
||||
LicenseUrl: https://www.aimp.ru/files/windows/EULA_lang-en.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 4.70.2223
|
||||
|
||||
Switches:
|
||||
Custom: /AUTO
|
||||
Silent: /SILENT
|
||||
SilentWithProgress: ""
|
||||
#Interactive:
|
||||
Language: en-US
|
||||
|
||||
InstallerType: exe
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: http://aimp.su/storage/5d648560b632931337526c18c0c48c6d/aimp_4.70.2223.exe
|
||||
Sha256: 35c4d54d931a6e68ba39c5b8d4738347224a9270cf219dae8eca3fff4e28b77d
|
||||
Scope: machine
|
||||
|
||||
# ManifestVersion: 0.1.0
|
36
manifests/AIMP/AIMP/4.70.2224.yaml
Normal file
36
manifests/AIMP/AIMP/4.70.2224.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
# ================== General ==================
|
||||
Id: AIMP.AIMP
|
||||
Publisher: AIMP
|
||||
Name: AIMP
|
||||
Author: Artem Izmaylov, Mike Green
|
||||
Description: AIMP is a freeware audio player
|
||||
AppMoniker: aimp
|
||||
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
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://www.aimp.ru
|
||||
License: LGPLv2.1 - © Artem Izmaylov 2006-2020 | All rights reserved
|
||||
LicenseUrl: https://www.aimp.ru/files/windows/EULA_lang-en.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 4.70.2224
|
||||
|
||||
Switches:
|
||||
Custom: /AUTO
|
||||
Silent: /SILENT
|
||||
SilentWithProgress: ""
|
||||
#Interactive:
|
||||
Language: en-US
|
||||
|
||||
InstallerType: exe
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: http://aimp.su/storage/3aa6163b63c99a2b9bb51abdf094d3ad/aimp_4.70.2224.exe
|
||||
Sha256: 95c7e540a9bce06e5ce19d664c83f1f63db8729b08244e3e46ce31fb63c9c6f0
|
||||
Scope: machine
|
||||
|
||||
# ManifestVersion: 0.1.0
|
||||
|
@@ -1,26 +0,0 @@
|
||||
# Created using ManifestCreatorCore 1.0.0.0
|
||||
|
||||
Name: AIMP
|
||||
Publisher: AIMP
|
||||
Id: AIMP.AIMP
|
||||
Version: 4.70.2242
|
||||
AppMoniker: aimp
|
||||
Author: Artem Izmaylov, Mike Green
|
||||
License: LGPLv2.1 - © Artem Izmaylov 2006-2020 | All rights reserved
|
||||
MinOSVersion: 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
|
||||
Description: AIMP is a freeware audio player
|
||||
Homepage: https://www.aimp.ru
|
||||
LicenseUrl: https://www.aimp.ru/files/windows/EULA_lang-en.txt
|
||||
Switches:
|
||||
Silent: /AUTO /SILENT
|
||||
SilentWithProgress: /AUTO
|
||||
Language: en-US
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: https://aimp.su/storage/7fb06b5e173e8a32ed580d475189368b/aimp_4.70.2242.exe
|
||||
Sha256: fcca5d362710415541caaccdcfac4c88d90b0db734f9721b9ec219892d84debb
|
||||
Scope: machine
|
||||
ManifestVersion: 0.1.0
|
13
manifests/Aardappel/Cube2/2013.04.04.yaml
Normal file
13
manifests/Aardappel/Cube2/2013.04.04.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
Id: Aardappel.Cube2
|
||||
Version: 2013.04.04
|
||||
Name: "Cube 2: Sauerbraten"
|
||||
Publisher: Wouter 'Aardappel' van Oortmerssen
|
||||
License: zlib
|
||||
Tags: cube, game, fps, shooter, first person
|
||||
Description: "Cube 2: Sauerbraten is a free multiplayer & singleplayer first person shooter, the successor of the Cube FPS. Much like the original Cube, the aim of this game is fun, old school deathmatch gameplay and also to allow map/geometry editing to be done cooperatively in-game."
|
||||
Homepage: http://sauerbraten.org/
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: http://sourceforge.net/projects/sauerbraten/files/sauerbraten/2013_01_04/sauerbraten_2013_04_04_collect_edition_windows.exe/download
|
||||
Sha256: 949A63EED9E63B5C9EC36D0166B45661DFBA51E0A71BA21FE1DCC441E832DB74
|
||||
InstallerType: nullsoft
|
@@ -1,13 +0,0 @@
|
||||
Id: Aardappel.Cube2
|
||||
Version: 2020.11.29
|
||||
Name: "Cube 2: Sauerbraten"
|
||||
Publisher: Wouter 'Aardappel' van Oortmerssen
|
||||
License: zlib
|
||||
Tags: cube, game, fps, shooter, first person
|
||||
Description: "Cube 2: Sauerbraten is a free multiplayer & singleplayer first person shooter, the successor of the Cube FPS. Much like the original Cube, the aim of this game is fun, old school deathmatch gameplay and also to allow map/geometry editing to be done cooperatively in-game."
|
||||
Homepage: http://sauerbraten.org/
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: https://sourceforge.net/projects/sauerbraten/files/sauerbraten/2020_11_29/sauerbraten_2020_12_21_windows.exe/download
|
||||
Sha256: 89842b3fe5cf591b761b84948e97e3a68e2fa451f5a0afb102a9347efca0a41e
|
||||
InstallerType: nullsoft
|
@@ -1,16 +0,0 @@
|
||||
# Automatically updated by the winget bot at 2021/Feb/27
|
||||
Id: ActiveState.ActivePerl
|
||||
Publisher: ActiveState Software Inc.
|
||||
Name: ActivePerl
|
||||
Version: 5.28.1001
|
||||
AppMoniker: perl
|
||||
License: © 2020 ActiveState Software Inc. All rights reserved.
|
||||
LicenseUrl: https://www.activestate.com/wp-content/uploads/2018/10/activestate_community_edition_software_license_agreement.pdf
|
||||
InstallerType: msi
|
||||
Tags: perl
|
||||
Description: Support your mission-critical applications with commercial-grade Perl from ActiveState – The world's most trusted Perl distribution.
|
||||
Homepage: https://www.activestate.com/products/perl/
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://cli-msi.s3.amazonaws.com/ActivePerl-5.28.msi
|
||||
Sha256: 4536ED69B688DEDD3F42AF3940E7CABF294E8904B942229FFA447DCBC109999D
|
@@ -1,19 +0,0 @@
|
||||
---
|
||||
|
||||
Id: ActivityWatch.ActivityWatch
|
||||
Version: 0.10.0
|
||||
Name: ActivityWatch
|
||||
Publisher: ActivityWatch
|
||||
License: MPL-2.0
|
||||
LicenseUrl: https://raw.githubusercontent.com/ActivityWatch/activitywatch/v0.10.0/LICENSE.txt
|
||||
AppMoniker: activitywatch
|
||||
Tags: productivity,quantified-self,timetracker
|
||||
Description: ActivityWatch is an app that automatically tracks how you spend time on your devices.
|
||||
Homepage: https://activitywatch.net/
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.10.0/activitywatch-v0.10.0-windows-x86_64-setup.exe
|
||||
Sha256: 3806D762FE7D16B6125BE3C12C527024E9B833C05C744C6F4546B142D3AE44C0
|
||||
InstallerType: inno
|
||||
Switches:
|
||||
Custom: /norestart /closeapplications /allusers
|
@@ -10,7 +10,7 @@ Description: The free global standard for reliably viewing, printing, signing, a
|
||||
Homepage: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/1900820071/AcroRdrDC1900820071_cs_CZ.exe
|
||||
Url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1900820071/AcroRdrDC1900820071_cs_CZ.exe
|
||||
Sha256: 1309ff29f1d41882c297a168e057f94ec40eafaf0ae03f0c8f00c0e2bc88b95a
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
|
@@ -10,7 +10,7 @@ Description: The free global standard for reliably viewing, printing, signing, a
|
||||
Homepage: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_de_DE.exe
|
||||
Url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_de_DE.exe
|
||||
Sha256: 4BFAF76912C6866445A996ABACFBD4A8E75992ACD0C32F8958AA2B28F777BAC8
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
|
@@ -10,7 +10,7 @@ Description: The free global standard for reliably viewing, printing, signing, a
|
||||
Homepage: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_es_ES.exe
|
||||
Url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_es_ES.exe
|
||||
Sha256: 74D3DFFC624F7A2D90BA84B350AA0854B4D55A8B87506CC4E945508A673B8D30
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
|
@@ -10,7 +10,7 @@ Description: The free global standard for reliably viewing, printing, signing, a
|
||||
Homepage: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_fr_FR.exe
|
||||
Url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_fr_FR.exe
|
||||
Sha256: C29C03667852929FB028B098E529FD3C60EBB51BC4FAD4A8F5DD2D44E410282D
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
|
@@ -10,7 +10,7 @@ Description: The free global standard for reliably viewing, printing, signing, a
|
||||
Homepage: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_ja_JP.exe
|
||||
Url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_ja_JP.exe
|
||||
Sha256: F7B04F8044D3C5FECB3EF2F8427AB048D0D533C9FA0F6B9C6774232CB703FCD7
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
|
@@ -10,7 +10,7 @@ Description: The free global standard for reliably viewing, printing, signing, a
|
||||
Homepage: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
|
||||
Installers:
|
||||
- Arch: x86
|
||||
Url: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_en_US.exe
|
||||
Url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_en_US.exe
|
||||
Sha256: 9DD98FE4D1ABD7574CA99FA697983A1865BF1F343172E228C2BFBF638C2DDF73
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
|
@@ -1,20 +0,0 @@
|
||||
|
||||
Id: Adobe.AdobeAcrobatReaderDC
|
||||
Version: 2020.012.20048
|
||||
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: adobereader
|
||||
Tags: adobe reader
|
||||
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: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220048/AcroRdrDC2001220048_MUI.exe
|
||||
Sha256: C4FC6ABAF3BF76ED38ED02CFA95CD15F98632DE2C4E55FD5EC00FB6A27868020
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: /sAll /rs /rps /l /re
|
||||
SilentWithProgress: /sPB /rs /rps /l /re
|
||||
Language: Multilingual
|
@@ -1,19 +0,0 @@
|
||||
Id: Adobe.AdobeAcrobatReaderDC
|
||||
Version: 2020.013.20064
|
||||
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: adobereader
|
||||
Tags: adobe reader acrobat PDF
|
||||
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: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001320064/AcroRdrDC2001320064_MUI.exe
|
||||
Sha256: 2c4d484f852207101aa39101f998604228ff2f7dd4bb185beea581060ef401d5
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: /sAll /rs /rps /l /re
|
||||
SilentWithProgress: /sPB /rs /rps /l /re
|
||||
Language: Multilingual
|
@@ -1,19 +0,0 @@
|
||||
Id: Adobe.AdobeAcrobatReaderDC
|
||||
Version: 2020.013.20074
|
||||
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: adobereader
|
||||
Tags: adobe reader acrobat PDF
|
||||
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: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001320074/AcroRdrDC2001320074_MUI.exe
|
||||
Sha256: 0FBD0BD7097A075F9D89C24AC8540EB10C03D20116DD70673FB47569DA6465D8
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: /sAll /rs /rps /l /re
|
||||
SilentWithProgress: /sPB /rs /rps /l /re
|
||||
Language: Multilingual
|
@@ -1,19 +0,0 @@
|
||||
Id: Adobe.AdobeAcrobatReaderDC
|
||||
Version: 2021.001.20140
|
||||
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: adobereader
|
||||
Tags: adobe reader acrobat PDF
|
||||
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: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120140/AcroRdrDC2100120140_MUI.exe
|
||||
Sha256: 3A1B8B0F989404FECBF6419F91179A34308A86C3E4879C09241962EEB81C7B1A
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: /sAll /rs /rps /l /re
|
||||
SilentWithProgress: /sPB /rs /rps /l /re
|
||||
Language: Multilingual
|
16
manifests/Adobe/FlashPlayer32NPAPI/32.0.0.387.yaml
Normal file
16
manifests/Adobe/FlashPlayer32NPAPI/32.0.0.387.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
Id: Adobe.FlashPlayer32NPAPI
|
||||
Publisher: Adobe
|
||||
Name: Adobe Flash Player 32 NPAPI (Firefox)
|
||||
Version: 32.0.0.387
|
||||
License: Copyright (c) Adobe
|
||||
InstallerType: MSI
|
||||
LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Flash_Player_32_0.pdf
|
||||
AppMoniker: flash-player-npapi
|
||||
Tags: adobe flash player
|
||||
Description: flash-player-npapi
|
||||
Homepage: https://www.adobe.com/products/flashplayer.html
|
||||
Installers:
|
||||
- Arch: x64
|
||||
InstallerType: MSI
|
||||
Url: https://fpdownload.macromedia.com/pub/flashplayer/pdc/32.0.0.387/install_flash_player_32_plugin.msi
|
||||
Sha256: 08480A2353A45563FE3AC4AC2F421B9FE8A14E3C5E585671E3485A364DACD725
|
16
manifests/Adobe/FlashPlayer32NPAPI/32.0.0.403.yaml
Normal file
16
manifests/Adobe/FlashPlayer32NPAPI/32.0.0.403.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
Id: Adobe.FlashPlayer32NPAPI
|
||||
Publisher: Adobe
|
||||
Name: Adobe Flash Player 32 NPAPI (Firefox)
|
||||
Version: 32.0.0.403
|
||||
License: Copyright (c) Adobe
|
||||
InstallerType: MSI
|
||||
LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Flash_Player_32_0.pdf
|
||||
AppMoniker: flash-player-npapi
|
||||
Tags: adobe flash player
|
||||
Description: flash-player-npapi
|
||||
Homepage: https://www.adobe.com/products/flashplayer.html
|
||||
Installers:
|
||||
- Arch: x64
|
||||
InstallerType: MSI
|
||||
Url: https://fpdownload.macromedia.com/pub/flashplayer/pdc/32.0.0.403/install_flash_player_32_plugin.msi
|
||||
Sha256: BD8C73D754C2D2A5ECA07975DC5C5E9DE3B6FC3B84D901A1ACD4AC82FFC79792
|
16
manifests/Adobe/FlashPlayer32PPAPI/32.0.0.387.yaml
Normal file
16
manifests/Adobe/FlashPlayer32PPAPI/32.0.0.387.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
Id: Adobe.FlashPlayer32PPAPI
|
||||
Publisher: Adobe
|
||||
Name: Adobe Flash Player 32 PPAPI
|
||||
Version: 32.0.0.387
|
||||
License: Copyright (c) Adobe
|
||||
InstallerType: MSI
|
||||
LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Flash_Player_32_0.pdf
|
||||
AppMoniker: FlashPlayer32PPAPI
|
||||
Tags: adobe flash player
|
||||
Description: Flash Player 32 PPAPI
|
||||
Homepage: https://www.adobe.com/products/flashplayer.html
|
||||
Installers:
|
||||
- Arch: x64
|
||||
InstallerType: MSI
|
||||
Url: https://fpdownload.macromedia.com/pub/flashplayer/pdc/32.0.0.387/install_flash_player_32_ppapi.msi
|
||||
Sha256: 7E094075428B9648A1A477D0A0FF729EC06FC6D5298D2E3F02EFBBED2F73F5C0
|
16
manifests/Adobe/FlashPlayer32PPAPI/32.0.0.403.yaml
Normal file
16
manifests/Adobe/FlashPlayer32PPAPI/32.0.0.403.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
Id: Adobe.FlashPlayer32PPAPI
|
||||
Publisher: Adobe
|
||||
Name: Adobe Flash Player 32 PPAPI
|
||||
Version: 32.0.0.403
|
||||
License: Copyright (c) Adobe
|
||||
InstallerType: MSI
|
||||
LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Flash_Player_32_0.pdf
|
||||
AppMoniker: FlashPlayer32PPAPI
|
||||
Tags: adobe flash player
|
||||
Description: Flash Player 32 PPAPI
|
||||
Homepage: https://www.adobe.com/products/flashplayer.html
|
||||
Installers:
|
||||
- Arch: x64
|
||||
InstallerType: MSI
|
||||
Url: https://fpdownload.macromedia.com/pub/flashplayer/pdc/32.0.0.403/install_flash_player_32_ppapi.msi
|
||||
Sha256: 4830E3E258ADB8A21160A793F292135B11705B106B2039A2DD1AEDD868EC3D66
|
@@ -1,15 +0,0 @@
|
||||
Id: AdoptOpenJDK.OpenJDK
|
||||
Version: 11.0.10
|
||||
Name: AdoptOpenJDK 11.0.10+9 (x64)
|
||||
Publisher: AdoptOpenJDK
|
||||
Homepage: https://adoptopenjdk.net
|
||||
License: GPL 2 with Classpath Exception
|
||||
LicenseUrl: https://github.com/AdoptOpenJDK/openjdk-jdk/blob/master/LICENSE
|
||||
Description: Community-driven, Vendor-neutral build of OpenJDK for Windows x64.
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_x64_windows_hotspot_11.0.10_9.msi
|
||||
InstallerType: msi
|
||||
Sha256: F12011DE94A72E1F14C9E68CE63BDD537AAB1BF51EB336EBA6D6061BC307BAEB
|
||||
ProductCode: "{E7AB7FCA-78F5-4B92-8326-AE97A09F74DD}"
|
||||
|
@@ -1,17 +0,0 @@
|
||||
Id: AdoptOpenJDK.OpenJDK
|
||||
Version: 15.0.0.36
|
||||
Name: AdoptOpenJDK 15+36 (x64)
|
||||
Publisher: AdoptOpenJDK
|
||||
License: GPL 2 with Classpath Exception
|
||||
LicenseUrl: https://adoptopenjdk.net/about.html
|
||||
AppMoniker: adoptopenjdk15
|
||||
Tags: "openjdk, java, jvm, jdk"
|
||||
Description: AdoptOpenJDK with Oracle HotSpot JVM
|
||||
Homepage: https://adoptopenjdk.net
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15%2B36/OpenJDK15U-jdk_x64_windows_hotspot_15_36.msi
|
||||
Sha256: E2AC92E686E52D8C76A831319AD721547D811D2E2E9B3A8FAE47420652BEB930
|
||||
InstallerType: msi
|
||||
Switches:
|
||||
Custom: INSTALLLEVEL=3
|
@@ -1,18 +0,0 @@
|
||||
Id: AdoptOpenJDK.OpenJDK
|
||||
Version: 15.0.1.9
|
||||
Name: AdoptOpenJDK 15.0.1+9 (x64)
|
||||
Publisher: AdoptOpenJDK
|
||||
License: GPL 2 with Classpath Exception
|
||||
LicenseUrl: https://adoptopenjdk.net/about.html
|
||||
AppMoniker: adoptopenjdk15
|
||||
Tags: "openjdk, java, jvm, jdk"
|
||||
Description: AdoptOpenJDK with Oracle HotSpot JVM
|
||||
Homepage: https://adoptopenjdk.net
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15.0.1%2B9/OpenJDK15U-jdk_x64_windows_hotspot_15.0.1_9.msi
|
||||
Sha256: 7254FBE32E77A6CB8C6E36FD1DA8EE0744FB323ADDB0BFDA4C32A4D6CF9D22CE
|
||||
ProductCode: "{F80265D4-3CED-44EE-B9CA-30D867F8BD95}"
|
||||
InstallerType: msi
|
||||
Switches:
|
||||
Custom: INSTALLLEVEL=3
|
@@ -1,18 +0,0 @@
|
||||
Id: AdoptOpenJDK.OpenJDK
|
||||
Version: 15.0.2.7
|
||||
Name: AdoptOpenJDK 15.0.2+7 (x64)
|
||||
Publisher: AdoptOpenJDK
|
||||
License: GPL 2 with Classpath Exception
|
||||
LicenseUrl: https://adoptopenjdk.net/about.html
|
||||
AppMoniker: adoptopenjdk15
|
||||
Tags: "openjdk, java, jvm, jdk"
|
||||
Description: AdoptOpenJDK with Oracle HotSpot JVM
|
||||
Homepage: https://adoptopenjdk.net
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15.0.2%2B7/OpenJDK15U-jdk_x64_windows_hotspot_15.0.2_7.msi
|
||||
Sha256: BFF27F4C7B8B562E5AB11B43B1FD257BE89FAB5779A68FB5CBEF1D42A95FF449
|
||||
ProductCode: "{F80265D4-3CED-44EE-B9CA-30D867F8BD95}"
|
||||
InstallerType: msi
|
||||
Switches:
|
||||
Custom: INSTALLLEVEL=3
|
@@ -1,18 +0,0 @@
|
||||
Id: AdoptOpenJDK.OpenJDK
|
||||
Version: 16.0.0.36
|
||||
Name: AdoptOpenJDK 16.0.0+36 (x64)
|
||||
Publisher: AdoptOpenJDK
|
||||
License: GPL 2 with Classpath Exception
|
||||
LicenseUrl: https://adoptopenjdk.net/about.html
|
||||
AppMoniker: adoptopenjdk16
|
||||
Tags: "openjdk, java, jvm, jdk"
|
||||
Description: AdoptOpenJDK with Oracle HotSpot JVM
|
||||
Homepage: https://adoptopenjdk.net
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16%2B36/OpenJDK16-jdk_x64_windows_hotspot_16_36.msi
|
||||
Sha256: 7E10EC7E61BAAD6293C8B2812EEE7D049450602C9493F658F5476C48F0C450B1
|
||||
ProductCode: "{F80265D4-3CED-44EE-B9CA-30D867F8BD95}"
|
||||
InstallerType: msi
|
||||
Switches:
|
||||
Custom: INSTALLLEVEL=3
|
@@ -1,13 +0,0 @@
|
||||
Id: AdoptOpenJDK.OpenJDK
|
||||
Version: 8.0.282.8
|
||||
Name: AdoptOpenJDK 8.0.282.8 (x64)
|
||||
Publisher: AdoptOpenJDK
|
||||
Homepage: https://adoptopenjdk.net
|
||||
License: GPL 2 with Classpath Exception
|
||||
LicenseUrl: https://github.com/AdoptOpenJDK/openjdk-jdk/blob/master/LICENSE
|
||||
Description: Community-driven, Vendor-neutral build of OpenJDK for Windows x64.
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jdk_x64_windows_hotspot_8u282b08.msi
|
||||
InstallerType: Msi
|
||||
Sha256: FE137353FFA9F5B02C7783737E73DDF7668A3222B02C5D91ABB8B8A2E55871FF
|
BIN
manifests/AdvancedLogViewer/AdvancedLogViewer/8.1.0.yaml
Normal file
BIN
manifests/AdvancedLogViewer/AdvancedLogViewer/8.1.0.yaml
Normal file
Binary file not shown.
@@ -1,18 +0,0 @@
|
||||
Id: AgileBits.1Password
|
||||
Version: 7.6.783
|
||||
Name: 1Password
|
||||
Publisher: AgileBits
|
||||
License: AgileBits, Inc. Terms of Service
|
||||
LicenseUrl: https://1password.com/legal/terms-of-service/
|
||||
AppMoniker: 1password
|
||||
Tags: password
|
||||
Description: 1Password remembers all your passwords for you, and keeps them safe and secure behind the one password that only you know.
|
||||
Homepage: https://1password.com/
|
||||
Installers:
|
||||
- Arch: Neutral
|
||||
Url: https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.783.exe
|
||||
Sha256: 56A1132B17EBE158D0B4A97304F6C86EA01C3AD93DFC516764E0ADF3BB80095A
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: --silent
|
||||
SilentWithProgress: --silent
|
@@ -1,18 +0,0 @@
|
||||
Id: AgileBits.1Password
|
||||
Version: 7.6.785
|
||||
Name: 1Password
|
||||
Publisher: AgileBits
|
||||
License: AgileBits, Inc. Terms of Service
|
||||
LicenseUrl: https://1password.com/legal/terms-of-service/
|
||||
AppMoniker: 1password
|
||||
Tags: password
|
||||
Description: 1Password remembers all your passwords for you, and keeps them safe and secure behind the one password that only you know.
|
||||
Homepage: https://1password.com/
|
||||
Installers:
|
||||
- Arch: Neutral
|
||||
Url: https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.785.exe
|
||||
Sha256: 289C73F6F5C0E9E722A76766BB2BCF494B0915529FE9795CE54094FE8CF75AAC
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: --silent
|
||||
SilentWithProgress: --silent
|
@@ -1,18 +0,0 @@
|
||||
Id: AgileBits.1Password
|
||||
Version: 7.6.791
|
||||
Name: 1Password
|
||||
Publisher: AgileBits
|
||||
License: AgileBits, Inc. Terms of Service
|
||||
LicenseUrl: https://1password.com/legal/terms-of-service/
|
||||
AppMoniker: 1password
|
||||
Tags: password
|
||||
Description: 1Password remembers all your passwords for you, and keeps them safe and secure behind the one password that only you know.
|
||||
Homepage: https://1password.com/
|
||||
Installers:
|
||||
- Arch: Neutral
|
||||
Url: https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.791.exe
|
||||
Sha256: A180771FE27E552D1A350772EB56E5224578B258011B6FEF6A6EFC74F1B9EF98
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: --silent
|
||||
SilentWithProgress: --silent
|
@@ -1,19 +0,0 @@
|
||||
Id: AgileBits.1Password
|
||||
Version: 7.6.793
|
||||
Name: 1Password
|
||||
Publisher: AgileBits
|
||||
License: AgileBits, Inc. Terms of Service
|
||||
LicenseUrl: https://1password.com/legal/terms-of-service/
|
||||
AppMoniker: 1password
|
||||
Tags: password
|
||||
Description: 1Password remembers all your passwords for you, and keeps them safe and secure behind the one password that only you know.
|
||||
Homepage: https://1password.com/
|
||||
Installers:
|
||||
- Arch: Neutral
|
||||
Url: https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.793.exe
|
||||
Sha256: 1F666F86ACD3ED5371925342C05EE0E22B4DA2EB18665ACBCC0CE379D3D1E11A
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: --silent
|
||||
SilentWithProgress: --silent
|
||||
|
@@ -1,19 +0,0 @@
|
||||
Id: Agilent.LabAdvisor
|
||||
Name: Agilent Lab Advisor
|
||||
Version: 2.16.414
|
||||
Publisher: Agilent
|
||||
Author: Agilent
|
||||
License: Copyright (C) Agilent
|
||||
LicenseUrl: https://labadvisor.pl29.agilent.com/Software%20License%20Terms.txt
|
||||
MinOSVersion: 10.0.0.0
|
||||
Homepage: https://www.agilent.com/en/product/liquid-chromatography/hplc-ce-software/instrument-control-software/lab-advisor-software
|
||||
Description: Diagnostic Tool for Agilent Instruments
|
||||
Tags: "agilent,labadvisor,diagnostic"
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://labadvisor.pl29.agilent.com/AgilentLabAdvisor_2.16.414.msi
|
||||
Sha256: ddd44a73c295ab721dd7d4279bf06ba52c3f68740b28f48503a703ac5443af0d
|
||||
Switches:
|
||||
Silent: /quiet
|
||||
SilentWithProgress: /passive
|
@@ -10,6 +10,6 @@ Description: An open source editor for plain text. It is designed to be a small
|
||||
Homepage: http://akelpad.sourceforge.net/
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://sourceforge.net/projects/akelpad/files/AkelPad%204/4.9.8/x64/AkelPad-4.9.8-x64-setup.exe/download
|
||||
Url: https://sourceforge.mirrorservice.org/a/ak/akelpad/AkelPad%204/4.9.8/x64/AkelPad-4.9.8-x64-setup.exe
|
||||
Sha256: D4D95A0456896CFD5FFEFA601D264126DAC170037E2594B87CA204D13D8A52A5
|
||||
InstallerType: nullsoft
|
||||
|
@@ -1,16 +0,0 @@
|
||||
Id: Alacritty.Alacritty
|
||||
Version: 0.7.2
|
||||
Name: Alacritty
|
||||
Publisher: Alacritty
|
||||
License: Apache License 2.0
|
||||
LicenseUrl: https://raw.githubusercontent.com/alacritty/alacritty/master/LICENSE-APACHE
|
||||
AppMoniker: alacritty
|
||||
Tags: terminal
|
||||
Homepage: https://github.com/alacritty/alacritty
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://github.com/alacritty/alacritty/releases/download/v0.7.2/Alacritty-v0.7.2-installer.msi
|
||||
Sha256: D94F98FBFDD964C96DF1EF95D65360C28128B8D2FFD359F8AAE762E44AF6424B
|
||||
InstallerType: msi
|
||||
ProductCode: "{AD645D60-E485-46AC-BFCB-A51A2EDD2539}"
|
||||
|
@@ -1,15 +0,0 @@
|
||||
Id: Alchemy.Viewer
|
||||
Publisher: Alchemy Development Group
|
||||
Name: Alchemy Viewer
|
||||
Version: 6.3.6.46705
|
||||
License: Copyright (C) 2019 Alchemy Development Group
|
||||
InstallerType: NULLSOFT
|
||||
AppMoniker: alchemy
|
||||
Tags: viewer, sl, openmetaverse, opensim, secondlife
|
||||
Description: Alchemy is a Second Life™ and OpenMetaverse compatible viewer striving to be at the forefront of stability, performance, and technological advancement in the open-source metaverse viewer field. We are always based on the latest release code from Linden Lab, and are currently in active development with new features, bug fixes, and performance optimizations landing in our source code repository nearly every day!
|
||||
Homepage: https://alchemyviewer.org/
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Scope: machine
|
||||
Url: https://pkg.alchemyviewer.org/repository/viewer/alchemy/beta/6.3.6.46705/Alchemy_Beta_6_3_6_46705_x86_64_Setup.exe
|
||||
Sha256: 49DC061785DC4BB60C869DFAB3DF986F7DDB70567ECA7A663A6B9BE6B73CA5AE
|
18
manifests/Alcpu/CoreTemp/1.15.1.yaml
Normal file
18
manifests/Alcpu/CoreTemp/1.15.1.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
Id: alcpu.CoreTemp
|
||||
Version: 1.15.1
|
||||
Name: CoreTemp
|
||||
Publisher: alcpu
|
||||
License: Copyright (C) 2006 - 2019 Alcpu
|
||||
LicenseUrl: https://www.alcpu.com/CoreTemp/terms.html
|
||||
AppMoniker: CoreTemp
|
||||
Tags: cpu temp monitoring
|
||||
Description: This application can monitor and visualize your processors temperature
|
||||
Homepage: https://www.alcpu.com/CoreTemp/
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://www.alcpu.com/CoreTemp/Core-Temp-setup.exe
|
||||
Sha256: EB4BF340404631DFBE1653B9D7B207421E9C7EFD9BD1B87CFD6CB861744975D2
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: /VERYSILENT /NORESTART /LANG=en /TASKS="desktopicon,languagepacks"
|
||||
SilentWithProgress: /SILENT /NORESTART /LANG=en /TASKS="desktopicon,languagepacks"
|
@@ -1,18 +0,0 @@
|
||||
Id: alcpu.CoreTemp
|
||||
Version: 1.16
|
||||
Name: CoreTemp
|
||||
Publisher: alcpu
|
||||
License: Copyright (C) 2006 - 2019 Alcpu
|
||||
LicenseUrl: https://www.alcpu.com/CoreTemp/terms.html
|
||||
AppMoniker: CoreTemp
|
||||
Tags: cpu temp monitoring
|
||||
Description: This application can monitor and visualize your processors temperature
|
||||
Homepage: https://www.alcpu.com/CoreTemp/
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://www.alcpu.com/CoreTemp/Core-Temp-setup.exe
|
||||
Sha256: 7cf3100040909e3a31e858252527c57a5315579025cf217e787b97a75882a342
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: /VERYSILENT /NORESTART /LANG=en /TASKS="desktopicon,languagepacks"
|
||||
SilentWithProgress: /SILENT /NORESTART /LANG=en /TASKS="desktopicon,languagepacks"
|
@@ -1,20 +0,0 @@
|
||||
---
|
||||
|
||||
Id: Altap.Salamander
|
||||
Version: 4.0
|
||||
Name: Salamander
|
||||
Publisher: Altap
|
||||
License: Copyright (c) Altap
|
||||
LicenseUrl: https://www.altap.cz/salamander/eula/
|
||||
AppMoniker: Salamander
|
||||
Tags: file manager
|
||||
Description: Altap Salamander is a fast and reliable two-panel file manager for Windows. It has an intuitive interface, offers viewers for all popular file formats as well as support for common archives, and has built-in FTP and SFTP clients.
|
||||
Homepage: https://www.altap.cz
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://www.altap.cz/ftp/salamand/as40x64.exe
|
||||
Sha256: B5CEB790912681524B47F2F5603D8162EF696EF23B02DB0E2BD2D25B9567078A
|
||||
InstallerType: exe
|
||||
Switches:
|
||||
Silent: /x /S
|
||||
SilentWithProgress: /x /S
|
19
manifests/Amazon/AWSCLI/1.18.65.yaml
Normal file
19
manifests/Amazon/AWSCLI/1.18.65.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: AWS
|
||||
Name: aws-cli
|
||||
Version: 1.18.65
|
||||
License: Copyright 2012-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/1.18.65/LICENSE.txt
|
||||
Author: Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: "AWS,aws-cli,cloud"
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.18.65.msi
|
||||
Sha256: 54b6f163d1e1fbaff1ebdb8a114299960df9d4381be1853f11bbb9dcdd7e52ef
|
||||
Switches:
|
||||
Silent: /quiet /norestart
|
||||
SilentWithProgress: /passive /norestart
|
@@ -1,21 +0,0 @@
|
||||
# Automatically updated by the winget bot at 2021/Mar/20
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: AWS
|
||||
Name: AWS Command Line Interface v1
|
||||
Version: 1.19.33
|
||||
License: Copyright 2012-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/1.18.214/LICENSE.txt
|
||||
Author: Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://s3.amazonaws.com/aws-cli/AWSCLI64PY3.msi
|
||||
Sha256: CC2E4DBEC0257F81E16B80092424FB16F47A639E6BE942BF235A95482E55610D
|
||||
ProductCode: "{1C96DE4D-A969-4067-8E2C-0473F22800B7}"
|
||||
Switches:
|
||||
Silent: /quiet /norestart
|
||||
SilentWithProgress: /passive /norestart
|
@@ -1,30 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
#Commands:
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.54/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.0.54
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.0.54.msi
|
||||
Sha256: 44d997bf7fe9859b1e129f5f5bb4da0cb42ac6e7e2ffed44a003876b42eaa5a2
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,30 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
#Commands:
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.56/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.0.56
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.0.56.msi
|
||||
Sha256: 97C48C6B58A57CA7057F8B7A3395D29473A4EA730F267280B3D300FDEBFD4803
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,30 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
#Commands:
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.57/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.0.57
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.0.57.msi
|
||||
Sha256: 5CA49AF482014A9B47FCFFB460CE65690D5D90ACE665E0D460ECBCDB9DE8FEC1
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,30 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
#Commands:
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.57/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.0.59
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.0.59.msi
|
||||
Sha256: 8891E402D718D59DE532D629A04B069B302E55A6EB0628DB82D3FB0B4E828DA3
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
#Commands:
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.57/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.0.61
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.0.61.msi
|
||||
Sha256: EEFF9518EFDA267B088CEDE02663D9677573E8DDE03B83196588C071C72884CF
|
||||
ProductCode: "{98EE0CBD-B36E-460A-9356-6446E7072B9A}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
#Commands:
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.57/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.0.62
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.0.62.msi
|
||||
Sha256: 7F5088E81AD03F0A5C93B02122FC2CB0E4AA50BC229FDA3189A2EF5FC2D9FB1C
|
||||
ProductCode: "{5C73A6CB-798A-4EC0-A00C-5D9E1F9C3598}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
#Commands:
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.57/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.1
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.1.msi
|
||||
Sha256: 87C496ED866DE1141B15DC2455D93456894777630D350455993404FC3D229E51
|
||||
ProductCode: "{C5565DDB-4B7D-467B-B5D9-4D57FA9CBDC5}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.57/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.10
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.10.msi
|
||||
Sha256: EEF16229305DA986853AA60B3A824467339D2334CAB266BF0ED3BD66CCDD5A23
|
||||
ProductCode: "{87BC99DF-D7E5-4E9F-81BA-DE4AEFAD6E7E}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,30 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.11/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.11
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.11.msi
|
||||
Sha256: D6F8FF16808C56A12A33C05225943D52BFB1B1FAB4344202B4EFF8C1E2E44A29
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.12/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.12
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.12.msi
|
||||
Sha256: 216B7A85AE31AAF742C3EC570970D5F1EF8AEAE10094454F9BFC92042040A14C
|
||||
ProductCode: "{A02BF0A0-D7A2-4324-AB89-517D32320AAA}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.13/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.13
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.13.msi
|
||||
Sha256: AF26C56AF5F67FF9D0668D12F6E4271E8C9E8C251FB8D1777CAB7E9B150CF035
|
||||
ProductCode: "{6C284D09-BE98-4A3E-95D4-FB1166F8A931}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.14/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.14
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.14.msi
|
||||
Sha256: 9B56534408100836F92D0BC8207FB1BF2742BBA679A8B94A5CCAA4A2B9C48FE4
|
||||
ProductCode: "{5D664A43-DDC8-4929-B172-D2B38D17FC9B}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.15/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.15
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.15.msi
|
||||
Sha256: 142253E23D885308042D2F7755F44862FEACD67102874345EF77B7B357677DD3
|
||||
ProductCode: "{A3B04BF9-21F5-4FFB-827E-FCBCAFFACC7B}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.18/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.18
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.18.msi
|
||||
Sha256: 0C126D19947D4BA082066FD7E3D5D493718D2C8FEE62CE7E3672FC519FAA172C
|
||||
ProductCode: "{B362C5C4-4019-41E7-9362-1B35AF9D4865}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.19/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.19
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.19.msi
|
||||
Sha256: 61857B1103D28B164CA66F720258665CCAA52986A452A4E850782D52A102F22A
|
||||
ProductCode: "{26564F0E-E9FD-4C95-9FC7-04327F6345C2}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.20/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.20
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.20.msi
|
||||
Sha256: 67EC3FDEE4B6F7ED27E707F2A606DF9E9E28ACFD7370006BAE50A36E6A0143B3
|
||||
ProductCode: "{6518553E-D8CE-43CA-8F26-7DD171281710}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.21/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.21
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.21.msi
|
||||
Sha256: CB7B33B29CD4C85B1B3675BCBFC585B0AEE7E20FED3DAF1FCE42684634DB4F3A
|
||||
ProductCode: "{7712A00E-F2AC-4458-9834-FB1A83E4398A}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.22/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.22
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.22.msi
|
||||
Sha256: 381062B9673E81A7EAEA83BA578CC2AA779BF39254A5616A0ADD0AF7FDCF2E99
|
||||
ProductCode: "{7E7C6281-4AA8-4FB1-A9C1-C1820A7F6F5D}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.23/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.23
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.23.msi
|
||||
Sha256: 036BF1E471CE094073AC80F722A3128B0C26CBB3EF1A02E3DA282DE1086E6A83
|
||||
ProductCode: "{59AB7164-FE10-4A48-9106-E8585CB4628D"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.24/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.24
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.24.msi
|
||||
Sha256: 8E5FF247DCEFF3757E9F35AE742A548F6A5F982E4647B7D8841BC9BF3D8CF159
|
||||
ProductCode: "{5A86BE8C-D52F-401A-B805-4D3629B1D41E}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.25/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.25
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.25.msi
|
||||
Sha256: 5431208A8BAA2A2701ACB55CBB182291A1F40D314C872461C2874FFD2024D825
|
||||
ProductCode: "{2538E9A1-2755-4D49-8191-85A7C8AA71CE}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.26/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.26
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.26.msi
|
||||
Sha256: 1F53F98D68D5D3BF4F3DC976BF7CF46253DE532FCEF4FA4CC3A542483AE8CF9C
|
||||
ProductCode: "{395B9A32-73FC-4CDE-B099-0AE787F9545C}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,20 +0,0 @@
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
Commands: aws
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.28/LICENSE.txt
|
||||
MinOSVersion: 10.0.0.0
|
||||
Version: 2.1.28
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.28.msi
|
||||
Sha256: bc0bbfcf92dabb271eca11b5bb38726b6ba62245e7301b5b8c34b5a8c744ac28
|
||||
Scope: machine
|
||||
Language: en-US
|
@@ -1,22 +0,0 @@
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
Commands: aws
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.28/LICENSE.txt
|
||||
MinOSVersion: 10.0.0.0
|
||||
Version: 2.1.29
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.29.msi
|
||||
Sha256: B8D20003C490DC4EBFF26172BAAEB2568AA84A71B1CC9EC26B3DC2E3C72C0E66
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
ProductCode: "{1F6D376A-6070-43EE-8751-24ED7EE488F1}"
|
||||
|
@@ -1,22 +0,0 @@
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
Commands: aws
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.28/LICENSE.txt
|
||||
MinOSVersion: 10.0.0.0
|
||||
Version: 2.1.32
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.32.msi
|
||||
Sha256: BA27DB959D13B9F4CD196F06C295379C913930F65CAD36AE1099EFD610BC7BA3
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
ProductCode: "{F1F41583-93F0-4D4B-A3A7-E2BFBC17DE8F}"
|
||||
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.57/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.4
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.4.msi
|
||||
Sha256: 2CB80F86AE42DF39A3733844C7701713494563E61078AB9E9A7D5A8F49A2B6F3
|
||||
ProductCode: "{A5BDD1C4-7857-4CCE-8686-BB4D1AA6CC64}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.57/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.7
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.7.msi
|
||||
Sha256: 23C6B544418FAA8C083FF34875E6DCD839BC18C1231CCB9E719796C3E7D771A6
|
||||
ProductCode: "{E3807BB2-E4B2-43DF-8DFE-06C0FBFACA7C}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,31 +0,0 @@
|
||||
# ================== General ==================
|
||||
Id: Amazon.AWSCLI
|
||||
Publisher: Amazon
|
||||
Name: AWS Command Line Interface v2
|
||||
Author: Amazon
|
||||
Description: Universal Command Line Interface for Amazon Web Services
|
||||
AppMoniker: aws
|
||||
Tags: cli, aws, amazon
|
||||
#Protocols:
|
||||
Commands: aws
|
||||
|
||||
# ================== License ==================
|
||||
Homepage: https://aws.amazon.com/cli/
|
||||
License: Apache 2.0 license
|
||||
LicenseUrl: https://github.com/aws/aws-cli/blob/2.0.57/LICENSE.txt
|
||||
|
||||
# ================= Installer =================
|
||||
MinOSVersion: 10.0.0.0
|
||||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||||
Version: 2.1.9
|
||||
|
||||
InstallerType: msi
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.9.msi
|
||||
Sha256: 26C5DC4BD237B5B7CC54300B09253B5B3D45D5F4A80AE4357C04A3AC3CA3D7AB
|
||||
ProductCode: "{23369325-7665-4BA0-B563-96C7D26C7678}"
|
||||
Scope: machine
|
||||
Language: en-US
|
||||
|
||||
# ManifestVersion: 0.1.0
|
@@ -1,18 +0,0 @@
|
||||
Id: Amazon.Chime
|
||||
Version: 4.34.9941
|
||||
Name: Amazon Chime
|
||||
Publisher: Amazon
|
||||
AppMoniker: amazonchime
|
||||
Tags: amazon, work, teams, chat
|
||||
License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|
||||
Homepage: https://aws.amazon.com/chime
|
||||
LicenseUrl: https://aws.amazon.com/service-terms/
|
||||
Description: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application.
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://clients.chime.aws/win/releases/Chime.4.34.9941.exe
|
||||
InstallerType: Inno
|
||||
Sha256: 239BCC76B695F4619488897982E7E659BBFBCF79C40644F2C39826C363990B08
|
||||
Switches:
|
||||
Silent: "/VERYSILENT"
|
||||
SilentWithProgress: "/SILENT"
|
@@ -1,16 +0,0 @@
|
||||
Id: Amazon.Chime
|
||||
Version: 4.35.10012
|
||||
Name: Amazon Chime
|
||||
Publisher: Amazon
|
||||
AppMoniker: amazonchime
|
||||
Tags: amazon, work, teams, chat
|
||||
License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|
||||
Homepage: https://aws.amazon.com/chime
|
||||
LicenseUrl: https://aws.amazon.com/service-terms/
|
||||
Description: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application.
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://clients.chime.aws/win/releases/Chime.4.35.10012.exe
|
||||
InstallerType: Inno
|
||||
Sha256: 11FA31BDEC04F3875DDD138CAF65D3C3CF7653CAF2BD976C7A661A169F89C398
|
||||
|
@@ -1,16 +0,0 @@
|
||||
Id: Amazon.Chime
|
||||
Version: 4.35.10077
|
||||
Name: Amazon Chime
|
||||
Publisher: Amazon
|
||||
AppMoniker: amazonchime
|
||||
Tags: amazon, work, teams, chat
|
||||
License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|
||||
Homepage: https://aws.amazon.com/chime
|
||||
LicenseUrl: https://aws.amazon.com/service-terms/
|
||||
Description: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application.
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://clients.chime.aws/win/releases/Chime.4.35.10077.exe
|
||||
InstallerType: Inno
|
||||
Sha256: A57F856B40E5A0949B8BA3F9D68373A92ACEDC0862D6072A0DA6D4333FB7668D
|
||||
|
@@ -1,17 +0,0 @@
|
||||
Id: Amazon.Chime
|
||||
Version: 4.37.10170
|
||||
Name: Amazon Chime
|
||||
Publisher: Amazon
|
||||
AppMoniker: amazonchime
|
||||
Tags: amazon, work, teams, chat
|
||||
License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|
||||
Homepage: https://aws.amazon.com/chime
|
||||
LicenseUrl: https://aws.amazon.com/service-terms/
|
||||
Description: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application.
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://clients.chime.aws/win/releases/Chime.4.37.10170.exe
|
||||
InstallerType: Inno
|
||||
Sha256: 460A5B164AE9E64179E2A0B468878526BD9B49F8AEC6579EB075D5FCA7183672
|
||||
ProductCode: "{D9D58C68-544A-4C36-B6B4-62D0F9505765}_is1"
|
||||
|
@@ -1,15 +0,0 @@
|
||||
Id: Amazon.Chime
|
||||
Version: 4.37.10179
|
||||
Name: Amazon Chime
|
||||
Publisher: Amazon
|
||||
AppMoniker: amazonchime
|
||||
Tags: amazon, work, teams, chat
|
||||
License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|
||||
Homepage: https://aws.amazon.com/chime
|
||||
LicenseUrl: https://aws.amazon.com/service-terms/
|
||||
Description: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application.
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://clients.chime.aws/win/releases/Chime.4.37.10179.exe
|
||||
InstallerType: Inno
|
||||
Sha256: 88B4A1835C1928E0679AB015A7BB5F8E98168A97AC2A582528406E235CE4216B
|
@@ -1,15 +0,0 @@
|
||||
Id: Amazon.Chime
|
||||
Version: 4.38.10186
|
||||
Name: Amazon Chime
|
||||
Publisher: Amazon
|
||||
AppMoniker: amazonchime
|
||||
Tags: amazon, work, teams, chat
|
||||
License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|
||||
Homepage: https://aws.amazon.com/chime
|
||||
LicenseUrl: https://aws.amazon.com/service-terms/
|
||||
Description: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application.
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://clients.chime.aws/win/releases/Chime.4.38.10186.exe
|
||||
InstallerType: Inno
|
||||
Sha256: 1906AF2FAB49BCFE3D5B6093B46947A21D787053E1902D05A16A84F6C3D1B037
|
@@ -1,16 +0,0 @@
|
||||
Id: Amazon.Chime
|
||||
Version: 4.39.10197
|
||||
Name: Amazon Chime
|
||||
Publisher: Amazon
|
||||
AppMoniker: amazonchime
|
||||
Tags: amazon, work, teams, chat
|
||||
License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|
||||
Homepage: https://aws.amazon.com/chime
|
||||
LicenseUrl: https://aws.amazon.com/service-terms/
|
||||
Description: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application.
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://clients.chime.aws/win/releases/Chime.4.39.10197.exe
|
||||
InstallerType: Inno
|
||||
Sha256: DCD0325E480268F06DF5FA24045F3F4F7E1D00B4C6AF48C016F56A238AFC3EEE
|
||||
|
@@ -1,14 +0,0 @@
|
||||
Id: Amazon.Corretto
|
||||
Version: 11.0.10.9.1
|
||||
Name: Corretto
|
||||
Publisher: Amazon
|
||||
Homepage: https://docs.aws.amazon.com/corretto/index.html
|
||||
License: GPL 2 with Classpath Exception
|
||||
LicenseUrl: https://github.com/corretto/corretto-11/blob/develop/LICENSE
|
||||
Description: No-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK).
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://corretto.aws/downloads/resources/11.0.10.9.1/amazon-corretto-11.0.10.9.1-windows-x64.msi
|
||||
InstallerType: msi
|
||||
Sha256: 9E3D6640EA5397382B8258B2F4FC070A3C71A23966CD85185D687B525D26C855
|
||||
ProductCode: "{4D099EEF-5AE5-4128-8FAE-B89BB9033BC2}"
|
@@ -1,16 +0,0 @@
|
||||
Id: Amazon.Corretto
|
||||
Version: 11.0.8.10.1
|
||||
Name: Corretto
|
||||
Publisher: Amazon
|
||||
Homepage: https://docs.aws.amazon.com/corretto/index.html
|
||||
License: GPL 2 with Classpath Exception
|
||||
LicenseUrl: https://github.com/corretto/corretto-11/blob/develop/LICENSE
|
||||
Description: No-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK).
|
||||
Installers:
|
||||
- Arch: x64
|
||||
Url: https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-windows-x64.msi
|
||||
InstallerType: Msi
|
||||
Sha256: 494CAB56BC866B8B3C9F951B579AE118A434380246BE81D25F65EEA9B9EC590E
|
||||
Switches:
|
||||
Silent: /quiet
|
||||
SilentWithProgress: /passive
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user