diff --git a/Tools/SandboxTest.ps1 b/Tools/SandboxTest.ps1 index f8894ac0c652..2f9790b85d25 100644 --- a/Tools/SandboxTest.ps1 +++ b/Tools/SandboxTest.ps1 @@ -528,7 +528,11 @@ if (!$SkipManifestValidation -and ![String]::IsNullOrWhiteSpace($Manifest)) { Start-Sleep -Seconds 5 # Allow the user 5 seconds to read the warnings before moving on } default { - Write-Information $validateCommandOutput.Trim() # On the success, print an empty line after the command output + # Avoid writing a raw object array when `winget validate` returns multiple lines + $validateSuccessOutput = @($validateCommandOutput).ForEach({ $_.ToString().Trim() }).Where({ -not [String]::IsNullOrWhiteSpace($_) }) + if ($validateSuccessOutput) { + Write-Information ($validateSuccessOutput -join [Environment]::NewLine) + } } } } diff --git a/manifests/3/360/360File/1.0.0.1200/360.360File.installer.yaml b/manifests/3/360/360File/1.0.0.1200/360.360File.installer.yaml new file mode 100644 index 000000000000..087e72f9203c --- /dev/null +++ b/manifests/3/360/360File/1.0.0.1200/360.360File.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: 360.360File +PackageVersion: 1.0.0.1200 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://down.360safe.com/pcnewapp/360FileSetup.exe + InstallerSha256: 276BA9C112935BC9EC47AA6C97B194A3F6415EFD17A5C00D0E140B6A5EF6F5CA + ProductCode: 360FileBrowser +- Architecture: x64 + InstallerUrl: https://down.360safe.com/pcnewapp/360FileSetup.exe + InstallerSha256: 276BA9C112935BC9EC47AA6C97B194A3F6415EFD17A5C00D0E140B6A5EF6F5CA + ProductCode: 360FileBrowser +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360File/1.0.0.1200/360.360File.locale.en-US.yaml b/manifests/3/360/360File/1.0.0.1200/360.360File.locale.en-US.yaml new file mode 100644 index 000000000000..8e5ea14109c1 --- /dev/null +++ b/manifests/3/360/360File/1.0.0.1200/360.360File.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: 360.360File +PackageVersion: 1.0.0.1200 +PackageLocale: en-US +Publisher: 360.cn +PublisherUrl: https://www.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/thread-16040300-1-1.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360文件夹 +PackageUrl: https://bbs.360.cn/thread-16040300-1-1.html +License: Freeware +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: https://www.360.cn/about/banquanshengming.html +ShortDescription: Multi-tab File Explorer +Description: 360 File is a single-window, multi-tab file explorer that improves the efficiency of using various types of folders. +Tags: +- directory +- explorer +- file +- file-explorer +- folder +- manage +- management +- system +ReleaseNotesUrl: https://bbs.360.cn/thread-16040300-1-1.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360File/1.0.0.1200/360.360File.locale.zh-CN.yaml b/manifests/3/360/360File/1.0.0.1200/360.360File.locale.zh-CN.yaml new file mode 100644 index 000000000000..77036001f393 --- /dev/null +++ b/manifests/3/360/360File/1.0.0.1200/360.360File.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: 360.360File +PackageVersion: 1.0.0.1200 +PackageLocale: zh-CN +Publisher: 360.cn +PublisherUrl: https://www.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/thread-16040300-1-1.html +Author: 北京奇虎科技有限公司 +PackageName: 360文件夹 +PackageUrl: https://bbs.360.cn/thread-16040300-1-1.html +License: 免费软件 +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: https://www.360.cn/about/banquanshengming.html +ShortDescription: 多标签文件管理器 +Description: 360 文件是一款单窗口多标签的资源管理器,提高了使用各类文件夹操作效率。 +Tags: +- 文件 +- 文件夹 +- 文件资源管理器 +- 目录 +- 管理 +- 系统 +ReleaseNotesUrl: https://bbs.360.cn/thread-16040300-1-1.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360File/1.0.0.1200/360.360File.yaml b/manifests/3/360/360File/1.0.0.1200/360.360File.yaml new file mode 100644 index 000000000000..46868f0c0fb9 --- /dev/null +++ b/manifests/3/360/360File/1.0.0.1200/360.360File.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: 360.360File +PackageVersion: 1.0.0.1200 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/5/5E/5EClient/8.2.6/5E.5EClient.installer.yaml b/manifests/5/5E/5EClient/8.2.6/5E.5EClient.installer.yaml index d5acb97eff4e..967cd411662e 100644 --- a/manifests/5/5E/5EClient/8.2.6/5E.5EClient.installer.yaml +++ b/manifests/5/5E/5EClient/8.2.6/5E.5EClient.installer.yaml @@ -1,18 +1,18 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: 5E.5EClient -PackageVersion: 8.2.6 -InstallerType: nullsoft -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ProductCode: b8243c8b-3ace-5d95-b4f0-bc984c2373da -ReleaseDate: 2025-12-25 -Installers: -- Architecture: x64 - InstallerUrl: https://oss-arena.5eplay.com/client/5EClient-8.2.6.exe - InstallerSha256: 53DB52DE86FD1CE2CB695B66033314311E59E13FDA5E473DA0D7278469C24825 -ManifestType: installer -ManifestVersion: 1.10.0 +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 8.2.6 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: b8243c8b-3ace-5d95-b4f0-bc984c2373da +ReleaseDate: 2025-12-25 +Installers: +- Architecture: x64 + InstallerUrl: https://oss-arena.5eplay.com/client/5EClient-8.2.6.exe + InstallerSha256: 0F620DBC793E51E6E567A9FB1B3125775D723045C9B16696DDF5166F5B36A5AA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/5/5E/5EClient/8.2.6/5E.5EClient.locale.en-US.yaml b/manifests/5/5E/5EClient/8.2.6/5E.5EClient.locale.en-US.yaml index 75756f13d048..2e0f77343965 100644 --- a/manifests/5/5E/5EClient/8.2.6/5E.5EClient.locale.en-US.yaml +++ b/manifests/5/5E/5EClient/8.2.6/5E.5EClient.locale.en-US.yaml @@ -1,20 +1,20 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: 5E.5EClient -PackageVersion: 8.2.6 -PackageLocale: en-US -Publisher: 杭州赛凡科技有限公司 -Author: Every Technology Co., Ltd. Hangzhou -PackageName: 5EClient -License: Proprietary -Copyright: ©2011-2025 Every Technology Co., Ltd. Hangzhou -ShortDescription: 'A professional CS: GO matchmaking platform from 5EPlay' -Description: '5EClient is a CS: GO matchmaking software that boasts over ten million registered active players and is the preferred platform for CS: GO players. The platform features proprietary state-of-the-art anti-cheating technologies as well as in-game reporting and voting to ensure a fair and enjoyable gaming experience for all players. Additionally, the platform has 128-tick competitive-grade servers to deliver a smooth gaming experience for all players. Moreover, the platform offers comprehensive game data analysis, helping players review their matches and providing professional analysis results.' -Tags: -- csgo -- game -- gaming -- matchmaking -ManifestType: defaultLocale -ManifestVersion: 1.10.0 +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 8.2.6 +PackageLocale: en-US +Publisher: 杭州赛凡科技有限公司 +Author: Every Technology Co., Ltd. Hangzhou +PackageName: 5EClient +License: Proprietary +Copyright: ©2011-2025 Every Technology Co., Ltd. Hangzhou +ShortDescription: 'A professional CS: GO matchmaking platform from 5EPlay' +Description: '5EClient is a CS: GO matchmaking software that boasts over ten million registered active players and is the preferred platform for CS: GO players. The platform features proprietary state-of-the-art anti-cheating technologies as well as in-game reporting and voting to ensure a fair and enjoyable gaming experience for all players. Additionally, the platform has 128-tick competitive-grade servers to deliver a smooth gaming experience for all players. Moreover, the platform offers comprehensive game data analysis, helping players review their matches and providing professional analysis results.' +Tags: +- csgo +- game +- gaming +- matchmaking +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/5/5E/5EClient/8.2.6/5E.5EClient.locale.zh-CN.yaml b/manifests/5/5E/5EClient/8.2.6/5E.5EClient.locale.zh-CN.yaml index 8727ef7ed8b9..913b36971e0b 100644 --- a/manifests/5/5E/5EClient/8.2.6/5E.5EClient.locale.zh-CN.yaml +++ b/manifests/5/5E/5EClient/8.2.6/5E.5EClient.locale.zh-CN.yaml @@ -1,18 +1,18 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: 5E.5EClient -PackageVersion: 8.2.6 -PackageLocale: zh-CN -Publisher: 杭州赛凡科技有限公司 -Author: 杭州赛凡科技有限公司 -PackageName: 5EClient -License: 专有软件 -Copyright: ©2011-2025 杭州赛凡科技有限公司 -ShortDescription: '5EPlay 旗下专业 CS: GO 对战平台' -Description: '5E 对战平台是由 5EPlay 开发的一款 CS: GO 对战软件,拥有超过千万注册活跃玩家,是 CS: GO 玩家的首选平台。平台采用自主研发的最新反作弊技术和游戏内举报投票功能,全面保护玩家的游戏体验。同时,平台提供 128tick 竞赛级服务器,能够给玩家带来丝滑的游戏体验。此外,平台还提供专业全面的游戏数据分析,帮助玩家全面回顾整场对局,并给出专业的分析结果。' -Tags: -- csgo -- 游戏 -ManifestType: locale -ManifestVersion: 1.10.0 +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 8.2.6 +PackageLocale: zh-CN +Publisher: 杭州赛凡科技有限公司 +Author: 杭州赛凡科技有限公司 +PackageName: 5EClient +License: 专有软件 +Copyright: ©2011-2025 杭州赛凡科技有限公司 +ShortDescription: '5EPlay 旗下专业 CS: GO 对战平台' +Description: '5E 对战平台是由 5EPlay 开发的一款 CS: GO 对战软件,拥有超过千万注册活跃玩家,是 CS: GO 玩家的首选平台。平台采用自主研发的最新反作弊技术和游戏内举报投票功能,全面保护玩家的游戏体验。同时,平台提供 128tick 竞赛级服务器,能够给玩家带来丝滑的游戏体验。此外,平台还提供专业全面的游戏数据分析,帮助玩家全面回顾整场对局,并给出专业的分析结果。' +Tags: +- csgo +- 游戏 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/5/5E/5EClient/8.2.6/5E.5EClient.yaml b/manifests/5/5E/5EClient/8.2.6/5E.5EClient.yaml index 9068b1ad13bc..f1ef43acac47 100644 --- a/manifests/5/5E/5EClient/8.2.6/5E.5EClient.yaml +++ b/manifests/5/5E/5EClient/8.2.6/5E.5EClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: 5E.5EClient -PackageVersion: 8.2.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 8.2.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/Backupper/Standard/8.3.0.0/AOMEI.Backupper.Standard.installer.yaml b/manifests/a/AOMEI/Backupper/Standard/8.3.0.0/AOMEI.Backupper.Standard.installer.yaml new file mode 100644 index 000000000000..0a47e3d4f993 --- /dev/null +++ b/manifests/a/AOMEI/Backupper/Standard/8.3.0.0/AOMEI.Backupper.Standard.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AOMEI.Backupper.Standard +PackageVersion: 8.3.0.0 +InstallerType: inno +Scope: machine +Installers: +- Architecture: x86 + InstallerUrl: https://www2.aomeisoftware.com/download/adb/AOMEIBackupperStd.exe + InstallerSha256: E6449321B2F69E5036ACCA4BB1B8FB06AB821343C8F1B652A2EDD5D21DF65AA9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/Backupper/Standard/8.3.0.0/AOMEI.Backupper.Standard.locale.en-US.yaml b/manifests/a/AOMEI/Backupper/Standard/8.3.0.0/AOMEI.Backupper.Standard.locale.en-US.yaml new file mode 100644 index 000000000000..3424b82b642c --- /dev/null +++ b/manifests/a/AOMEI/Backupper/Standard/8.3.0.0/AOMEI.Backupper.Standard.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AOMEI.Backupper.Standard +PackageVersion: 8.3.0.0 +PackageLocale: en-US +Publisher: AOMEI International Network Limited. +PublisherUrl: https://www.aomeitech.com +PublisherSupportUrl: https://www.aomeitech.com/support.html +PrivacyUrl: https://www.aomeitech.com/privacy.html +PackageName: AOMEI Backupper +PackageUrl: https://www.ubackup.com/ab +License: Proprietary +LicenseUrl: https://www.aomeitech.com/terms.html +Copyright: Copyright (c) 2009-2023 AOMEI. All rights reserved. +ShortDescription: Reliable Windows backup software to safeguard operating system, data and applications using backup, restore or clone feature. +PurchaseUrl: https://www.aomeitech.com/ab/buy-pro.html +Documentations: +- DocumentLabel: Tutorials + DocumentUrl: https://www.ubackup.com/tutorials.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/Backupper/Standard/8.3.0.0/AOMEI.Backupper.Standard.yaml b/manifests/a/AOMEI/Backupper/Standard/8.3.0.0/AOMEI.Backupper.Standard.yaml new file mode 100644 index 000000000000..0b8d57a4ac91 --- /dev/null +++ b/manifests/a/AOMEI/Backupper/Standard/8.3.0.0/AOMEI.Backupper.Standard.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AOMEI.Backupper.Standard +PackageVersion: 8.3.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.installer.yaml b/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.installer.yaml new file mode 100644 index 000000000000..f745c18b5214 --- /dev/null +++ b/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AOMEI.PartitionAssistant +PackageVersion: 10.10.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{02F850ED-FD0E-4ED1-BE0B-54981f5BD3D4}_is1' +ReleaseDate: 2026-02-05 +AppsAndFeaturesEntries: +- DisplayName: AOMEI Partition Assistant 10.10.0 + ProductCode: '{02F850ED-FD0E-4ED1-BE0B-54981f5BD3D4}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\AOMEI Partition Assistant' +Installers: +- Architecture: x86 + InstallerUrl: https://www2.aomeisoftware.com/download/pa/PAssist_Std.exe + InstallerSha256: 0C244FF57E35174E9FA017DF06CA54B7EDF5927D164E2ABD22AD44B8D7BBDE2C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.locale.en-US.yaml b/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.locale.en-US.yaml new file mode 100644 index 000000000000..d69cc3eda6ea --- /dev/null +++ b/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AOMEI.PartitionAssistant +PackageVersion: 10.10.1 +PackageLocale: en-US +Publisher: AOMEI International Network Limited. +PublisherUrl: https://www.aomeitech.com/ +PublisherSupportUrl: https://www.aomeitech.com/support.html +PrivacyUrl: https://www.aomeitech.com/privacy.html +PackageName: AOMEI Partition Assistant +PackageUrl: https://www.aomeitech.com/aomei-partition-assistant.html +License: Proprietary +LicenseUrl: https://www.diskpart.com/eula/pa-standard.pdf +Copyright: Copyright © AOMEI International Network Limited. +ShortDescription: Safely partition and manage your hard disks without any data loss. +Tags: +- bitlocker +- defragmentation +- ext2 ext3 ext4 +- fat32 exfat +- gptpartitions +- harddisk +- harddrive +- mbrpartitions +- mergepartitions +- ntfs +- partitionalignment +- partitionschemes +- splitpartitions +- uefibiosbootoptionsmanager +- windowsrecoveryenvironment +- windowstogo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.yaml b/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.yaml new file mode 100644 index 000000000000..505340f9f6b0 --- /dev/null +++ b/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AOMEI.PartitionAssistant +PackageVersion: 10.10.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AXIS/AxisIPUtility/5.3.1.0/AXIS.AxisIPUtility.installer.yaml b/manifests/a/AXIS/AxisIPUtility/5.3.1.0/AXIS.AxisIPUtility.installer.yaml new file mode 100644 index 000000000000..2b03e42af27d --- /dev/null +++ b/manifests/a/AXIS/AxisIPUtility/5.3.1.0/AXIS.AxisIPUtility.installer.yaml @@ -0,0 +1,28 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AXIS.AxisIPUtility +PackageVersion: 5.3.1.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: 20AA9A5D-0E33-43D7-B1ED-BC593767F388_is1 +ReleaseDate: 2025-09-08 +AppsAndFeaturesEntries: +- ProductCode: 20AA9A5D-0E33-43D7-B1ED-BC593767F388_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Axis Communications\AXIS IP Utility' +Installers: +- Architecture: x64 + InstallerUrl: https://www.axis.com/ftp/pub_soft/cam_srv/IPUtility/latest/AxisIPUtilitySetup.exe + InstallerSha256: F30842696F3753040F5D379097A3E6F55C57CE5C4C0211FEECCC25A1A0BACF55 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AXIS/AxisIPUtility/5.3.1.0/AXIS.AxisIPUtility.locale.en-US.yaml b/manifests/a/AXIS/AxisIPUtility/5.3.1.0/AXIS.AxisIPUtility.locale.en-US.yaml new file mode 100644 index 000000000000..52ed9793ea6b --- /dev/null +++ b/manifests/a/AXIS/AxisIPUtility/5.3.1.0/AXIS.AxisIPUtility.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AXIS.AxisIPUtility +PackageVersion: 5.3.1.0 +PackageLocale: en-US +Publisher: Axis Communications +PublisherUrl: https://www.axis.com/ +PublisherSupportUrl: https://www.axis.com/support +PrivacyUrl: https://www.axis.com/privacy +Author: Axis Communications AB +PackageName: AXIS IP Utility +PackageUrl: https://www.axis.com/support/tools/axis-ip-utility +License: Proprietary +LicenseUrl: https://www.axis.com/legal/license-agreements +Copyright: Copyright 2007-2025 Axis Communications AB. All rights reserved. +CopyrightUrl: https://www.axis.com/legal/trademark-and-copyright-user-guidelines +ShortDescription: AXIS IP Utility helps you set the IP address of an Axis network video product. Axis devices on the network are automatically discovered and displayed. +Description: |- + AXIS IP Utility helps you set the IP address of an Axis network video product. Axis devices on the network are automatically discovered and displayed. + Assign network parameters (IP Address, Subnet mask and Default router) or configure the device to obtain its IP address from DHCP. + AXIS IP Utility’s user interface is available in English, French, German, Italian, Japanese and Spanish. +ReleaseNotesUrl: https://www.axis.com/ftp/pub_soft/cam_srv/IPUtility/latest/relnote.txt +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AXIS/AxisIPUtility/5.3.1.0/AXIS.AxisIPUtility.yaml b/manifests/a/AXIS/AxisIPUtility/5.3.1.0/AXIS.AxisIPUtility.yaml new file mode 100644 index 000000000000..5f787c23ff44 --- /dev/null +++ b/manifests/a/AXIS/AxisIPUtility/5.3.1.0/AXIS.AxisIPUtility.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AXIS.AxisIPUtility +PackageVersion: 5.3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/8.0.5436.0/AdGuard.AdGuard.Beta.installer.yaml b/manifests/a/AdGuard/AdGuard/Beta/8.0.5436.0/AdGuard.AdGuard.Beta.installer.yaml new file mode 100644 index 000000000000..cc7e5576f979 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Beta/8.0.5436.0/AdGuard.AdGuard.Beta.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Beta +PackageVersion: 8.0.5436.0 +InstallerType: burn +Installers: +- Architecture: x86 + InstallerUrl: https://agrd.io/windows_beta + InstallerSha256: F11C3582D806F45E941CE5C7A71C4F346ED21A8F8173660F4D61FD67F2318CA9 +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -quiet + SilentWithProgress: -quiet +UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/8.0.5436.0/AdGuard.AdGuard.Beta.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Beta/8.0.5436.0/AdGuard.AdGuard.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..7622e60b3927 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Beta/8.0.5436.0/AdGuard.AdGuard.Beta.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Beta +PackageVersion: 8.0.5436.0 +PackageLocale: en-US +Publisher: Adguard Software Ltd +PackageName: AdGuard Beta +PackageUrl: https://adguard.com/en/beta.html +License: Proprietary +Copyright: © All rights reserved +ShortDescription: AdGuard is a unique adblock program for Windows that has all the necessary features for the best web experience. +Description: |- + AdGuard is a unique desktop program that has all the necessary features for the best web experience. + The software combines the world's most advanced ad blocker for Windows, a whole privacy protection module, and a parental control tool — all working in any browser or app. +Tags: +- adblock +- adblocker +- adblocking +- internet +- network +- privacy +- protect +- protection +- security +- antitracking +- web +- webpage +- antimalware +PurchaseUrl: https://adguard.com/license.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/8.0.5436.0/AdGuard.AdGuard.Beta.yaml b/manifests/a/AdGuard/AdGuard/Beta/8.0.5436.0/AdGuard.AdGuard.Beta.yaml new file mode 100644 index 000000000000..04c8c36ec309 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Beta/8.0.5436.0/AdGuard.AdGuard.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Beta +PackageVersion: 8.0.5436.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Beta/2.9.2057.0/AdGuard.AdGuardVPN.Beta.installer.yaml b/manifests/a/AdGuard/AdGuardVPN/Beta/2.9.2057.0/AdGuard.AdGuardVPN.Beta.installer.yaml new file mode 100644 index 000000000000..c4298bc34bc4 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/Beta/2.9.2057.0/AdGuard.AdGuardVPN.Beta.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN.Beta +PackageVersion: 2.9.2057.0 +InstallerType: burn +Scope: machine +InstallerSwitches: + Custom: -quiet +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://static.adguard-vpn.com/windows/beta/installer.exe + InstallerSha256: 8230D6C2E2AFE6598341D71EA990739190883C5094941CA6160810B9B6D9624F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Beta/2.9.2057.0/AdGuard.AdGuardVPN.Beta.locale.en-US.yaml b/manifests/a/AdGuard/AdGuardVPN/Beta/2.9.2057.0/AdGuard.AdGuardVPN.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..8cd224adb552 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/Beta/2.9.2057.0/AdGuard.AdGuardVPN.Beta.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN.Beta +PackageVersion: 2.9.2057.0 +PackageLocale: en-US +Publisher: Adguard Software Limited +PublisherSupportUrl: https://adguard-vpn.com/en/support.html +PrivacyUrl: https://adguard-vpn.com/en/privacy.html +PackageName: AdGuard VPN Beta +License: Proprietary +ShortDescription: Topnotch VPN by AdGuard. Your ultimate solution for the safe Internet without restrictions. Must-have when you need uncompromising online privacy protection. +Tags: +- adblock +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Beta/2.9.2057.0/AdGuard.AdGuardVPN.Beta.yaml b/manifests/a/AdGuard/AdGuardVPN/Beta/2.9.2057.0/AdGuard.AdGuardVPN.Beta.yaml new file mode 100644 index 000000000000..e7e919861448 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/Beta/2.9.2057.0/AdGuard.AdGuardVPN.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN.Beta +PackageVersion: 2.9.2057.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdLock/AdLock/2.1.8.3/AdLock.AdLock.installer.yaml b/manifests/a/AdLock/AdLock/2.1.8.3/AdLock.AdLock.installer.yaml new file mode 100644 index 000000000000..8913d01e6362 --- /dev/null +++ b/manifests/a/AdLock/AdLock/2.1.8.3/AdLock.AdLock.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AdLock.AdLock +PackageVersion: 2.1.8.3 +InstallerType: inno +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.adlock.com/windows/Adlock_Installer.exe + InstallerSha256: 85C2C4933DF7B5EEDA2666F9E70546C776A7742916AC700B52211225F7A2CAB0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdLock/AdLock/2.1.8.3/AdLock.AdLock.locale.en-US.yaml b/manifests/a/AdLock/AdLock/2.1.8.3/AdLock.AdLock.locale.en-US.yaml new file mode 100644 index 000000000000..3115f450b1a7 --- /dev/null +++ b/manifests/a/AdLock/AdLock/2.1.8.3/AdLock.AdLock.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AdLock.AdLock +PackageVersion: 2.1.8.3 +PackageLocale: en-US +Publisher: Hankuper s.r.o. +PackageName: AdLock +PackageUrl: https://adlock.com/adlock-for-windows/ +License: Proprietary (Trialware) +ShortDescription: Removes ads from all browsers, games, and other apps providing top-notch privacy security all along. +Tags: +- adblock +- adblocking +- adblocker +- antimalware +- privacy +- adguardsyntax +PurchaseUrl: https://adlock.com/purchase/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdLock/AdLock/2.1.8.3/AdLock.AdLock.yaml b/manifests/a/AdLock/AdLock/2.1.8.3/AdLock.AdLock.yaml new file mode 100644 index 000000000000..a770c7251515 --- /dev/null +++ b/manifests/a/AdLock/AdLock/2.1.8.3/AdLock.AdLock.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AdLock.AdLock +PackageVersion: 2.1.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aerosoft/One/0.16.14/Aerosoft.One.installer.yaml b/manifests/a/Aerosoft/One/0.16.14/Aerosoft.One.installer.yaml new file mode 100644 index 000000000000..a2ed3fbcc191 --- /dev/null +++ b/manifests/a/Aerosoft/One/0.16.14/Aerosoft.One.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Aerosoft.One +PackageVersion: 0.16.14 +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +AppsAndFeaturesEntries: +- DisplayName: Aerosoft One 0.16.3 +ReleaseDate: 2024-02-14 +InstallerSwitches: + Silent: '/S' + SilentWithProgress: '/S' +Installers: +- Architecture: x64 + InstallerUrl: https://cdnone.aerosoft.com/client/installers/Aerosoft%20One%20Setup.exe + InstallerSha256: 918BECC052279848627E44002D4B3E6CF55BA6376538CBA0356D17528DBA31EF + ProductCode: '{6CFBC6F2-D82C-56DD-8CBB-177A5D4B5B90}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aerosoft/One/0.16.14/Aerosoft.One.locale.en-US.yaml b/manifests/a/Aerosoft/One/0.16.14/Aerosoft.One.locale.en-US.yaml new file mode 100644 index 000000000000..3d55d02aa9b8 --- /dev/null +++ b/manifests/a/Aerosoft/One/0.16.14/Aerosoft.One.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Aerosoft.One +PackageVersion: 0.16.14 +PackageLocale: en-US +Publisher: Aerosoft GmbH +PublisherUrl: https://www.aerosoft.com/en/ +PackageName: Aerosoft One +PackageUrl: https://one.aerosoft.com/ +License: Freeware +Copyright: Copyright © 2024 Aerosoft GmbH +ShortDescription: Aerosoft One is a client that can be used for installing and updating products and displaying news and product information. +Moniker: aerosoft-one +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aerosoft/One/0.16.14/Aerosoft.One.yaml b/manifests/a/Aerosoft/One/0.16.14/Aerosoft.One.yaml new file mode 100644 index 000000000000..fbfca90aac41 --- /dev/null +++ b/manifests/a/Aerosoft/One/0.16.14/Aerosoft.One.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Aerosoft.One +PackageVersion: 0.16.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.installer.yaml b/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.installer.yaml new file mode 100644 index 000000000000..bd5c65b8e59f --- /dev/null +++ b/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: AlanJhu.OXWUEEW +PackageVersion: 4.1.3 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://eew.earthquake.tw/releases/win/x64/oxwu-win-x64.exe + InstallerSha256: F881FC8FE516DF7421AD3F59547C8066C4A83EBE41B39103E7EC29BA2C9EFA5D +- Architecture: x86 + InstallerUrl: https://eew.earthquake.tw/releases/win/ia32/oxwu-win-ia32.exe + InstallerSha256: 5184F72C8EE97091C745A7E0964319F3E3488891BCE1F42699499111C2DB3264 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.locale.en-US.yaml b/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.locale.en-US.yaml new file mode 100644 index 000000000000..8b4e7a4fd43b --- /dev/null +++ b/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +PackageIdentifier: AlanJhu.OXWUEEW +PackageVersion: 4.1.3 +PackageLocale: en-US +Publisher: Alan Jhu +PackageName: 地牛 Wake Up! +PackageUrl: https://eew.earthquake.tw/ +License: Proprietary (Freeware) +Copyright: © 2025 Alan Jhu +ShortDescription: Receiver app for the Taiwan Central Weather Administration's early earthquake warning messages. Note that the app is in Chinese only. +Tags: +- earthquakeearlywarning +- earthquake-early-warning +- eew +- p-alert +- earth-ox-wake-up +- earthoxwakeup +- centralweatheradministration +- central-weather-administration +- earthquakes +- alanjhu +- taiwan +- republicofchina +- republic-of-china +- roc +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.locale.zh-CN.yaml b/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.locale.zh-CN.yaml new file mode 100644 index 000000000000..a2f62b418ff5 --- /dev/null +++ b/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +PackageIdentifier: AlanJhu.OXWUEEW +PackageVersion: 4.1.3 +PackageLocale: zh-CN +Publisher: Alan Jhu +PackageName: 地牛 Wake Up! +PackageUrl: https://eew.earthquake.tw/ +License: 专有软件 +Copyright: © 2025 Alan Jhu +ShortDescription: 台湾地震速报 +ReleaseNotes: | + v4.1.1 (2025/02/16) + 移除连动功能中,传递给指定程序的预估震度以及震波抵达秒数参数。[(详见)](https://www.facebook.com/share/p/1BYehqMVzE/) +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.locale.zh-TW.yaml b/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.locale.zh-TW.yaml new file mode 100644 index 000000000000..e7c4a1349aff --- /dev/null +++ b/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.locale.zh-TW.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: AlanJhu.OXWUEEW +PackageVersion: 4.1.3 +PackageLocale: zh-TW +Publisher: Alan Jhu +PackageName: 地牛 Wake Up! +PackageUrl: https://eew.earthquake.tw/ +License: Proprietary (免費軟體) +Copyright: © 2025 Alan Jhu +ShortDescription: 台灣地震速報 +ReleaseNotes: | + v4.1.1 (2025/02/16) + 移除連動功能中,傳遞給指定程式的預估震度以及震波抵達秒數參數。[(詳見)](https://www.facebook.com/share/p/1BYehqMVzE/) +Tags: +- 強震即時警報 +- 臺灣 +- 台灣 +- 中華民國 +- ㄊㄞˊㄨㄢㄉㄧˋㄓㄣˋㄙㄨˋㄅㄠˋ +- ㄑㄧㄤˊㄓㄣˋㄐㄧˊㄕˊㄐㄧㄥˇㄅㄠˋ +- ㄓㄨㄥㄏㄨㄚˊㄇㄧㄣˊㄍㄨㄛˊ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.yaml b/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.yaml new file mode 100644 index 000000000000..8f02a965b117 --- /dev/null +++ b/manifests/a/AlanJhu/OXWUEEW/4.1.3/AlanJhu.OXWUEEW.yaml @@ -0,0 +1,9 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: AlanJhu.OXWUEEW +PackageVersion: 4.1.3 +DefaultLocale: zh-TW +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlperHan/CrossMacro/1.1.0/AlperHan.CrossMacro.installer.yaml b/manifests/a/AlperHan/CrossMacro/1.1.0/AlperHan.CrossMacro.installer.yaml new file mode 100644 index 000000000000..672b22524398 --- /dev/null +++ b/manifests/a/AlperHan/CrossMacro/1.1.0/AlperHan.CrossMacro.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AlperHan.CrossMacro +PackageVersion: 1.1.0 +InstallerType: portable +Commands: +- crossmacro +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alper-han/CrossMacro/releases/download/v1.1.0/CrossMacro-1.1.0-win-x64.exe + InstallerSha256: A0F12300946111344CA6077911C630F4DB05E9F83BCA15756078070999AE453D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlperHan/CrossMacro/1.1.0/AlperHan.CrossMacro.locale.en-US.yaml b/manifests/a/AlperHan/CrossMacro/1.1.0/AlperHan.CrossMacro.locale.en-US.yaml new file mode 100644 index 000000000000..7f30644f30e4 --- /dev/null +++ b/manifests/a/AlperHan/CrossMacro/1.1.0/AlperHan.CrossMacro.locale.en-US.yaml @@ -0,0 +1,76 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AlperHan.CrossMacro +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: Alper Han +PublisherUrl: https://github.com/alper-han +PublisherSupportUrl: https://github.com/alper-han/CrossMacro/issues +PackageName: CrossMacro +PackageUrl: https://github.com/alper-han/CrossMacro +License: GPL-3.0 +LicenseUrl: https://github.com/alper-han/CrossMacro/blob/HEAD/LICENSE +ShortDescription: Cross-platform keyboard and mouse macro application +Tags: +- autoclicker +- automation +- avalonia +- cross-platform +- crossmacro +- dotnet +- keyboard +- linux +- macos +- macro +- macro-editor +- mouse +- text-expansion +- wayland +- windows +- x11 +ReleaseNotes: |- + CrossMacro v1.1.0 - Editor, Text Expansion & Linux Improvements + This release improves macro editing, text expansion, playback timing, Linux desktop support, Flatpak clipboard behavior, CLI output, and release packaging. + Key Changes: + - Editor improvements: + - Added loaded macro playlists. + - Added event filtering and multi-select controls. + - Improved toolbar actions, bundled icons, selection cleanup, and deselection behavior. + - Fixed selection state after removing actions. + - Text expansion improvements: + - Added clipboard-free insertion mode. + - Reduced direct typing delays. + - Improved trigger-release handling before insertion. + - Made paste insertion safer and more consistent. + - Improved clipboard behavior across native sessions, Flatpak, and X11. + - Playback and scheduling: + - Added random loop delay ranges for playback. + - Added randomized intervals for scheduled tasks. + - Added randomized repeat delays for shortcuts. + - Localization: + - Added UI localization infrastructure. + - Localized tab and editor presentation. + - Improved localized runtime states, placeholders, and language options. + - Linux and Flatpak: + - Added Niri and COSMIC resolution detection. + - Improved direct Linux input simulation with batched uinput events. + - Hardened daemon permission checks and Polkit action handling. + - Improved GNOME extension warning replay. + - Improved existing Flatpak clipboard handling and build inputs. + - CLI and headless workflows: + - Improved headless runtime execution. + - Improved Linux daemon detection and probing. + - Kept JSON output cleaner for scripts and automation. + - Packaging and reliability: + - Updated the app to Avalonia 12. + - Refreshed dependency and package metadata. + - Strengthened release packaging validation. + - Added smoke checks for published Linux UI artifacts. + - Enforced compact portable Windows packaging. + - Fixed notification cleanup, numeric input handling, macro boundary serialization, Linux clipboard readback validation, and CLI log noise in JSON output. + Full Changelog: v1.0.1...v1.1.0 + Recording +ReleaseNotesUrl: https://github.com/alper-han/CrossMacro/releases/tag/v1.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlperHan/CrossMacro/1.1.0/AlperHan.CrossMacro.yaml b/manifests/a/AlperHan/CrossMacro/1.1.0/AlperHan.CrossMacro.yaml new file mode 100644 index 000000000000..196a4908ffdd --- /dev/null +++ b/manifests/a/AlperHan/CrossMacro/1.1.0/AlperHan.CrossMacro.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AlperHan.CrossMacro +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.installer.yaml new file mode 100644 index 000000000000..ad2c55ea821a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.43 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: AWSCLIV2="" +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{0EAEE0F7-6EBA-480C-AF53-C2FE3556A1FC}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + ProductCode: '{0EAEE0F7-6EBA-480C-AF53-C2FE3556A1FC}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.34.43.msi + InstallerSha256: 495F11B981DD4A3EBF2D5BCA7A4A5B361076444A75518CD3F4640F7AB794442D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 000000000000..32efe96256b4 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.43 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://aws.amazon.com/ +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli/ +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright 2012-2026 Amazon.com, Inc. +CopyrightUrl: https://aws.amazon.com/agreement/ +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- s3 +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.locale.zh-CN.yaml b/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..ce8e9190cce2 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.43 +PackageLocale: zh-CN +PublisherUrl: https://aws.amazon.com/cn/ +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +PackageUrl: https://aws.amazon.com/cn/cli/ +CopyrightUrl: https://aws.amazon.com/cn/agreement/ +ShortDescription: Amazon Web Services 的通用命令行界面 +Description: AWS 命令行界面(AWS CLI)是一种开源工具,让您能够使用命令行 Shell 中的命令与 AWS 服务进行交互。AWS CLI 让您只需极少的配置,就能从终端程序的命令提示符中运行命令,以实施与基于浏览器的 AWS 管理控制台提供的功能等效的命令。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.yaml new file mode 100644 index 000000000000..8cc1cb6204b1 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.43/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/SendToKindle/1.1.1.260/Amazon.SendToKindle.installer.yaml b/manifests/a/Amazon/SendToKindle/1.1.1.260/Amazon.SendToKindle.installer.yaml new file mode 100644 index 000000000000..0b3792a4d46e --- /dev/null +++ b/manifests/a/Amazon/SendToKindle/1.1.1.260/Amazon.SendToKindle.installer.yaml @@ -0,0 +1,41 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.SendToKindle +PackageVersion: 1.1.1.260 +MinimumOSVersion: 10.0.0.0 +FileExtensions: +- txt +- doc +- docx +- rtf +- pdf +- png +- jpg +- bmp +- jpeg +- gif +- azw +- mobi +- prc +- psz +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSuccessCodes: +- 1223 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + MinimumVersion: 14.0.23026.0 +Installers: +- Architecture: x86 + InstallerType: nullsoft + InstallerUrl: https://s3.amazonaws.com/sendtokindle/SendToKindleForPC-installer.exe + InstallerSha256: 9F828E94884ED1AA2C7634183783538EF5E493402F3C9F6A97F690F47BD045B3 + Scope: machine + InstallerLocale: en-US + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/SendToKindle/1.1.1.260/Amazon.SendToKindle.locale.en-US.yaml b/manifests/a/Amazon/SendToKindle/1.1.1.260/Amazon.SendToKindle.locale.en-US.yaml new file mode 100644 index 000000000000..2e2db0528db5 --- /dev/null +++ b/manifests/a/Amazon/SendToKindle/1.1.1.260/Amazon.SendToKindle.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.SendToKindle +PackageVersion: 1.1.1.260 +PackageLocale: en-US +Publisher: Amazon +PublisherUrl: https://www.amazon.com/ +Author: Amazon +PackageName: Amazon Send to Kindle +PackageUrl: https://www.amazon.com/gp/sendtokindle +License: Copyright (c) 1996-2021, Amazon.com, Inc. or its affiliates +Copyright: Copyright (c) 1996-2021, Amazon.com, Inc. or its affiliates +ShortDescription: Send personal documents to your Kindle from your PC. +Description: Send to Kindle will appear when you right click on a file in Windows Explorer or in the print dialog of any Windows application. To send multiple documents to Kindle without opening them, simply select documents and choose Send to Kindle from the right-click menu in Windows Explorer. You can download archived personal documents from any Kindle device or using the free reading app on your iOS or Android device. Whispersync of notes, highlights, bookmarks and last page read is available on your archived personal documents that have been converted into Kindle format. +Moniker: sendtokindle +Tags: +- epub +- books +- amazon +- kindle +- ebook +- e-book +- ereader +- e-reader +- library +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/SendToKindle/1.1.1.260/Amazon.SendToKindle.yaml b/manifests/a/Amazon/SendToKindle/1.1.1.260/Amazon.SendToKindle.yaml new file mode 100644 index 000000000000..5537d42a7940 --- /dev/null +++ b/manifests/a/Amazon/SendToKindle/1.1.1.260/Amazon.SendToKindle.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amazon.SendToKindle +PackageVersion: 1.1.1.260 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntonioOrionus/Arroxy/0.2.24/AntonioOrionus.Arroxy.installer.yaml b/manifests/a/AntonioOrionus/Arroxy/0.2.24/AntonioOrionus.Arroxy.installer.yaml new file mode 100644 index 000000000000..8c96be3a9a65 --- /dev/null +++ b/manifests/a/AntonioOrionus/Arroxy/0.2.24/AntonioOrionus.Arroxy.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AntonioOrionus.Arroxy +PackageVersion: 0.2.24 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: 676f1cb1-b4d3-53ac-88ee-2c2f796d54e2 +ReleaseDate: 2026-05-05 +AppsAndFeaturesEntries: +- DisplayName: Arroxy 0.2.24 + ProductCode: 676f1cb1-b4d3-53ac-88ee-2c2f796d54e2 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/antonio-orionus/Arroxy/releases/download/v0.2.24/Arroxy-Setup-0.2.24.exe + InstallerSha256: 013BE5C8E66CA82A907F14FCC863DD811581379D2EE0559D49D508F3E9868FDE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntonioOrionus/Arroxy/0.2.24/AntonioOrionus.Arroxy.locale.en-US.yaml b/manifests/a/AntonioOrionus/Arroxy/0.2.24/AntonioOrionus.Arroxy.locale.en-US.yaml new file mode 100644 index 000000000000..65f069aa7429 --- /dev/null +++ b/manifests/a/AntonioOrionus/Arroxy/0.2.24/AntonioOrionus.Arroxy.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AntonioOrionus.Arroxy +PackageVersion: 0.2.24 +PackageLocale: en-US +Publisher: Antonio Orionus +PublisherUrl: https://github.com/antonio-orionus +PublisherSupportUrl: https://github.com/antonio-orionus/Arroxy/issues +Author: Antonio Orionus +PackageName: Arroxy +PackageUrl: https://github.com/antonio-orionus/Arroxy +License: MIT +LicenseUrl: https://github.com/antonio-orionus/Arroxy/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Antonio Orionus +ShortDescription: Free open-source YouTube downloader GUI based on yt-dlp for Windows, macOS, and Linux. Download videos, Shorts, 4K, 1080p60, HDR, and subtitles with no ads, tracking, cookies, or login. Supports 9 languages. +Description: Arroxy is a free, open-source desktop app for downloading YouTube videos and Shorts in up to 4K, 1080p60, HDR, and audio-only formats with no ads, tracking, or login required. +Moniker: arroxy +Tags: +- audio-downloader +- cross-platform +- desktop-app +- downloader-for-youtube +- media-downloader +- mp4-downloader +- video-download +- video-download-tool +- video-downloader +- youtube-4k-downloader +- youtube-download +- youtube-downloader +- youtube-shorts-download +- yt-dlp +- yt-dlp-gui +ReleaseNotes: 'Full Changelog: v0.2.22...v0.2.24' +ReleaseNotesUrl: https://github.com/antonio-orionus/Arroxy/releases/tag/v0.2.24 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntonioOrionus/Arroxy/0.2.24/AntonioOrionus.Arroxy.yaml b/manifests/a/AntonioOrionus/Arroxy/0.2.24/AntonioOrionus.Arroxy.yaml new file mode 100644 index 000000000000..3aa1721da4da --- /dev/null +++ b/manifests/a/AntonioOrionus/Arroxy/0.2.24/AntonioOrionus.Arroxy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AntonioOrionus.Arroxy +PackageVersion: 0.2.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntonioOrionus/Arroxy/0.2.25/AntonioOrionus.Arroxy.installer.yaml b/manifests/a/AntonioOrionus/Arroxy/0.2.25/AntonioOrionus.Arroxy.installer.yaml new file mode 100644 index 000000000000..6bd5444668e8 --- /dev/null +++ b/manifests/a/AntonioOrionus/Arroxy/0.2.25/AntonioOrionus.Arroxy.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AntonioOrionus.Arroxy +PackageVersion: 0.2.25 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: 676f1cb1-b4d3-53ac-88ee-2c2f796d54e2 +ReleaseDate: 2026-05-05 +AppsAndFeaturesEntries: +- DisplayName: Arroxy 0.2.25 + ProductCode: 676f1cb1-b4d3-53ac-88ee-2c2f796d54e2 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/antonio-orionus/Arroxy/releases/download/v0.2.25/Arroxy-Setup-0.2.25.exe + InstallerSha256: 319DD0C6EF91C4F39507C929F8A561D3F18040EDF8A3C71F665F13B879C426E1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntonioOrionus/Arroxy/0.2.25/AntonioOrionus.Arroxy.locale.en-US.yaml b/manifests/a/AntonioOrionus/Arroxy/0.2.25/AntonioOrionus.Arroxy.locale.en-US.yaml new file mode 100644 index 000000000000..6c80432c32cd --- /dev/null +++ b/manifests/a/AntonioOrionus/Arroxy/0.2.25/AntonioOrionus.Arroxy.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AntonioOrionus.Arroxy +PackageVersion: 0.2.25 +PackageLocale: en-US +Publisher: Antonio Orionus +PublisherUrl: https://github.com/antonio-orionus +PublisherSupportUrl: https://github.com/antonio-orionus/Arroxy/issues +Author: Antonio Orionus +PackageName: Arroxy +PackageUrl: https://github.com/antonio-orionus/Arroxy +License: MIT +LicenseUrl: https://github.com/antonio-orionus/Arroxy/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Antonio Orionus +ShortDescription: Free open-source YouTube downloader GUI based on yt-dlp for Windows, macOS, and Linux. Download videos, Shorts, 4K, 1080p60, HDR, and subtitles with no ads, tracking, cookies, or login. Supports 9 languages. +Description: Arroxy is a free, open-source desktop app for downloading YouTube videos and Shorts in up to 4K, 1080p60, HDR, and audio-only formats with no ads, tracking, or login required. +Moniker: arroxy +Tags: +- audio-downloader +- cross-platform +- desktop-app +- downloader-for-youtube +- media-downloader +- mp4-downloader +- video-download +- video-download-tool +- video-downloader +- youtube-4k-downloader +- youtube-download +- youtube-downloader +- youtube-shorts-download +- yt-dlp +- yt-dlp-gui +ReleaseNotes: 'Full Changelog: v0.2.24...v0.2.25' +ReleaseNotesUrl: https://github.com/antonio-orionus/Arroxy/releases/tag/v0.2.25 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntonioOrionus/Arroxy/0.2.25/AntonioOrionus.Arroxy.yaml b/manifests/a/AntonioOrionus/Arroxy/0.2.25/AntonioOrionus.Arroxy.yaml new file mode 100644 index 000000000000..3a7840ce8b5f --- /dev/null +++ b/manifests/a/AntonioOrionus/Arroxy/0.2.25/AntonioOrionus.Arroxy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AntonioOrionus.Arroxy +PackageVersion: 0.2.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFReader/2026.0.0/Apryse.XodoPDFReader.installer.yaml b/manifests/a/Apryse/XodoPDFReader/2026.0.0/Apryse.XodoPDFReader.installer.yaml new file mode 100644 index 000000000000..8ba81e9978e8 --- /dev/null +++ b/manifests/a/Apryse/XodoPDFReader/2026.0.0/Apryse.XodoPDFReader.installer.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Apryse.XodoPDFReader +PackageVersion: 2026.0.0 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q + SilentWithProgress: -q -splash "Installing Xodo PDF Reader" + InstallLocation: -d "" +ProductCode: '0810-2976-4416-1744' +UpgradeBehavior: install +FileExtensions: +- pdf +ReleaseDate: 2025-06-30 +Installers: +- Architecture: x64 + InstallerUrl: https://getpdfstudio.xodo.com/xodopdfreader/XodoPDFReader_win64.exe + InstallerSha256: C1EFDC0AE4D8D7ADA7D22CE8C56FEAC344E50511BDDF2C84C5CD530E2086CD9F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFReader/2026.0.0/Apryse.XodoPDFReader.locale.en-US.yaml b/manifests/a/Apryse/XodoPDFReader/2026.0.0/Apryse.XodoPDFReader.locale.en-US.yaml new file mode 100644 index 000000000000..bbc306f95996 --- /dev/null +++ b/manifests/a/Apryse/XodoPDFReader/2026.0.0/Apryse.XodoPDFReader.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Apryse.XodoPDFReader +PackageVersion: 2026.0.0 +PackageLocale: en-US +Publisher: Apryse Software Corp. +PublisherUrl: https://apryse.com/ +PublisherSupportUrl: https://feedback.xodo.com/support/home +PrivacyUrl: https://xodo.com/privacy +Author: Apryse Software Corp. +PackageName: Xodo PDF Reader +PackageUrl: https://xodo.com/pdf-studio/free-pdf-reader +License: Freeware +LicenseUrl: https://xodo.com/legal +Copyright: Apryse Software Corp. @ 2025 +ShortDescription: Xodo PDF Reader is a fast, free, and highly-rated cross-platform PDF application for viewing, annotating, editing, and collaborating on PDF documents. +Description: |- + Transform how you work with PDF files using Xodo PDF Reader. Our free, cross-platform reader lets you effortlessly open, navigate, highlight, and manage your documents. + + Whether you're a student reviewing lecture notes, a professional analyzing reports, or an architect measuring blueprints, Xodo makes handling PDFs easier and more efficient than ever. + + Break free from the limitations of other PDF readers and experience the flexibility of Xodo, seamlessly adapting to your needs across Windows, Mac, and Linux. + + Streamline your PDF tasks with intuitive features: + * Seamlessly open and view your PDF files on Windows, macOS, and Linux devices. + * Add text and comments, insert notes and highlights, and draw directly on your PDF. + * Quickly complete and save your interactive PDF forms to easily share them with others. + * Apply digital signatures, and eSign important documents through Xodo Sign integration. + * Quickly find specific words, measure distances and print your documents with ease. + * Save and access your PDFs in Xodo Drive, Google Drive, Dropbox and OneDrive. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFReader/2026.0.0/Apryse.XodoPDFReader.yaml b/manifests/a/Apryse/XodoPDFReader/2026.0.0/Apryse.XodoPDFReader.yaml new file mode 100644 index 000000000000..22414cffe103 --- /dev/null +++ b/manifests/a/Apryse/XodoPDFReader/2026.0.0/Apryse.XodoPDFReader.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Apryse.XodoPDFReader +PackageVersion: 2026.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Automattic/PocketCasts/2.2.0/Automattic.PocketCasts.installer.yaml b/manifests/a/Automattic/PocketCasts/2.2.0/Automattic.PocketCasts.installer.yaml new file mode 100644 index 000000000000..e5f521f00c36 --- /dev/null +++ b/manifests/a/Automattic/PocketCasts/2.2.0/Automattic.PocketCasts.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Automattic.PocketCasts +PackageVersion: 2.2.0 +InstallerType: portable +Installers: +- Architecture: x86 + InstallerUrl: https://pocketcasts.com/get/windows + InstallerSha256: 4B078CE81A7711ED05CD4B60594C73FD5AC17149BADA752162E555FAE313F426 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Automattic/PocketCasts/2.2.0/Automattic.PocketCasts.locale.en-US.yaml b/manifests/a/Automattic/PocketCasts/2.2.0/Automattic.PocketCasts.locale.en-US.yaml new file mode 100644 index 000000000000..da0998864bf2 --- /dev/null +++ b/manifests/a/Automattic/PocketCasts/2.2.0/Automattic.PocketCasts.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Automattic.PocketCasts +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: Automattic Inc. +PackageName: Pocket Casts +License: Proprietary +Copyright: Copyright © 2025 Automattic Inc. +ShortDescription: No matter how you listen to podcasts, Pocket Casts has you covered. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Automattic/PocketCasts/2.2.0/Automattic.PocketCasts.yaml b/manifests/a/Automattic/PocketCasts/2.2.0/Automattic.PocketCasts.yaml new file mode 100644 index 000000000000..c7d460e1c73e --- /dev/null +++ b/manifests/a/Automattic/PocketCasts/2.2.0/Automattic.PocketCasts.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Automattic.PocketCasts +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Automox/AutomoxAgent/2.5.70/Automox.AutomoxAgent.installer.yaml b/manifests/a/Automox/AutomoxAgent/2.5.70/Automox.AutomoxAgent.installer.yaml new file mode 100644 index 000000000000..2b62ebe5c800 --- /dev/null +++ b/manifests/a/Automox/AutomoxAgent/2.5.70/Automox.AutomoxAgent.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Automox.AutomoxAgent +PackageVersion: 2.5.70 +InstallerLocale: en-US +InstallerType: wix +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn /norestart +ProductCode: '{B69ED3AC-8608-40CE-A6DA-D10D7277E5BC}' +Installers: +- Architecture: x86 + InstallerUrl: https://console.automox.com/installers/Automox_Installer-latest.msi + InstallerSha256: 40BAB2F60A48BAD05D944F9AE918FC018DF58392EAD81F075BF17B13677A3CA1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Automox/AutomoxAgent/2.5.70/Automox.AutomoxAgent.locale.en-US.yaml b/manifests/a/Automox/AutomoxAgent/2.5.70/Automox.AutomoxAgent.locale.en-US.yaml new file mode 100644 index 000000000000..9c05246c74a6 --- /dev/null +++ b/manifests/a/Automox/AutomoxAgent/2.5.70/Automox.AutomoxAgent.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Automox.AutomoxAgent +PackageVersion: 2.5.70 +PackageLocale: en-US +Publisher: Automox +PublisherUrl: https://www.automox.com/ +PrivacyUrl: https://www.automox.com/legal/privacy-policy +Author: Automox +PackageName: Automox Agent +PackageUrl: https://www.automox.com/features/lightweight-agent +License: Automox Master Services Agreement +Copyright: Automox 2024 +ShortDescription: The Automox Agent for deployment to devices +Moniker: Automox Agent +Tags: +- Automox +- Agent +- MDM +- Patch +- Client +- Device Management +Agreements: +- AgreementLabel: Automox Master Services Agreement + AgreementUrl: https://www.automox.com/legal/master-services-agreement +ReleaseNotes: Agent 1.42.22 Release Notes +PurchaseUrl: https://www.automox.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Automox/AutomoxAgent/2.5.70/Automox.AutomoxAgent.yaml b/manifests/a/Automox/AutomoxAgent/2.5.70/Automox.AutomoxAgent.yaml new file mode 100644 index 000000000000..dc6c11c15244 --- /dev/null +++ b/manifests/a/Automox/AutomoxAgent/2.5.70/Automox.AutomoxAgent.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Automox.AutomoxAgent +PackageVersion: 2.5.70 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/alagrede/znote/3.8.1/alagrede.znote.installer.yaml b/manifests/a/alagrede/znote/3.8.1/alagrede.znote.installer.yaml new file mode 100644 index 000000000000..08017957400a --- /dev/null +++ b/manifests/a/alagrede/znote/3.8.1/alagrede.znote.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: alagrede.znote +PackageVersion: 3.8.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: d78f7af5-e430-5336-833a-b60cdee6f0ec +ReleaseDate: 2026-05-05 +AppsAndFeaturesEntries: +- DisplayName: znote 3.8.1 + ProductCode: d78f7af5-e430-5336-833a-b60cdee6f0ec +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alagrede/znote-app/releases/download/v3.8.1/znote-Setup-3.8.1.exe + InstallerSha256: 45F4EFAD0F39B28CF6674566B0812BD0995328CC6C5CB26EA4FB95E51B76BE71 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/alagrede/znote/3.8.1/alagrede.znote.locale.en-US.yaml b/manifests/a/alagrede/znote/3.8.1/alagrede.znote.locale.en-US.yaml new file mode 100644 index 000000000000..08c95c0f5692 --- /dev/null +++ b/manifests/a/alagrede/znote/3.8.1/alagrede.znote.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: alagrede.znote +PackageVersion: 3.8.1 +PackageLocale: en-US +Publisher: alagrede +PublisherUrl: https://github.com/alagrede +PublisherSupportUrl: https://github.com/alagrede/znote-app/issues +PackageName: znote +PackageUrl: https://github.com/alagrede/znote-app +License: Freeware +ShortDescription: Markdown-based note-taking app for developers +Tags: +- dev +- editor +- electron +- markdown +- react +- znote +ReleaseNotes: |- + ✨ Features + - Improved focus mode: the open notes panel is now always visible and no longer overlaps the editor +ReleaseNotesUrl: https://github.com/alagrede/znote-app/releases/tag/v3.8.1 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://znote.io/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/alagrede/znote/3.8.1/alagrede.znote.yaml b/manifests/a/alagrede/znote/3.8.1/alagrede.znote.yaml new file mode 100644 index 000000000000..770dd5de7462 --- /dev/null +++ b/manifests/a/alagrede/znote/3.8.1/alagrede.znote.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: alagrede.znote +PackageVersion: 3.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/aziontech/azion/4.21.0/aziontech.azion.installer.yaml b/manifests/a/aziontech/azion/4.21.0/aziontech.azion.installer.yaml new file mode 100644 index 000000000000..0e7d098e2539 --- /dev/null +++ b/manifests/a/aziontech/azion/4.21.0/aziontech.azion.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: aziontech.azion +PackageVersion: 4.21.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: azion.exe +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/aziontech/azion/releases/download/4.21.0/azion_4.21.0_windows_386.zip + InstallerSha256: 90451FE5D52BCC92C7DC7427B77D83C5B4CED8A7E5F09E73545BFD62B16622A6 +- Architecture: x64 + InstallerUrl: https://github.com/aziontech/azion/releases/download/4.21.0/azion_4.21.0_windows_amd64.zip + InstallerSha256: 81F9CD21B74D97B4A39E1C40BA1B1571A5E7D352E6353C07B5F3C660F9E3B658 +- Architecture: arm64 + InstallerUrl: https://github.com/aziontech/azion/releases/download/4.21.0/azion_4.21.0_windows_arm64.zip + InstallerSha256: 846AD7F5B6D461598AF21E0295D5DD7882F51AECA055FE84ABBC982B305CB638 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/aziontech/azion/4.21.0/aziontech.azion.locale.en-US.yaml b/manifests/a/aziontech/azion/4.21.0/aziontech.azion.locale.en-US.yaml new file mode 100644 index 000000000000..d3b304c01160 --- /dev/null +++ b/manifests/a/aziontech/azion/4.21.0/aziontech.azion.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: aziontech.azion +PackageVersion: 4.21.0 +PackageLocale: en-US +Publisher: Azion Technologies +PublisherUrl: https://www.azion.com/ +PublisherSupportUrl: https://github.com/aziontech/azion/issues +PrivacyUrl: https://www.azion.com/en/documentation/agreements/privacy-policy/ +PackageName: Azion CLI +PackageUrl: https://www.azion.com/en/documentation/products/azion-cli/overview/ +License: MIT +LicenseUrl: https://github.com/aziontech/azion/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Azion Technologies +CopyrightUrl: https://github.com/aziontech/azion#MIT-1-ov-file +ShortDescription: Azion CLI is used for managing Azion services via command-line +Description: |- + Azion CLI is an open source command-line interface (CLI) that lets you interact with Azion Edge Platform using a terminal. You can use Azion CLI to: + * Initialize, build, and deploy edge applications. + * Create Jamstack applications. + * Manage the edge applications on the platform. + * Have a local development server running. + * Link an existing project to an Azion edge application. + + Azion disposes of a set of options to interact with the Azion products, such as: + * Azion Terraform Provider + * Azion API + * Azion SDK for Go + + The Azion CLI is built in Go and interacts with Azion products through the Azion Go SDK. +Moniker: azioncli +Tags: +- cli +- go +- golang +- linearb-test +- swe-prod +- team-devtools +ReleaseNotes: |- + Changelog + Improvements + - 34eede2 chore(deps): update go-thoth + - 2bf24db chore: add timer to remote deploy + - 0942690 chore: credentials handlign for S3 upload + - 9fc816a chore: improve upload of files in deploy remote + - b9a0da1 chore: update edge-functions to @aziontech/bundler + - aa8265c chore: update usage of stage bundler + - 41aca96 chore: update workers to calculate cores + - 2c9f766 chore: use s3 for upload of static files + Other Work + - 79f7dd0 refactor: remove diff file +ReleaseNotesUrl: https://github.com/aziontech/azion/releases/tag/4.21.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/aziontech/azion/4.21.0/aziontech.azion.yaml b/manifests/a/aziontech/azion/4.21.0/aziontech.azion.yaml new file mode 100644 index 000000000000..dd563c11616d --- /dev/null +++ b/manifests/a/aziontech/azion/4.21.0/aziontech.azion.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: aziontech.azion +PackageVersion: 4.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.installer.yaml b/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.installer.yaml new file mode 100644 index 000000000000..b9ecbaefbdad --- /dev/null +++ b/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bauerapps.RightNote +PackageVersion: 6.8.0.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: RightNote_is1 +ReleaseDate: 2025-05-25 +AppsAndFeaturesEntries: +- Publisher: BauerApps + ProductCode: RightNote_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\RightNote' +Installers: +- Architecture: x86 + InstallerUrl: https://bauerapps.com/files/RightNoteSetup.exe + InstallerSha256: F12AE2047ED4E29CB461F74761FF058D8E449601ACC3663B002B6342CBE20028 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.locale.en-US.yaml b/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.locale.en-US.yaml new file mode 100644 index 000000000000..98e80a1b344d --- /dev/null +++ b/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bauerapps.RightNote +PackageVersion: 6.8.0.2 +PackageLocale: en-US +Publisher: Bauerapps +PublisherUrl: https://www.bauerapps.com/ +PublisherSupportUrl: https://www.bauerapps.com/contact/ +PackageName: RightNote Installer +PackageUrl: https://www.bauerapps.com/downloads/ +License: Proprietary +Copyright: © 2008-2023 Copyright by Bauerapps | www.bauerapps.com. All rights reserved. +CopyrightUrl: https://www.bauerapps.com/downloads/#:~:text=Copyright +ShortDescription: Become more organized +Description: > + RightNote will help you get a grip on information overload. It allows you store all bits and pieces of information in a single place and then search through all your data to find what you're looking for almost instantly! With RightNote you'll know where to store all those little bits of information and find them too. Includes lots of useful features. +ReleaseNotesUrl: https://www.bauerapps.com/rightnote-release-history/#:~:text=6.6.0 +PurchaseUrl: https://bauerapps.com/rightnote-pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.yaml b/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.yaml new file mode 100644 index 000000000000..722acf9d1d29 --- /dev/null +++ b/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Bauerapps.RightNote +PackageVersion: 6.8.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.installer.yaml b/manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.installer.yaml similarity index 77% rename from manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.installer.yaml rename to manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.installer.yaml index 29efc1fda4cb..1129008c500f 100644 --- a/manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.installer.yaml +++ b/manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.installer.yaml @@ -2,24 +2,24 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso -PackageVersion: 18.0.1.24 +PackageVersion: 18.1.0.44 InstallerLocale: en-US InstallerType: nullsoft Scope: machine UpgradeBehavior: install ProductCode: ProcessLasso -ReleaseDate: 2026-04-15 +ReleaseDate: 2026-05-05 AppsAndFeaturesEntries: - ProductCode: ProcessLasso Installers: - Architecture: x86 InstallerUrl: https://dl.bitsum.com/files/processlassosetup32.exe - InstallerSha256: CA832111FFAA16257024244995A71F7DEB1ABC968F70E3CFB4F342B760852A8A + InstallerSha256: DDF1D8F1C1A36787EC74EABDDCE0116CDBCDF1C5A2428A32C9FE754612A6DD92 InstallationMetadata: DefaultInstallLocation: '%ProgramFiles(x86)%\Process Lasso' - Architecture: x64 InstallerUrl: https://dl.bitsum.com/files/processlassosetup64.exe - InstallerSha256: D9216E1491AA130A3595A688DA9A5FFACA67A3BB7609CB069E86E000BABA041B + InstallerSha256: 674E99D5F803B6A12720D4A61812A51792EBD1129073581EE534858B5CDC7996 InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Process Lasso' ManifestType: installer diff --git a/manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.locale.en-US.yaml similarity index 78% rename from manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.locale.en-US.yaml rename to manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.locale.en-US.yaml index 69ff572ec143..b8c9e92e2674 100644 --- a/manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.locale.en-US.yaml +++ b/manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso -PackageVersion: 18.0.1.24 +PackageVersion: 18.1.0.44 PackageLocale: en-US Publisher: Bitsum PublisherUrl: https://bitsum.com/ @@ -31,19 +31,20 @@ Tags: - schedule - scheduler ReleaseNotes: |- + - Add GPU Preference rules + - Add display support for multiple GPUs - Minor fixes and enhancements - (5) GUI: Translate “pause” button - (7) GUI: Add context menu to GPU utilization widget for an accessible way to disable it - (7) GUI: When GPU data collection is off, show a hyphen in the GPU process columns - (7) GUI: Minor optimizations - (9) Build: Expand post-build performance profiling - (9) GUI: Add custom color selection for GPU utilization - (13) GUI: Reduce GPU use in rendering of CPU cores graphs - (15) GUI/Core: Adjust RegEx caching to allow for delayed process metadata attribution - (17) ThreadRacer: Mark AMD chip-indicated fastest cores with an asterisk - (19) ThreadRacer: Move some strings to the resources - (21) GUI: Translation updates - (23) GUI: Dynamically size the pause button for longer languages + (1) GUI: Add multiple GPU support to the GPU widget and line graph + (3) GUI: Add GPU Preference rules + (3) GUI: Add toggle for whether line graph shows consolidated or individual GPUs + (3) GUI: Add multiple GPU support to status bar and tooltips + (5) GUI: Remove borders shown around CPU core graphs under some conditions + (15) GUI: Adjust log submenu ordering + (19) GUI: Add multiple GPU support to process lists + (21) GUI: Add a tooltip to the Active Processes threshold slider indicating value + (23) GUI/Core: Extend Regular Expression support to Instance Count Limit rules + (31) GUI: Add context menu to line graph with applicable View settings + (33) GUI: Translation updates ReleaseNotesUrl: https://bitsum.com/changes/processlasso/ PurchaseUrl: https://bitsum.com/get-lasso-pro/ Documentations: diff --git a/manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.locale.zh-CN.yaml b/manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.locale.zh-CN.yaml similarity index 98% rename from manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.locale.zh-CN.yaml rename to manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.locale.zh-CN.yaml index 311982af3868..0457c6359958 100644 --- a/manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.locale.zh-CN.yaml +++ b/manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso -PackageVersion: 18.0.1.24 +PackageVersion: 18.1.0.44 PackageLocale: zh-CN License: 专有软件 ShortDescription: 实时 CPU 优化和自动化 diff --git a/manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.yaml b/manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.yaml similarity index 90% rename from manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.yaml rename to manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.yaml index 1e533a64c190..87c76390dbc5 100644 --- a/manifests/b/BitSum/ProcessLasso/18.0.1.24/BitSum.ProcessLasso.yaml +++ b/manifests/b/BitSum/ProcessLasso/18.1.0.44/BitSum.ProcessLasso.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso -PackageVersion: 18.0.1.24 +PackageVersion: 18.1.0.44 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.installer.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.installer.yaml similarity index 82% rename from manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.installer.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.installer.yaml index b3a922dee57b..a1d77e11a114 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.installer.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 18.1.0.43 +PackageVersion: 18.1.0.44 InstallerType: nullsoft Scope: machine UpgradeBehavior: install @@ -12,6 +12,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup64.exe - InstallerSha256: 6999F385FF7846BECF5DEDA512D88E49103BE72519D66D7BE8508EBFD9A177BA + InstallerSha256: 674E99D5F803B6A12720D4A61812A51792EBD1129073581EE534858B5CDC7996 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.locale.en-US.yaml similarity index 99% rename from manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.locale.en-US.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.locale.en-US.yaml index 199814e9c519..0aea622ddd66 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.locale.en-US.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 18.1.0.43 +PackageVersion: 18.1.0.44 PackageLocale: en-US Publisher: Bitsum PublisherUrl: https://bitsum.com/ diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml similarity index 98% rename from manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml index 2e33885edbad..14b302097e8a 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 18.1.0.43 +PackageVersion: 18.1.0.44 PackageLocale: zh-CN License: 专有软件 ShortDescription: 实时 CPU 优化和自动化 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.yaml similarity index 90% rename from manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.yaml index 0f86582c3c34..2fd8b2cfa973 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.43/BitSum.ProcessLasso.Beta.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.1.0.44/BitSum.ProcessLasso.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 18.1.0.43 +PackageVersion: 18.1.0.44 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/Buct0r/PassPort/0.1.1/Buct0r.PassPort.installer.yaml b/manifests/b/Buct0r/PassPort/0.1.1/Buct0r.PassPort.installer.yaml new file mode 100644 index 000000000000..66711b9eca70 --- /dev/null +++ b/manifests/b/Buct0r/PassPort/0.1.1/Buct0r.PassPort.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Buct0r.PassPort +PackageVersion: 0.1.1 +Installers: +- InstallerLocale: en-US + Architecture: x64 + InstallerType: inno + InstallerUrl: https://github.com/Buct0r/PassPort/releases/download/v0.1.1/PassPort-GUI-CLI-setup.exe + InstallerSha256: 78C07C0408AB43946CF0CBE2001A6373FB8B231CED0839EF74A5CB87DA6621DD + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Buct0r/PassPort/0.1.1/Buct0r.PassPort.locale.en-US.yaml b/manifests/b/Buct0r/PassPort/0.1.1/Buct0r.PassPort.locale.en-US.yaml new file mode 100644 index 000000000000..4e53bc2b2079 --- /dev/null +++ b/manifests/b/Buct0r/PassPort/0.1.1/Buct0r.PassPort.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Buct0r.PassPort +PackageVersion: 0.1.1 +PackageLocale: en-US +Publisher: Buct0r +PublisherUrl: https://github.com/Buct0r +PublisherSupportUrl: https://github.com/Buct0r/PassPort/issues +Author: Buct0r +PackageName: PassPort +PackageUrl: https://github.com/Buct0r/PassPort +License: MIT +LicenseUrl: https://github.com/Buct0r/PassPort/blob/main/LICENSE.md +Copyright: Copyright (c) 2026 Buct0r +CopyrightUrl: https://github.com/Buct0r/PassPort/blob/main/LICENSE.md +ShortDescription: A secure, cross-platform password manager built with Go and Fyne +Description: | + PassPort is a secure password manager featuring: + - AES encryption with PBKDF2 key derivation for maximum security + - Graphical User Interface (GUI) built with Fyne + - Command-Line Interface (CLI) for terminal users + - Master password protection for all stored credentials + - Cross-platform support (Windows, macOS, Linux) + - Local storage with no cloud synchronization +Tags: +- password-manager +- encryption +- security +- golang +- password-vault +ReleaseNotesUrl: https://github.com/Buct0r/PassPort/releases/tag/v0.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Buct0r/PassPort/0.1.1/Buct0r.PassPort.yaml b/manifests/b/Buct0r/PassPort/0.1.1/Buct0r.PassPort.yaml new file mode 100644 index 000000000000..43c5703ad643 --- /dev/null +++ b/manifests/b/Buct0r/PassPort/0.1.1/Buct0r.PassPort.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Buct0r.PassPort +PackageVersion: 0.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BuildIso/BuildIso/2026.9/BuildIso.BuildIso.installer.yaml b/manifests/b/BuildIso/BuildIso/2026.9/BuildIso.BuildIso.installer.yaml new file mode 100644 index 000000000000..99b92b2a8ea0 --- /dev/null +++ b/manifests/b/BuildIso/BuildIso/2026.9/BuildIso.BuildIso.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BuildIso.BuildIso +PackageVersion: "2026.9" +InstallerType: portable +Commands: +- BuildIso +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BuildIso/BuildIso/releases/download/v2026.9/BuildIso.exe + InstallerSha256: 7429DDA0FA85BD01D0F9554D63AD4198EEBF3D19135AF5B3C2BEF6B1CB2FED83 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-05-04 diff --git a/manifests/b/BuildIso/BuildIso/2026.9/BuildIso.BuildIso.locale.en-US.yaml b/manifests/b/BuildIso/BuildIso/2026.9/BuildIso.BuildIso.locale.en-US.yaml new file mode 100644 index 000000000000..99fc057b7a07 --- /dev/null +++ b/manifests/b/BuildIso/BuildIso/2026.9/BuildIso.BuildIso.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BuildIso.BuildIso +PackageVersion: "2026.9" +PackageLocale: en-US +Publisher: BuildIso +PublisherUrl: https://github.com/BuildIso +PublisherSupportUrl: https://github.com/BuildIso/BuildIso/issues +PackageName: BuildIso +PackageUrl: https://github.com/BuildIso/BuildIso +License: MIT +LicenseUrl: https://github.com/BuildIso/BuildIso/blob/HEAD/LICENSE +ShortDescription: Lightweight ISO generator for OSDev. +Tags: +- build +- build-system +- build-tool +- buildiso +- eltorito +- iso +ReleaseNotesUrl: https://github.com/BuildIso/BuildIso/releases/tag/v2026.9 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/BuildIso/BuildIso/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/RedSoftware/RadPdf/4.6.0/RedSoftware.RadPdf.yaml b/manifests/b/BuildIso/BuildIso/2026.9/BuildIso.BuildIso.yaml similarity index 59% rename from manifests/r/RedSoftware/RadPdf/4.6.0/RedSoftware.RadPdf.yaml rename to manifests/b/BuildIso/BuildIso/2026.9/BuildIso.BuildIso.yaml index b6bc540cd4ce..718bf38f08ac 100644 --- a/manifests/r/RedSoftware/RadPdf/4.6.0/RedSoftware.RadPdf.yaml +++ b/manifests/b/BuildIso/BuildIso/2026.9/BuildIso.BuildIso.yaml @@ -1,8 +1,8 @@ -# Created using update_installer.ps1 1.0.0.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: RedSoftware.RadPdf -PackageVersion: 4.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: BuildIso.BuildIso +PackageVersion: "2026.9" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/blacktop/ipsw/3.1.675/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.675/blacktop.ipsw.installer.yaml new file mode 100644 index 000000000000..b985690f04fe --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.675/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.675 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-05" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.675/ipsw_3.1.675_windows_arm64.zip + InstallerSha256: 39fd5583b3bc948f2943ba8ec7359b3052286ba48ec37d15d2ad0dd6536c78f0 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.675/ipsw_3.1.675_windows_x86_64.zip + InstallerSha256: 401fdbf7f83252d04fad0d90635d5f652f45f975ee7ee41da08f562bd1b90bb9 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipsw/3.1.675/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.675/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 000000000000..0fe5166c63fc --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.675/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.675 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipsw/3.1.675/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.675/blacktop.ipsw.yaml new file mode 100644 index 000000000000..5d722bcaa3d9 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.675/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.675 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.675/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.675/blacktop.ipswd.installer.yaml new file mode 100644 index 000000000000..0022c0b4ab84 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.675/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.675 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-05" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.675/ipswd_3.1.675_windows_arm64.zip + InstallerSha256: 981c37a8984a17374a5b965d85e1e7f2bb90d650bb828a59938b40e4987fe47e + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.675/ipswd_3.1.675_windows_x86_64.zip + InstallerSha256: 00e51e1520ae7d848e2ba20ea45e14785dd16db642cab2d9275145e8be635c13 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.675/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.675/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 000000000000..bd7f1dd30466 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.675/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.675 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.675/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.675/blacktop.ipswd.yaml new file mode 100644 index 000000000000..d05c63e10441 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.675/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.675 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml new file mode 100644 index 000000000000..6e8d79a11524 --- /dev/null +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CubeCodersLimited.AMPInstanceManager +PackageVersion: 2.7.2.2 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.cubecoders.com/AMP/Mainline/AMPSetup.msi + InstallerSha256: F4629F4CBA77DEA4E01A70673B67C6D04FF55ED1BC1B31B23FDC5FBF127327F7 + ProductCode: '{17C87EB7-6646-4D23-A166-C155D682C861}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml new file mode 100644 index 000000000000..0517cd892949 --- /dev/null +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CubeCodersLimited.AMPInstanceManager +PackageVersion: 2.7.2.2 +PackageLocale: en-US +Publisher: CubeCoders Limited +PublisherUrl: https://cubecoders.com/AMP +PublisherSupportUrl: https://discourse.cubecoders.com/ +PrivacyUrl: https://cubecoders.com/PrivacyPolicy +Author: CubeCoders LLC. UK +PackageName: AMP Instance Manager +License: © 2014-2024 CubeCoders Limited +ShortDescription: AMP (Application Management Panel) is a simple to use and easy to install control panel and management system for game servers. It runs on both Windows and Linux, but requires no command line knowledge to get started. +PackageUrl: https://cubecoders.com/AMP +LicenseUrl: https://cubecoders.com/TermsOfSale +Copyright: © 2014-2024 CubeCoders Limited +Description: AMP Instances Manager +Moniker: ampinstmgr +Tags: +- game server, amp +ReleaseNotes: https://discourse.cubecoders.com/t/amp-callisto-2-5-0-release-notes/10593/12#amp-25010-release-notes-1 +ReleaseNotesUrl: https://discourse.cubecoders.com/t/amp-callisto-2-5-0-release-notes/10593/12#amp-25010-release-notes-1 +PurchaseUrl: https://cubecoders.com/AMP +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml new file mode 100644 index 000000000000..7770785461aa --- /dev/null +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CubeCodersLimited.AMPInstanceManager +PackageVersion: 2.7.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CycloneDX/cdxgen/12.3.3/CycloneDX.cdxgen.installer.yaml b/manifests/c/CycloneDX/cdxgen/12.3.3/CycloneDX.cdxgen.installer.yaml new file mode 100644 index 000000000000..2c6a7650fd06 --- /dev/null +++ b/manifests/c/CycloneDX/cdxgen/12.3.3/CycloneDX.cdxgen.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CycloneDX.cdxgen +PackageVersion: 12.3.3 +InstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CycloneDX/cdxgen/releases/download/v12.3.3/cdxgen-windows-amd64.exe + InstallerSha256: 7BB2AFE76CD18086BB31B0BF7B4EE898E717A46A33E5C4C39496492A0785FF62 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CycloneDX/cdxgen/12.3.3/CycloneDX.cdxgen.locale.en-US.yaml b/manifests/c/CycloneDX/cdxgen/12.3.3/CycloneDX.cdxgen.locale.en-US.yaml new file mode 100644 index 000000000000..024c215d3533 --- /dev/null +++ b/manifests/c/CycloneDX/cdxgen/12.3.3/CycloneDX.cdxgen.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CycloneDX.cdxgen +PackageVersion: 12.3.3 +PackageLocale: en-US +Publisher: OWASP Foundation +PublisherUrl: https://owasp.org/ +PublisherSupportUrl: https://github.com/CycloneDX/cdxgen/issues +Author: CycloneDX +PackageName: CycloneDX Generator (cdxgen) +PackageUrl: https://github.com/CycloneDX/cdxgen +License: Apache-2.0 +LicenseUrl: https://github.com/CycloneDX/cdxgen/blob/HEAD/LICENSE +ShortDescription: A polyglot tool and a library for generating various Bill of Materials in CycloneDX specification. +Description: Generate Software Bill of Materials (SBOM) for most applications and container images with a single command. Generate Operations Bill of Materials (OBOM) for Linux and Windows hosts. Integrate with any CI/CD pipeline. Automatically submit the generated BOM to your dependency track server for analysis. +Moniker: cdxgen +Tags: +- bom +- cbom +- containers +- cyclonedx +- docker +- oci +- owasp +- package-url +- purl +- saasbom +- sbom +- sca +- software-bill-of-materials +- supply-chain +ReleaseNotes: |- + This release includes security fixes and some features. + What's Changed + 🤖 AI-auto Changes + - Trim non-runtime files from published npm artifacts, image context, and SEA bundles by @Copilot in #3957 + - Add collider.lock support to C/C++ BOM generation by @Copilot in #3959 + - Harden Dependency-Track submission host enforcement and redact secret-bearing BOM metadata by @Copilot in #3962 + - Support staged rootfs inputs for remote/offline OBOM generation by @Copilot in #3956 + - Ignore vendored Composer and jar artifacts in mixed npm source scans by @Copilot in #3955 + - Refactor staged rootfs dockertests into CI helpers and fix staged all-layers path selection by @Copilot in #3963 + - Populate evidence.identity.tools for externally identified components by @Copilot in #3960 + - Add BOM audit rules for disabled setup caches with remote npm/PyPI sources by @Copilot in #3958 + - Fix Docker registry auth: prevent credential leaks by enforcing host matching by @prabhu in #3964 + Full Changelog: v12.3.2...v12.3.3 +ReleaseNotesUrl: https://github.com/cdxgen/cdxgen/releases/tag/v12.3.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CycloneDX/cdxgen/12.3.3/CycloneDX.cdxgen.yaml b/manifests/c/CycloneDX/cdxgen/12.3.3/CycloneDX.cdxgen.yaml new file mode 100644 index 000000000000..695a6545a2b1 --- /dev/null +++ b/manifests/c/CycloneDX/cdxgen/12.3.3/CycloneDX.cdxgen.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CycloneDX.cdxgen +PackageVersion: 12.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20260415-unstable.1/DWANGO.NAIR.experimental.installer.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20260415-unstable.1/DWANGO.NAIR.experimental.installer.yaml new file mode 100644 index 000000000000..5680095a240d --- /dev/null +++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20260415-unstable.1/DWANGO.NAIR.experimental.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DWANGO.NAIR.experimental +PackageVersion: 1.1.20260415-unstable.1 +InstallerType: nullsoft +InstallModes: +- silent +InstallerSwitches: + Silent: /s + SilentWithProgress: /S +Installers: +- Architecture: x64 + InstallerUrl: https://n-air-app.nicovideo.jp/download/windows-unstable + InstallerSha256: 44152A9DA6C1BC69F4E53F9C937F1254DB032EB18FE81A3CEC44C4651ECBC047 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20260415-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20260415-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml new file mode 100644 index 000000000000..e7e02ee412a5 --- /dev/null +++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20260415-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DWANGO.NAIR.experimental +PackageVersion: 1.1.20260415-unstable.1 +PackageLocale: JA-JP +Publisher: koizuka +PublisherUrl: https://github.com/n-air-app/n-air-app +PublisherSupportUrl: https://github.com/n-air-app/n-air-app/issues +PrivacyUrl: https://dwango.co.jp/terms/privacy/ +Author: 戀塚 昭彦 +PackageName: N Air 実験版 +PackageUrl: https://n-air-app.nicovideo.jp/ +License: GPL-3.0 license +LicenseUrl: https://github.com/n-air-app/n-air-app?tab=GPL-3.0-1-ov-file#readme +Copyright: Copyright © 2024 DWANGO Co.,Ltd. +CopyrightUrl: https://dwango.co.jp/ +ShortDescription: N Air(エヌエアー)とは、株式会社ドワンゴが配布しているライブ配信ソフトである。 +Description: Streamlabs OBSをベースにして作られたライブ配信ソフト。Niconico Live Encoderの後継ソフトである。通称、NLE2。開発中の機能を試してみたい方向けの実験版です。 +Moniker: niconico +Tags: +- ニコニコ動画 +- live +- nicovideo +- ニコ生 +- streamlabs +- obs +- Niconico Live Encoder +- NLE +InstallationNotes: 開発中の機能を試してみたい方向けの実験版です。動作が不安定になる、または不具合が発生する可能性が高いため、通常の放送ではご利用にならないようお願いいたします。 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20260415-unstable.1/DWANGO.NAIR.experimental.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20260415-unstable.1/DWANGO.NAIR.experimental.yaml new file mode 100644 index 000000000000..0d7b2e0fa2c7 --- /dev/null +++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20260415-unstable.1/DWANGO.NAIR.experimental.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DWANGO.NAIR.experimental +PackageVersion: 1.1.20260415-unstable.1 +DefaultLocale: JA-JP +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DatawellBV/Waves5/0.0.2617.0/DatawellBV.Waves5.installer.yaml b/manifests/d/DatawellBV/Waves5/0.0.2617.0/DatawellBV.Waves5.installer.yaml new file mode 100644 index 000000000000..7fe48d9b6b01 --- /dev/null +++ b/manifests/d/DatawellBV/Waves5/0.0.2617.0/DatawellBV.Waves5.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DatawellBV.Waves5 +PackageVersion: 0.0.2617.0 +InstallerLocale: en-US +InstallerType: wix +InstallerSwitches: + Silent: /qn +ProductCode: '{458B234C-6EE2-405C-A017-24B5BD793136}' +Installers: +- Architecture: x86 + InstallerUrl: https://datawell.nl/downloads/datawell_waves5_installer.msi + InstallerSha256: 7D134EA73FC5B02A1B83EAE47A7CD8956A2F0EE76AC605012FB86D4AFEFB0CD6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DatawellBV/Waves5/0.0.2617.0/DatawellBV.Waves5.locale.en-US.yaml b/manifests/d/DatawellBV/Waves5/0.0.2617.0/DatawellBV.Waves5.locale.en-US.yaml new file mode 100644 index 000000000000..02513a5bdf24 --- /dev/null +++ b/manifests/d/DatawellBV/Waves5/0.0.2617.0/DatawellBV.Waves5.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DatawellBV.Waves5 +PackageVersion: 0.0.2617.0 +PackageLocale: en-US +Publisher: Datawell BV +PackageName: Waves5 +License: Proprietary +ShortDescription: Datawell Waves5 is a Windows application for configuring, receiving, and analyzing wave and motion data from Datawell Waverider buoys. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DatawellBV/Waves5/0.0.2617.0/DatawellBV.Waves5.yaml b/manifests/d/DatawellBV/Waves5/0.0.2617.0/DatawellBV.Waves5.yaml new file mode 100644 index 000000000000..238f9eafdfe8 --- /dev/null +++ b/manifests/d/DatawellBV/Waves5/0.0.2617.0/DatawellBV.Waves5.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DatawellBV.Waves5 +PackageVersion: 0.0.2617.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.24/Datto.WindowsAgent.installer.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.24/Datto.WindowsAgent.installer.yaml new file mode 100644 index 000000000000..95c63d73ac0a --- /dev/null +++ b/manifests/d/Datto/WindowsAgent/3.0.18.24/Datto.WindowsAgent.installer.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Datto.WindowsAgent +PackageVersion: 3.0.18.24 +MinimumOSVersion: 10.0.0.0 +InstallerType: burn +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +ElevationRequirement: elevationRequired +Installers: +- InstallerUrl: https://cf-dl.datto.com/dwa/DattoWindowsAgent.exe + Architecture: x86 + InstallerSha256: B9081C4BB9FF8434D3EFA73FEC3C360227849BD44D64B003B8F13671180730A5 +- InstallerUrl: https://cf-dl.datto.com/dwa/DattoWindowsAgent.exe + Architecture: x64 + InstallerSha256: B9081C4BB9FF8434D3EFA73FEC3C360227849BD44D64B003B8F13671180730A5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.24/Datto.WindowsAgent.locale.en-US.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.24/Datto.WindowsAgent.locale.en-US.yaml new file mode 100644 index 000000000000..ca633984d2a8 --- /dev/null +++ b/manifests/d/Datto/WindowsAgent/3.0.18.24/Datto.WindowsAgent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Datto.WindowsAgent +PackageVersion: 3.0.18.24 +PackageLocale: en-US +Publisher: Datto Inc. +PublisherUrl: https://www.datto.com +PublisherSupportUrl: https://www.datto.com/support +Author: Datto Inc. +PackageName: Datto Windows Agent +PackageUrl: https://www.datto.com +License: Proprietary +LicenseUrl: https://www.datto.com/legal/agent-licensing-agreement +Copyright: Copyright (c) 2023 Datto Inc. +ShortDescription: The Datto Backup Agent is installed on the machine to be protected and works with a Datto Appliance to deliver backup and continuity. +Moniker: dba +Tags: +- backup +- bcdr +- datto +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.24/Datto.WindowsAgent.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.24/Datto.WindowsAgent.yaml new file mode 100644 index 000000000000..ad6bf580e368 --- /dev/null +++ b/manifests/d/Datto/WindowsAgent/3.0.18.24/Datto.WindowsAgent.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Datto.WindowsAgent +PackageVersion: 3.0.18.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DenisZhitnyakov/DolphinAnty/2026.112.222/DenisZhitnyakov.DolphinAnty.installer.yaml b/manifests/d/DenisZhitnyakov/DolphinAnty/2026.112.222/DenisZhitnyakov.DolphinAnty.installer.yaml new file mode 100644 index 000000000000..e2778202a296 --- /dev/null +++ b/manifests/d/DenisZhitnyakov/DolphinAnty/2026.112.222/DenisZhitnyakov.DolphinAnty.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DenisZhitnyakov.DolphinAnty +PackageVersion: 2026.112.222 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://dolphin-anty-cdn.com/anty-app/dolphin-anty-win-latest.exe + InstallerSha256: A7031ECE3B0156C8FA1812F6A15C5A2D554C6C7C4C986F72BCAEA95A7406BD34 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DenisZhitnyakov/DolphinAnty/2026.112.222/DenisZhitnyakov.DolphinAnty.locale.en-US.yaml b/manifests/d/DenisZhitnyakov/DolphinAnty/2026.112.222/DenisZhitnyakov.DolphinAnty.locale.en-US.yaml new file mode 100644 index 000000000000..ccad644846d7 --- /dev/null +++ b/manifests/d/DenisZhitnyakov/DolphinAnty/2026.112.222/DenisZhitnyakov.DolphinAnty.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DenisZhitnyakov.DolphinAnty +PackageVersion: 2026.112.222 +PackageLocale: en-US +Publisher: Zhitnyakov software solutions LTD +PackageName: Dolphin Anty +License: Copyright (c) Zhitnyakov software solutions LTD. All rights reserved. +Copyright: Copyright © 2025 Denis Zhitnyakov +ShortDescription: Antidetect browser for general purpose +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DenisZhitnyakov/DolphinAnty/2026.112.222/DenisZhitnyakov.DolphinAnty.yaml b/manifests/d/DenisZhitnyakov/DolphinAnty/2026.112.222/DenisZhitnyakov.DolphinAnty.yaml new file mode 100644 index 000000000000..f037d032f330 --- /dev/null +++ b/manifests/d/DenisZhitnyakov/DolphinAnty/2026.112.222/DenisZhitnyakov.DolphinAnty.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DenisZhitnyakov.DolphinAnty +PackageVersion: 2026.112.222 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.installer.yaml new file mode 100644 index 000000000000..695b57b15d24 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.939 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.939/DiscordCanarySetup.exe + InstallerSha256: 69347496EEF6950891155350CD0CE94AC74BA57A6707C6A68A0C7F9191E42995 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..09c187bd3009 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.939 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..15aab8ff80d4 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.939 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.yaml new file mode 100644 index 000000000000..9d7b0cc7a634 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.939/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.939 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 000000000000..968cf7ec56de --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.269 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.269/DiscordCanarySetup.exe + InstallerSha256: AAAC18A8F65C58DAAD2B129EF6313754E6A3A8A475AC153F74674B22F35B876A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..3d51b2f37a1d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.269 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..85f183811678 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.269 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 000000000000..e87b6f5c0a5d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.269/Discord.Discord.Canary.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.269 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 000000000000..1943a1c3fe7f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.270 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.270/DiscordCanarySetup.exe + InstallerSha256: 1477C7BB5506EDB5A3D204C97D7D5B83FDE2F96F8FA62C48ECC0295638D87AA2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..fbe1f61a0274 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.270 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..9541f4666168 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.270 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 000000000000..26694db1dab1 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.270/Discord.Discord.Canary.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.270 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.installer.yaml b/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.installer.yaml new file mode 100644 index 000000000000..26278874b8d5 --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.28 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: Discord +ReleaseDate: 2026-05-04 +RequireExplicitUpgrade: true +AppsAndFeaturesEntries: +- DisplayName: Discord + ProductCode: Discord +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Discord' +Installers: +- Architecture: arm64 + InstallerUrl: https://stable.dl2.discordapp.net/distro/app/stable/win/arm64/1.0.28/DiscordSetup.exe + InstallerSha256: C212BDA3AB65E7EE7FA68FE9139E6EE542D0E2A4FD6ADCB9C25EA7001EB815EE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..1aee6fe3c1ce --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.28 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.locale.pt-BR.yaml b/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.locale.pt-BR.yaml new file mode 100644 index 000000000000..28180649c929 --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.locale.pt-BR.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.28 +PackageLocale: pt-BR +License: Privativo +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversar +- conversação-por-voz +- jogos +- voz +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..0b7ec9e9f186 --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.28 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.yaml b/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.yaml new file mode 100644 index 000000000000..43eeaa524860 --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.28/Discord.Discord.arm64.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DoltHub/Dolt/1.87.0/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.87.0/DoltHub.Dolt.installer.yaml new file mode 100644 index 000000000000..8aabb14d2c13 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.87.0/DoltHub.Dolt.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.87.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{CDA1915B-54C8-44C5-9ABC-8E5A2527CF79}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.87.0 + ProductCode: '{CDA1915B-54C8-44C5-9ABC-8E5A2527CF79}' + UpgradeCode: '{6BC40754-759D-4899-9FD3-E6BE1823CACD}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Dolt' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.87.0/dolt-windows-amd64.msi + InstallerSha256: 7A60DC9C70E254F88A80C62A50429FC905559B3D0C9EF8AB18E25A7FD2D7AA1B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-05 diff --git a/manifests/d/DoltHub/Dolt/1.87.0/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.87.0/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 000000000000..2655464b5153 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.87.0/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.87.0 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ReleaseNotesUrl: https://github.com/dolthub/dolt/releases/tag/v1.87.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mega/MEGASync/6.2.2/Mega.MEGASync.yaml b/manifests/d/DoltHub/Dolt/1.87.0/DoltHub.Dolt.yaml similarity index 75% rename from manifests/m/Mega/MEGASync/6.2.2/Mega.MEGASync.yaml rename to manifests/d/DoltHub/Dolt/1.87.0/DoltHub.Dolt.yaml index 479f7d89fb73..0a0de475cc82 100644 --- a/manifests/m/Mega/MEGASync/6.2.2/Mega.MEGASync.yaml +++ b/manifests/d/DoltHub/Dolt/1.87.0/DoltHub.Dolt.yaml @@ -1,8 +1,8 @@ # Created using wingetcreate 1.12.8.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Mega.MEGASync -PackageVersion: 6.2.2 +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.87.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/d/DrobinskiMaciejStrongRecovery/MultiExtractor/4.8.7.0/DrobinskiMaciejStrongRecovery.MultiExtractor.installer.yaml b/manifests/d/DrobinskiMaciejStrongRecovery/MultiExtractor/4.8.7.0/DrobinskiMaciejStrongRecovery.MultiExtractor.installer.yaml new file mode 100644 index 000000000000..f2ed843d4193 --- /dev/null +++ b/manifests/d/DrobinskiMaciejStrongRecovery/MultiExtractor/4.8.7.0/DrobinskiMaciejStrongRecovery.MultiExtractor.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DrobinskiMaciejStrongRecovery.MultiExtractor +PackageVersion: 4.8.7.0 +Installers: +- InstallerUrl: https://www.multiextractor.com/xdownload.php?xfile=MultiExtractor.exe + Architecture: x86 + InstallerType: inno + InstallerSha256: 33E5E4526F842CE5ECCFD49E9724F4077461721FF291DBB2C0D47887042C5DB6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DrobinskiMaciejStrongRecovery/MultiExtractor/4.8.7.0/DrobinskiMaciejStrongRecovery.MultiExtractor.locale.en-US.yaml b/manifests/d/DrobinskiMaciejStrongRecovery/MultiExtractor/4.8.7.0/DrobinskiMaciejStrongRecovery.MultiExtractor.locale.en-US.yaml new file mode 100644 index 000000000000..b6d697d9959a --- /dev/null +++ b/manifests/d/DrobinskiMaciejStrongRecovery/MultiExtractor/4.8.7.0/DrobinskiMaciejStrongRecovery.MultiExtractor.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DrobinskiMaciejStrongRecovery.MultiExtractor +PackageVersion: 4.8.7.0 +PackageLocale: en-US +Publisher: Drobinski Maciej StrongRecovery +PublisherUrl: https://www.multiextractor.com/ +PublisherSupportUrl: https://www.multiextractor.com/faq.html +PrivacyUrl: https://www.multiextractor.com/privacy.html +Author: StrongRecovery +PackageName: MultiExtractor +PackageUrl: https://www.multiextractor.com/ +License: Shareware +Copyright: Copyright © 2010 - 2023 StrongRecovery +ShortDescription: Hidden Resource Unpacker +Description: Extracts files from a variety of executable files and resources, while also decompressing and revealing hidden or encrypted content. +Moniker: multiextract +ReleaseNotes: '4.8.1 - current version (2021.11.20): - New Code Signing Certificate -Optimized graphic view -Small fixes' +ReleaseNotesUrl: https://www.multiextractor.com/index.html#History +PurchaseUrl: https://www.multiextractor.com/license.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DrobinskiMaciejStrongRecovery/MultiExtractor/4.8.7.0/DrobinskiMaciejStrongRecovery.MultiExtractor.yaml b/manifests/d/DrobinskiMaciejStrongRecovery/MultiExtractor/4.8.7.0/DrobinskiMaciejStrongRecovery.MultiExtractor.yaml new file mode 100644 index 000000000000..43742c005e3a --- /dev/null +++ b/manifests/d/DrobinskiMaciejStrongRecovery/MultiExtractor/4.8.7.0/DrobinskiMaciejStrongRecovery.MultiExtractor.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DrobinskiMaciejStrongRecovery.MultiExtractor +PackageVersion: 4.8.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.installer.yaml new file mode 100644 index 000000000000..d0550c520998 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.155.7.0 +Platform: +- Windows.Desktop +- Windows.Universal +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +Protocols: +- http +- https +FileExtensions: +- htm +- html +- pdf +PackageFamilyName: DuckDuckGo.DesktopBrowser_ya2fgkz3nks94 +Installers: +- Architecture: x86 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.155.7.0/DuckDuckGo_0.155.7.0.msixbundle + InstallerSha256: 2D366447A68689FC47D3BB46CB011D0F9ECC745BF6031EDB8642C63288AA28E8 + SignatureSha256: CE0621CD3FDB9FBAA6CB6F9CA19F9D8920FDA4802CD35D71ECF6F2A82ED9910F +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.155.7.0/DuckDuckGo_0.155.7.0.msixbundle + InstallerSha256: 2D366447A68689FC47D3BB46CB011D0F9ECC745BF6031EDB8642C63288AA28E8 + SignatureSha256: CE0621CD3FDB9FBAA6CB6F9CA19F9D8920FDA4802CD35D71ECF6F2A82ED9910F +- Architecture: arm64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.155.7.0/DuckDuckGo_0.155.7.0.msixbundle + InstallerSha256: 2D366447A68689FC47D3BB46CB011D0F9ECC745BF6031EDB8642C63288AA28E8 + SignatureSha256: CE0621CD3FDB9FBAA6CB6F9CA19F9D8920FDA4802CD35D71ECF6F2A82ED9910F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml new file mode 100644 index 000000000000..1779c36e7407 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.155.7.0 +PackageLocale: en-US +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo +PackageUrl: https://duckduckgo.com/windows +License: Freeware +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2026 DuckDuckGo +ShortDescription: An everyday browser that truly protects your privacy. +Tags: +- browser +- chromium +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml new file mode 100644 index 000000000000..860b2f352f3e --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.155.7.0 +PackageLocale: zh-CN +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo +PackageUrl: https://duckduckgo.com/windows +License: 免费软件 +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2026 DuckDuckGo +ShortDescription: 一款时刻并真正保护您隐私的浏览器 +Tags: +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.yaml new file mode 100644 index 000000000000..5d8e39d9d07d --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.155.7.0/DuckDuckGo.DesktopBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.155.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.40.4/defendend.ast-index.installer.yaml b/manifests/d/defendend/ast-index/3.40.4/defendend.ast-index.installer.yaml new file mode 100644 index 000000000000..d85232b82c41 --- /dev/null +++ b/manifests/d/defendend/ast-index/3.40.4/defendend.ast-index.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: defendend.ast-index +PackageVersion: 3.40.4 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ast-index.exe +Commands: +- ast-index +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/defendend/Claude-ast-index-search/releases/download/v3.40.4/ast-index-v3.40.4-windows-x86_64.zip + InstallerSha256: 1AC0C085734E11D2E4DB3FD2F6904B10CA075078C24B6D50D640AF90060738FF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.40.4/defendend.ast-index.locale.en-US.yaml b/manifests/d/defendend/ast-index/3.40.4/defendend.ast-index.locale.en-US.yaml new file mode 100644 index 000000000000..b37466faf25a --- /dev/null +++ b/manifests/d/defendend/ast-index/3.40.4/defendend.ast-index.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: defendend.ast-index +PackageVersion: 3.40.4 +PackageLocale: en-US +Publisher: defendend +PublisherUrl: https://github.com/defendend +PublisherSupportUrl: https://github.com/defendend/Claude-ast-index-search/issues +Author: Alexandr Ivanov +PackageName: ast-index +PackageUrl: https://github.com/defendend/Claude-ast-index-search/releases +License: MIT +LicenseUrl: https://github.com/defendend/Claude-ast-index-search/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Alexandr Ivanov(defendend) +ShortDescription: Fast code search CLI for Android, iOS, TypeScript, Rust, Ruby, C#, Python, Go, Perl, C++ projects +Description: ast-index is a fast native Rust CLI for structural code search in Android/Kotlin/Java, iOS/Swift/ObjC, Dart/Flutter, TypeScript/JavaScript, Rust, Ruby, C#, PHP, Python, Go, Perl, C++, and Protocol Buffers projects. +Moniker: ast-index +Tags: +- Android +- claude +- code-search +- gemini +- iOS +ReleaseNotes: 'Full Changelog: v3.40.3...v3.40.4' +ReleaseNotesUrl: https://github.com/defendend/Claude-ast-index-search/releases/tag/v3.40.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.40.4/defendend.ast-index.yaml b/manifests/d/defendend/ast-index/3.40.4/defendend.ast-index.yaml new file mode 100644 index 000000000000..caca43b3da77 --- /dev/null +++ b/manifests/d/defendend/ast-index/3.40.4/defendend.ast-index.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: defendend.ast-index +PackageVersion: 3.40.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/douzone/WEHAGO/1.6.4.63/douzone.WEHAGO.installer.yaml b/manifests/d/douzone/WEHAGO/1.6.4.63/douzone.WEHAGO.installer.yaml new file mode 100644 index 000000000000..f4cf49aee6f1 --- /dev/null +++ b/manifests/d/douzone/WEHAGO/1.6.4.63/douzone.WEHAGO.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: douzone.WEHAGO +PackageVersion: 1.6.4.63 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://www.wehago.com/pctalkpub/wehago/windows + InstallerSha256: 5C7BB7EE28989CDA36BF213BFECDF459EB8C005131ADDEA1BB645AE96605F684 + AppsAndFeaturesEntries: + - Publisher: douzone + ProductCode: com.douzone.pc.wehago +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/douzone/WEHAGO/1.6.4.63/douzone.WEHAGO.locale.en-US.yaml b/manifests/d/douzone/WEHAGO/1.6.4.63/douzone.WEHAGO.locale.en-US.yaml new file mode 100644 index 000000000000..f04f0ad32295 --- /dev/null +++ b/manifests/d/douzone/WEHAGO/1.6.4.63/douzone.WEHAGO.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: douzone.WEHAGO +PackageVersion: 1.6.4.63 +PackageLocale: en-US +Publisher: douzone +PublisherUrl: https://www.douzone.com/ +PublisherSupportUrl: https://wehagohelp.zendesk.com/ +PrivacyUrl: https://www.wehago.com/#/common/policy?code=002 +PackageName: WEHAGO +PackageUrl: https://www.wehago.com/ +License: Proprietary +Copyright: Copyright © 2024 douzone +ShortDescription: Eterprise groupware by Douzone Bizon. +Moniker: wehago +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/douzone/WEHAGO/1.6.4.63/douzone.WEHAGO.yaml b/manifests/d/douzone/WEHAGO/1.6.4.63/douzone.WEHAGO.yaml new file mode 100644 index 000000000000..70095fced9d2 --- /dev/null +++ b/manifests/d/douzone/WEHAGO/1.6.4.63/douzone.WEHAGO.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: douzone.WEHAGO +PackageVersion: 1.6.4.63 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.installer.yaml b/manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.installer.yaml similarity index 82% rename from manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.installer.yaml rename to manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.installer.yaml index 8dc7dc8ccd92..b9ad995a13fa 100644 --- a/manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.installer.yaml +++ b/manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: ENERCALC.ENERCALC -PackageVersion: 20.26.04.17 +PackageVersion: 20.26.05.05 InstallerType: exe Scope: machine InstallModes: @@ -17,6 +17,6 @@ ProductCode: '{4E7C8500-3D69-11DB-390C-1F56BA3C7E87}' Installers: - Architecture: x86 InstallerUrl: https://install.enercalc.com/ECSEL20_SETUP.EXE - InstallerSha256: 75771A9A20F4DF211394B2F722584B28FCE82E51A17F53FCFB041C3D1E4A1D8C + InstallerSha256: 2575303789D3ED49A7E775C2E4DAE9AE646D4476EB3F2E5EE7D6C17C0C7BD7F1 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.locale.en-US.yaml b/manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.locale.en-US.yaml similarity index 98% rename from manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.locale.en-US.yaml rename to manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.locale.en-US.yaml index 15faac2d8a13..b237aaf1899b 100644 --- a/manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.locale.en-US.yaml +++ b/manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: ENERCALC.ENERCALC -PackageVersion: 20.26.04.17 +PackageVersion: 20.26.05.05 PackageLocale: en-US Publisher: ENERCALC, LLC. PublisherUrl: https://enercalc.com/ diff --git a/manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.locale.zh-CN.yaml b/manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.locale.zh-CN.yaml similarity index 97% rename from manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.locale.zh-CN.yaml rename to manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.locale.zh-CN.yaml index 3b27d464b48d..5ca09c20c80e 100644 --- a/manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.locale.zh-CN.yaml +++ b/manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: ENERCALC.ENERCALC -PackageVersion: 20.26.04.17 +PackageVersion: 20.26.05.05 PackageLocale: zh-CN License: 专有软件 ShortDescription: 结构工程软件 diff --git a/manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.yaml b/manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.yaml similarity index 89% rename from manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.yaml rename to manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.yaml index 5d90750a3362..596b582e038e 100644 --- a/manifests/e/ENERCALC/ENERCALC/20.26.04.17/ENERCALC.ENERCALC.yaml +++ b/manifests/e/ENERCALC/ENERCALC/20.26.05.05/ENERCALC.ENERCALC.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: ENERCALC.ENERCALC -PackageVersion: 20.26.04.17 +PackageVersion: 20.26.05.05 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.installer.yaml b/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.installer.yaml new file mode 100644 index 000000000000..ca88a6251a35 --- /dev/null +++ b/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elastic.Auditbeat +PackageVersion: 9.4.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- auditbeat +ProductCode: '{F52C0025-5CB3-5DE7-84F7-A49A14B855F3}' +ReleaseDate: 2026-05-05 +AppsAndFeaturesEntries: +- UpgradeCode: '{F52C0025-5CB3-5DE7-84F7-A49A847845F3}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-9.4.0-windows-x86_64.msi + InstallerSha256: E55ACFB6C1C0CF902103298B8F8F5A0FC16E020244E08A19CEE4295F4A2E207B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.locale.en-US.yaml b/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.locale.en-US.yaml new file mode 100644 index 000000000000..9fd0313a880a --- /dev/null +++ b/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elastic.Auditbeat +PackageVersion: 9.4.0 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats auditbeat +PackageUrl: https://www.elastic.co/downloads/beats/auditbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2026. Elasticsearch B.V. All Rights Reserved +ShortDescription: Collect your Linux audit framework data and monitor the integrity of your files. +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.locale.zh-CN.yaml new file mode 100644 index 000000000000..4c19ef772cc4 --- /dev/null +++ b/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Elastic.Auditbeat +PackageVersion: 9.4.0 +PackageLocale: zh-CN +ShortDescription: 收集您的 Linux 审计框架数据并监控文件完整性。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.yaml b/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.yaml new file mode 100644 index 000000000000..5a4557cfe6d0 --- /dev/null +++ b/manifests/e/Elastic/Auditbeat/9.4.0/Elastic.Auditbeat.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Elastic.Auditbeat +PackageVersion: 9.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.installer.yaml b/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.installer.yaml new file mode 100644 index 000000000000..af740becf2c7 --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elastic.Heartbeat +PackageVersion: 9.4.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- heartbeat +ProductCode: '{D1A2A571-99C7-52CE-B31F-D73B68BBC920}' +ReleaseDate: 2026-05-05 +AppsAndFeaturesEntries: +- UpgradeCode: '{D1A2A571-99C7-52CE-B31F-D73BD87BB920}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-9.4.0-windows-x86_64.msi + InstallerSha256: 06E19F81BEFDB98BAE775DAAC2AD216F5751377FDDD3996E492789323937F6C2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.locale.en-US.yaml b/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.locale.en-US.yaml new file mode 100644 index 000000000000..6fc8c756bf98 --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elastic.Heartbeat +PackageVersion: 9.4.0 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats heartbeat +PackageUrl: https://www.elastic.co/downloads/beats/heartbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2026. Elasticsearch B.V. All Rights Reserved +ShortDescription: Ping remote services for availability +Description: Heartbeat is a beat for testing service availability using PING based on ICMP, TCP or higher level protocols. +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.locale.zh-CN.yaml new file mode 100644 index 000000000000..237df6c9d769 --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Elastic.Heartbeat +PackageVersion: 9.4.0 +PackageLocale: zh-CN +ShortDescription: 检测远程服务可用性 +Description: Heartbeat 是通过基于 ICMP、TCP 或更高层协议的 PING 测试服务可用性的 Beat。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.yaml b/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.yaml new file mode 100644 index 000000000000..b4a67db94b28 --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.4.0/Elastic.Heartbeat.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Elastic.Heartbeat +PackageVersion: 9.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.installer.yaml b/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.installer.yaml new file mode 100644 index 000000000000..bfe65beed0d1 --- /dev/null +++ b/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elastic.Metricbeat +PackageVersion: 9.4.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- metricbeat +ProductCode: '{493322A2-BB80-5176-867D-9F6A167D1E2B}' +ReleaseDate: 2026-05-05 +AppsAndFeaturesEntries: +- UpgradeCode: '{493322A2-BB80-5176-867D-9F6A863D0E2B}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-9.4.0-windows-x86_64.msi + InstallerSha256: 99F34CFC32C03CCF5F05E55D54F570DD0A0C5AA426D4A394E596273FADF188A9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.locale.en-US.yaml b/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.locale.en-US.yaml new file mode 100644 index 000000000000..e40d5d0a42db --- /dev/null +++ b/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elastic.Metricbeat +PackageVersion: 9.4.0 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats metricbeat +PackageUrl: https://www.elastic.co/downloads/beats/metricbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2026. Elasticsearch B.V. All Rights Reserved +ShortDescription: Fetches sets of metrics from the operating system and services +Description: Metricbeat fetches a set of metrics on a predefined interval from the operating system and services such as Apache web server, Redis, and more and ships them to Elasticsearch or Logstash. +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.locale.zh-CN.yaml new file mode 100644 index 000000000000..b79d68d26a40 --- /dev/null +++ b/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Elastic.Metricbeat +PackageVersion: 9.4.0 +PackageLocale: zh-CN +ShortDescription: 从操作系统和服务中获取指标集 +Description: Metricbeat 按照预定义的时间间隔,从操作系统及诸如 Apache 网页服务器、Redis 等服务中采集一组指标数据,并将其传输至 Elasticsearch 或 Logstash。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.yaml b/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.yaml new file mode 100644 index 000000000000..6f0a928fc617 --- /dev/null +++ b/manifests/e/Elastic/Metricbeat/9.4.0/Elastic.Metricbeat.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Elastic.Metricbeat +PackageVersion: 9.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.installer.yaml b/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.installer.yaml new file mode 100644 index 000000000000..040a84101a27 --- /dev/null +++ b/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elastic.Packetbeat +PackageVersion: 9.4.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- packetbeat +ProductCode: '{2E7B78F4-AE35-56EE-867F-51E274925798}' +ReleaseDate: 2026-05-05 +AppsAndFeaturesEntries: +- UpgradeCode: '{2E7B78F4-AE35-56EE-867F-51E2E4524798}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-9.4.0-windows-x86_64.msi + InstallerSha256: 62249B970E002EBC470812333E7AD99DCB688F90D5293A6DBE83352649797738 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.locale.en-US.yaml b/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.locale.en-US.yaml new file mode 100644 index 000000000000..3dd32525edfe --- /dev/null +++ b/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elastic.Packetbeat +PackageVersion: 9.4.0 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats packetbeat +PackageUrl: https://www.elastic.co/downloads/beats/packetbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2026. Elasticsearch B.V. All Rights Reserved +ShortDescription: Monitors the network and applications by sniffing packets +Description: |- + Packetbeat is an open source network packet analyzer that ships the data to Elasticsearch. Think of it like a distributed real-time Wireshark with a lot more analytics features. + The Packetbeat shippers sniff the traffic between your application processes, parse on the fly protocols like HTTP, MySQL, PostgreSQL, Redis or Thrift and correlate the messages into transactions. + For each transaction, the shipper inserts a JSON document into Elasticsearch, where it is stored and indexed. You can then use Kibana to view key metrics and do ad-hoc queries against the data. +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.locale.zh-CN.yaml new file mode 100644 index 000000000000..3f7e01ab504e --- /dev/null +++ b/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Elastic.Packetbeat +PackageVersion: 9.4.0 +PackageLocale: zh-CN +ShortDescription: 通过嗅探数据包来监视网络和应用程序 +Description: |- + Packetbeat 是一款开源网络数据包分析器,可将数据实时传输至 Elasticsearch。它如同一个具备丰富分析功能的分布式实时版 Wireshark。 + Packetbeat 嗅探器能够实时捕获应用程序进程间的流量,动态解析 HTTP、MySQL、PostgreSQL、Redis 或 Thrift 等协议,并将消息关联为完整事务。 + 对于每个事务,嗅探器会生成 JSON 格式文档并写入 Elasticsearch 进行存储和索引。随后您可通过 Kibana 可视化关键指标,并对数据进行即席查询。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.yaml b/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.yaml new file mode 100644 index 000000000000..c5d6df4beff1 --- /dev/null +++ b/manifests/e/Elastic/Packetbeat/9.4.0/Elastic.Packetbeat.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Elastic.Packetbeat +PackageVersion: 9.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.installer.yaml b/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.installer.yaml new file mode 100644 index 000000000000..05315f0fd748 --- /dev/null +++ b/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elastic.Winlogbeat +PackageVersion: 9.4.0 +Commands: +- winlogbeat +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: winlogbeat-9.4.0-windows-x86_64\winlogbeat.exe + PortableCommandAlias: winlogbeat + InstallerUrl: https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-9.4.0-windows-x86_64.zip + InstallerSha256: DA3A3F190E2A07CA1EC87CEE95C3F31730F0ADEE9AD95446735B521EFF6794C2 + ArchiveBinariesDependOnPath: true +- InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-9.4.0-windows-x86_64.msi + InstallerSha256: FE412E64AB534CE74D9B7BC4279CD47CA81EAACE90DB56A0F97A988FA1E6D4DA + InstallerSwitches: + InstallLocation: INSTALLDIR="" + UpgradeBehavior: install + ProductCode: '{2DE7C165-4793-5EE1-9DF0-372082753E2B}' + AppsAndFeaturesEntries: + - DisplayName: Beats winlogbeat 9.4.0 (x86_64) + ProductCode: '{2DE7C165-4793-5EE1-9DF0-372082753E2B}' + UpgradeCode: '{2DE7C165-4793-5EE1-9DF0-3720F2352E2B}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Elastic\Beats\9.1.2\winlogbeat' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.locale.en-US.yaml b/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.locale.en-US.yaml new file mode 100644 index 000000000000..397fbd959d32 --- /dev/null +++ b/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elastic.Winlogbeat +PackageVersion: 9.4.0 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats winlogbeat +PackageUrl: https://www.elastic.co/downloads/beats/winlogbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2026. Elasticsearch B.V. All Rights Reserved +ShortDescription: Fetches and ships Windows Event logs +Description: Winlogbeat is an open-source log collector that ships Windows Event Logs to Elasticsearch or Logstash. It installs and runs as a Windows service. +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.locale.zh-CN.yaml new file mode 100644 index 000000000000..853b6d3d4b82 --- /dev/null +++ b/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Elastic.Winlogbeat +PackageVersion: 9.4.0 +PackageLocale: zh-CN +ShortDescription: 收集和传输 Windows 事件日志 +Description: Winlogbeat 是一款开源日志采集器,专用于将 Windows 事件日志传输至 Elasticsearch 或 Logstash。它以 Windows 服务的形式安装并运行。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.yaml b/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.yaml new file mode 100644 index 000000000000..eed158f62af3 --- /dev/null +++ b/manifests/e/Elastic/Winlogbeat/9.4.0/Elastic.Winlogbeat.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Elastic.Winlogbeat +PackageVersion: 9.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.197.8165/Elcomsoft.AdvancedPDFPasswordRecovery.installer.yaml b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.197.8165/Elcomsoft.AdvancedPDFPasswordRecovery.installer.yaml new file mode 100644 index 000000000000..a89b6391f6de --- /dev/null +++ b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.197.8165/Elcomsoft.AdvancedPDFPasswordRecovery.installer.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elcomsoft.AdvancedPDFPasswordRecovery +PackageVersion: 5.20.197.8165 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{141F8340-15BB-429D-8DB8-CF5276587DF4}' +ReleaseDate: 2024-07-30 +AppsAndFeaturesEntries: +- ProductCode: '{141F8340-15BB-429D-8DB8-CF5276587DF4}' + UpgradeCode: '{47796195-6EFC-401E-BE95-7D44C5C16C1E}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.elcomsoft.com/download/apdfpr_setup_en.msi + InstallerSha256: 4C2EA64545D4444E262A08894E393329073F878272BDE0281F642B9CF5E0E849 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.197.8165/Elcomsoft.AdvancedPDFPasswordRecovery.locale.en-US.yaml b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.197.8165/Elcomsoft.AdvancedPDFPasswordRecovery.locale.en-US.yaml new file mode 100644 index 000000000000..f0209ddb7dee --- /dev/null +++ b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.197.8165/Elcomsoft.AdvancedPDFPasswordRecovery.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elcomsoft.AdvancedPDFPasswordRecovery +PackageVersion: 5.20.197.8165 +PackageLocale: en-US +Publisher: Elcomsoft Co. Ltd. +PublisherUrl: https://www.elcomsoft.com/ +PublisherSupportUrl: https://support.elcomsoft.com/ +PrivacyUrl: https://www.elcomsoft.com/privacy.html +Author: Elcomsoft Co. Ltd. +PackageName: Advanced PDF Password Recovery +PackageUrl: https://www.elcomsoft.com/apdfpr.html +License: Proprietary +LicenseUrl: https://www.elcomsoft.com/Elcomsoft_EULA.pdf +Copyright: © 1998-2021 ElcomSoft Co. Ltd. All rights reserved +CopyrightUrl: https://www.elcomsoft.com/Elcomsoft_EULA.pdf +ShortDescription: Advanced PDF Password Recovery (APDFPR) unlocks Adobe Acrobat PDF documents and removes editing, printing and copying restrictions instantly. Get access to encrypted and password-protected PDF documents quickly and efficiently! +Description: |- + Advanced PDF Password Recovery (APDFPR) unlocks Adobe Acrobat PDF documents and removes editing, printing and copying restrictions instantly. Get access to encrypted and password-protected PDF documents quickly and efficiently! + Instantly unlock PDF restrictions and enable editing, printing and copying of locked PDF files. Recover original PDF passwords with configurable attacks. Break 40-bit encryption in under a minute with patented Thunder Tables technology. + + - Unlock PDF restrictions (editing, printing and copying) + - Break 40-bit encryption in under a minute with Thunder Tables + - Recover original plain-text passwords with configurable attacks + - Decrypt PDF documents encrypted with 40-bit, 128-bit RC4 and 256-bit AES encryption +PurchaseUrl: https://www.elcomsoft.com/purchase/buy.php?product=APDFPRN&ref=WinGet +Moniker: apdfpr +Documentations: +- DocumentLabel: APDFPR Help + DocumentUrl: https://www.elcomsoft.com/help/en/apdfpr/index.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.197.8165/Elcomsoft.AdvancedPDFPasswordRecovery.yaml b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.197.8165/Elcomsoft.AdvancedPDFPasswordRecovery.yaml new file mode 100644 index 000000000000..fca51e314fe5 --- /dev/null +++ b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.197.8165/Elcomsoft.AdvancedPDFPasswordRecovery.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Elcomsoft.AdvancedPDFPasswordRecovery +PackageVersion: 5.20.197.8165 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elcomsoft/ForensicDiskDecryptor/2.21.1036.8165/Elcomsoft.ForensicDiskDecryptor.installer.yaml b/manifests/e/Elcomsoft/ForensicDiskDecryptor/2.21.1036.8165/Elcomsoft.ForensicDiskDecryptor.installer.yaml new file mode 100644 index 000000000000..e9cb554a1731 --- /dev/null +++ b/manifests/e/Elcomsoft/ForensicDiskDecryptor/2.21.1036.8165/Elcomsoft.ForensicDiskDecryptor.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elcomsoft.ForensicDiskDecryptor +PackageVersion: 2.21.1036.8165 +Installers: +- InstallerUrl: https://www.elcomsoft.com/download/efdd_setup_en.msi + InstallerLocale: en-US + Architecture: x86 + InstallerType: wix + InstallerSha256: 480B643D4165B78F89A6D4A964711A9B7309ABBD6F897DC5F9DD63B89F0776A8 + ProductCode: '{298B1364-3FF0-4793-AE2C-D08052EED66C}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elcomsoft/ForensicDiskDecryptor/2.21.1036.8165/Elcomsoft.ForensicDiskDecryptor.locale.en-US.yaml b/manifests/e/Elcomsoft/ForensicDiskDecryptor/2.21.1036.8165/Elcomsoft.ForensicDiskDecryptor.locale.en-US.yaml new file mode 100644 index 000000000000..e5d7257d9a5a --- /dev/null +++ b/manifests/e/Elcomsoft/ForensicDiskDecryptor/2.21.1036.8165/Elcomsoft.ForensicDiskDecryptor.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elcomsoft.ForensicDiskDecryptor +PackageVersion: 2.21.1036.8165 +PackageLocale: en-US +Publisher: Elcomsoft Co. Ltd. +PackageName: Elcomsoft Forensic Disk Decryptor +License: Trialware +ShortDescription: Elcomsoft Forensic Disk Decryptor offers forensic specialists an easy way to obtain complete real-time access to information stored in popular crypto containers. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elcomsoft/ForensicDiskDecryptor/2.21.1036.8165/Elcomsoft.ForensicDiskDecryptor.yaml b/manifests/e/Elcomsoft/ForensicDiskDecryptor/2.21.1036.8165/Elcomsoft.ForensicDiskDecryptor.yaml new file mode 100644 index 000000000000..5aa5314310a6 --- /dev/null +++ b/manifests/e/Elcomsoft/ForensicDiskDecryptor/2.21.1036.8165/Elcomsoft.ForensicDiskDecryptor.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Elcomsoft.ForensicDiskDecryptor +PackageVersion: 2.21.1036.8165 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elcomsoft/PasswordRecovery/5.00.1788.8181/Elcomsoft.PasswordRecovery.installer.yaml b/manifests/e/Elcomsoft/PasswordRecovery/5.00.1788.8181/Elcomsoft.PasswordRecovery.installer.yaml new file mode 100644 index 000000000000..5133c58268fb --- /dev/null +++ b/manifests/e/Elcomsoft/PasswordRecovery/5.00.1788.8181/Elcomsoft.PasswordRecovery.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elcomsoft.PasswordRecovery +PackageVersion: 5.00.1788.8181 +Installers: +- InstallerUrl: https://www.elcomsoft.com/download/edpr_setup_en.msi + InstallerLocale: en-US + Architecture: x86 + InstallerType: wix + InstallerSha256: 5AD1CF217AA1C96D43954AFF52031127A8D22C9394F0EB56A8FF3E0C059CBD35 + ProductCode: '{EA5A6563-6000-4A55-9CBF-668FD40B4967}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elcomsoft/PasswordRecovery/5.00.1788.8181/Elcomsoft.PasswordRecovery.locale.en-US.yaml b/manifests/e/Elcomsoft/PasswordRecovery/5.00.1788.8181/Elcomsoft.PasswordRecovery.locale.en-US.yaml new file mode 100644 index 000000000000..cbeeba8f3f89 --- /dev/null +++ b/manifests/e/Elcomsoft/PasswordRecovery/5.00.1788.8181/Elcomsoft.PasswordRecovery.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elcomsoft.PasswordRecovery +PackageVersion: 5.00.1788.8181 +PackageLocale: en-US +Publisher: Elcomsoft Co. Ltd. +PackageName: Elcomsoft Distributed Password Recovery +License: Trialware +ShortDescription: Build high-performance clusters for breaking passwords faster. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elcomsoft/PasswordRecovery/5.00.1788.8181/Elcomsoft.PasswordRecovery.yaml b/manifests/e/Elcomsoft/PasswordRecovery/5.00.1788.8181/Elcomsoft.PasswordRecovery.yaml new file mode 100644 index 000000000000..ee5286cfd002 --- /dev/null +++ b/manifests/e/Elcomsoft/PasswordRecovery/5.00.1788.8181/Elcomsoft.PasswordRecovery.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Elcomsoft.PasswordRecovery +PackageVersion: 5.00.1788.8181 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Endicia/EndiciaConnect/3.1.0.403/Endicia.EndiciaConnect.installer.yaml b/manifests/e/Endicia/EndiciaConnect/3.1.0.403/Endicia.EndiciaConnect.installer.yaml new file mode 100644 index 000000000000..fae63aa6e4c7 --- /dev/null +++ b/manifests/e/Endicia/EndiciaConnect/3.1.0.403/Endicia.EndiciaConnect.installer.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Endicia.EndiciaConnect +PackageVersion: 3.1.0.403 +InstallerType: exe +Scope: machine +InstallModes: +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://print.endicia.com/Webpostage/resources_connect_download/EndiciaConnect.exe + InstallerSha256: 1D065211160E4BA6A104A7CA89FB0C7BC8AE28678A51CAF789E5A240E48B134D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Endicia/EndiciaConnect/3.1.0.403/Endicia.EndiciaConnect.locale.en-US.yaml b/manifests/e/Endicia/EndiciaConnect/3.1.0.403/Endicia.EndiciaConnect.locale.en-US.yaml new file mode 100644 index 000000000000..1c4f6e79d245 --- /dev/null +++ b/manifests/e/Endicia/EndiciaConnect/3.1.0.403/Endicia.EndiciaConnect.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Endicia.EndiciaConnect +PackageVersion: 3.1.0.403 +PackageLocale: en-US +Publisher: Endicia +PackageName: Endicia Connect +License: MIT +Copyright: 1982-2017 Endicia All Rights Reserved +ShortDescription: Endicia Connect Installation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Endicia/EndiciaConnect/3.1.0.403/Endicia.EndiciaConnect.yaml b/manifests/e/Endicia/EndiciaConnect/3.1.0.403/Endicia.EndiciaConnect.yaml new file mode 100644 index 000000000000..67a28d04f743 --- /dev/null +++ b/manifests/e/Endicia/EndiciaConnect/3.1.0.403/Endicia.EndiciaConnect.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Endicia.EndiciaConnect +PackageVersion: 3.1.0.403 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Estmob/SendAnywhere/24.5.0/Estmob.SendAnywhere.installer.yaml b/manifests/e/Estmob/SendAnywhere/24.5.0/Estmob.SendAnywhere.installer.yaml new file mode 100644 index 000000000000..be1bc1fb3563 --- /dev/null +++ b/manifests/e/Estmob/SendAnywhere/24.5.0/Estmob.SendAnywhere.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Estmob.SendAnywhere +PackageVersion: 24.5.0 +InstallerType: nullsoft +Installers: +- InstallerUrl: https://update.send-anywhere.com/downloads/x64/SendAnywhereSetup.exe + Architecture: x64 + InstallerSha256: D4195F9A4D88CB31D4CE1148D16E58D02AF09AF593A618929331F671E9C361B8 +- InstallerUrl: https://update.send-anywhere.com/downloads/SendAnywhereSetup.exe + Architecture: x86 + InstallerSha256: C9C92E65BB6E5FCAB1CC559C4AC480C07FDAFA0C3D0D93043AECBAC29F29A6B6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Estmob/SendAnywhere/24.5.0/Estmob.SendAnywhere.locale.en-US.yaml b/manifests/e/Estmob/SendAnywhere/24.5.0/Estmob.SendAnywhere.locale.en-US.yaml new file mode 100644 index 000000000000..f1c9bf0b90a7 --- /dev/null +++ b/manifests/e/Estmob/SendAnywhere/24.5.0/Estmob.SendAnywhere.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Estmob.SendAnywhere +PackageVersion: 24.5.0 +PackageLocale: en-US +Publisher: Estmob Inc. +PublisherUrl: https://send-anywhere.com/about +PublisherSupportUrl: https://support.send-anywhere.com/hc +PrivacyUrl: https://send-anywhere.com/terms#privacy +PackageName: Send Anywhere +PackageUrl: https://send-anywhere.com +License: Proprietary +Copyright: (c) Rakuten Symphony Korea, Inc. +CopyrightUrl: https://send-anywhere.com/terms +ShortDescription: Send Anywhere is a multi-platform file sharing service where users can directly share digital content in real time. +Moniker: send-anywhere +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Estmob/SendAnywhere/24.5.0/Estmob.SendAnywhere.yaml b/manifests/e/Estmob/SendAnywhere/24.5.0/Estmob.SendAnywhere.yaml new file mode 100644 index 000000000000..070040665f40 --- /dev/null +++ b/manifests/e/Estmob/SendAnywhere/24.5.0/Estmob.SendAnywhere.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Estmob.SendAnywhere +PackageVersion: 24.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.installer.yaml b/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.installer.yaml new file mode 100644 index 000000000000..8fb8cc6fe2a9 --- /dev/null +++ b/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Everless321.dYm +PackageVersion: 1.8.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 43ee9364-0fb6-5a92-bf50-2da690f094b2 +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Everless321/dYm/releases/download/v1.8.3/dym-1.8.3-setup.exe + InstallerSha256: A12CF31DDB77A112761AAE16D8DD900ECDE8C4B10BABEFB15C77FB75914223C3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.locale.en-US.yaml b/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.locale.en-US.yaml new file mode 100644 index 000000000000..e86eaba06e84 --- /dev/null +++ b/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Everless321.dYm +PackageVersion: 1.8.3 +PackageLocale: en-US +License: Freeware +ShortDescription: Douyin Video Download and Intelligent Analysis Management Tool +Tags: +- douyin +- download +- parsing +- video +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.locale.zh-CN.yaml b/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.locale.zh-CN.yaml new file mode 100644 index 000000000000..1fdf429c814d --- /dev/null +++ b/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Everless321.dYm +PackageVersion: 1.8.3 +PackageLocale: zh-CN +Publisher: example.com +PublisherUrl: https://github.com/Everless321 +PublisherSupportUrl: https://github.com/Everless321/dYm/issues +PackageName: dYm +PackageUrl: https://github.com/Everless321/dYm +License: 免费软件 +Copyright: Copyright © 2026 example.com +ShortDescription: 抖音视频下载与智能分析管理工具 +Tags: +- 下载 +- 抖音 +- 视频 +- 解析 +ReleaseNotes: 'Full Changelog: https://github.com/Everless321/dYm/compare/v1.8.2...v1.8.3' +ReleaseNotesUrl: https://github.com/Everless321/dYm/releases/tag/v1.8.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.yaml b/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.yaml new file mode 100644 index 000000000000..3e6e13744a09 --- /dev/null +++ b/manifests/e/Everless321/dYm/1.8.3/Everless321.dYm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Everless321.dYm +PackageVersion: 1.8.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flywheel/Local/10.1.0/Flywheel.Local.installer.yaml b/manifests/f/Flywheel/Local/10.1.0/Flywheel.Local.installer.yaml new file mode 100644 index 000000000000..9a4edcd9d1a0 --- /dev/null +++ b/manifests/f/Flywheel/Local/10.1.0/Flywheel.Local.installer.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Flywheel.Local +PackageVersion: 10.1.0 +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: db9b6d64-7ad2-556e-893c-24e21cb471e1 +ReleaseDate: 2026-05-05 +AppsAndFeaturesEntries: +- DisplayName: Local 9.2.9 + ProductCode: db9b6d64-7ad2-556e-893c-24e21cb471e1 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://cdn.localwp.com/releases-stable/10.1.0+6912/local-10.1.0-windows.exe + InstallerSha256: 0F605A2276978026CD93625017B4311A097BAF835E8DBB1128B64C1C8C262CE4 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://cdn.localwp.com/releases-stable/10.1.0+6912/local-10.1.0-windows.exe + InstallerSha256: 0F605A2276978026CD93625017B4311A097BAF835E8DBB1128B64C1C8C262CE4 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flywheel/Local/10.1.0/Flywheel.Local.locale.en-US.yaml b/manifests/f/Flywheel/Local/10.1.0/Flywheel.Local.locale.en-US.yaml new file mode 100644 index 000000000000..0e35142a0617 --- /dev/null +++ b/manifests/f/Flywheel/Local/10.1.0/Flywheel.Local.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Flywheel.Local +PackageVersion: 10.1.0 +PackageLocale: en-US +Publisher: WPEngine, Inc. +PublisherUrl: https://localwp.com/ +PublisherSupportUrl: https://localwp.com/help-docs +PrivacyUrl: https://localwp.com/legal/privacy-policy +PackageName: Local +PackageUrl: https://localwp.com/ +License: Proprietary +LicenseUrl: https://localwp.com/legal +Copyright: Copyright (c) 2025 Local +CopyrightUrl: https://localwp.com/legal +ShortDescription: Local is a free local development environment designed to simplify the workflow of WordPress developers and designers. +Moniker: flywheel-local +Tags: +- development +- flywheel +- sites +- web +- wordpress +ReleaseNotes: |- + Features + - MySQL 8.4 is now the default database version for new sites using the Preferred site creation option. + + Fixes + - Local will now show a login prompt in the push/pull drawer, preventing an “invalid route” error pop-up if using push/pull before logging in. + - The Local Connect push/pull icons will now spin only for their respective actions. + - Corrected a broken backup URL on the settings page. +ReleaseNotesUrl: https://localwp.com/releases/10.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flywheel/Local/10.1.0/Flywheel.Local.yaml b/manifests/f/Flywheel/Local/10.1.0/Flywheel.Local.yaml new file mode 100644 index 000000000000..5b1cf5f91a0c --- /dev/null +++ b/manifests/f/Flywheel/Local/10.1.0/Flywheel.Local.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Flywheel.Local +PackageVersion: 10.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 000000000000..cdc848f0ed2a --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2605051613 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2605051613/WorkFlowy-Installer-4.3.2605051613.exe + InstallerSha256: F2BEE95482224C90B9324F69C26C3C221AB6666FDB29A74427B3C9173F4D70E0 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2605051613/WorkFlowy-Installer-4.3.2605051613.exe + InstallerSha256: F2BEE95482224C90B9324F69C26C3C221AB6666FDB29A74427B3C9173F4D70E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 000000000000..ef5fc8472273 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2605051613 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2605051613 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 000000000000..3d865a0fce18 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2605051613 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2605051613 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.yaml new file mode 100644 index 000000000000..1eb4d8ab99f5 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2605051613/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2605051613 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.41/GitHub.Copilot.installer.yaml b/manifests/g/GitHub/Copilot/v1.0.41/GitHub.Copilot.installer.yaml new file mode 100644 index 000000000000..cd45edf02854 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.41/GitHub.Copilot.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.41 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Commands: +- copilot +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.41/copilot-win32-x64.zip + InstallerSha256: 8FF84EC2C8964DB514BFCB2B49AE9D6B451FF9CC8A2374AE155E10AC11D3BAB6 +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.41/copilot-win32-arm64.zip + InstallerSha256: 72C3D42528B341F4713B953B727E576E7C3CB2E61610563F7747C777F4259A50 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-05 diff --git a/manifests/g/GitHub/Copilot/v1.0.41/GitHub.Copilot.locale.en-US.yaml b/manifests/g/GitHub/Copilot/v1.0.41/GitHub.Copilot.locale.en-US.yaml new file mode 100644 index 000000000000..1132186b4127 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.41/GitHub.Copilot.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.41 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://github.com/github/copilot-cli/blob/HEAD/LICENSE.md +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.41 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.41/GitHub.Copilot.yaml b/manifests/g/GitHub/Copilot/v1.0.41/GitHub.Copilot.yaml new file mode 100644 index 000000000000..e47745a497e7 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.41/GitHub.Copilot.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.41 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.installer.yaml new file mode 100644 index 000000000000..37c651e9787d --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.installer.yaml @@ -0,0 +1,51 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 148.0.7778.97 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-05-05 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi + InstallerSha256: 8398C349A7F4B28F396702BA38CEFBA085C831D0F6833B90521CE717054C6134 + ProductCode: '{FC24BCE7-EC00-3F5A-8F72-EE59D1AF0CA5}' + AppsAndFeaturesEntries: + - ProductCode: '{FC24BCE7-EC00-3F5A-8F72-EE59D1AF0CA5}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi + InstallerSha256: D8FC210D561F08D355A7DB41534CF6CA2632EF978DB438C218937D1595E7C5EF + ProductCode: '{042C29DE-2EAE-34E1-A978-C2BE5AB65557}' + AppsAndFeaturesEntries: + - ProductCode: '{042C29DE-2EAE-34E1-A978-C2BE5AB65557}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: arm64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi + InstallerSha256: E1CF0994A698B6DA67EFC58E9BB77DD1A5E4C1A08E974865779B5290031149B0 + ProductCode: '{33A07F72-7E6E-3F96-AEE6-62D74ADF69F4}' + AppsAndFeaturesEntries: + - ProductCode: '{33A07F72-7E6E-3F96-AEE6-62D74ADF69F4}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.en-US.yaml b/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.en-US.yaml new file mode 100644 index 000000000000..46c6de376643 --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 148.0.7778.97 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms/ +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: The Fast & Secure Web Browser Built to be Yours +Description: Chrome is the official web browser from Google, built to be fast, secure, and customizable. +Moniker: chrome +Tags: +- browser +- chromium +- internet +- manifestv3 +- mv3 +- safe +- search +- web +- webpage +Documentations: +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome Web Store + DocumentUrl: https://chromewebstore.google.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.nb-NO.yaml b/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.nb-NO.yaml new file mode 100644 index 000000000000..0d94cd7c8fba --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.nb-NO.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 148.0.7778.97 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=nb-no +PrivacyUrl: https://policies.google.com/privacy?hl=nb-no +Author: Google LLC +PackageName: Google Chrome +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms/ +Copyright: Copyright 2026 Google LLC. Med enerett. +ShortDescription: Den raske og sikre nettleseren som er laget for å være din egen +Description: Chrome er Googles offisielle nettleser. Den er laget for å være rask, sikker og tilpassbar. +Tags: +- chromium +- internett +- nettet +- nettleser +- rask +- søk +- trygg +Documentations: +- DocumentLabel: Chrome Nettmarked + DocumentUrl: https://chromewebstore.google.com/?hl=nb-no +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.zh-CN.yaml b/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.zh-CN.yaml new file mode 100644 index 000000000000..64f92899a844 --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 148.0.7778.97 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms/ +Copyright: 版权所有 2026 Google LLC. 保留所有权利。 +ShortDescription: 快速安全的网络浏览器,专为您而打造 +Description: Chrome 是 Google 的官方网络浏览器,速度飞快,安全可靠,并且支持自定义。 +Tags: +- chromium +- 互联网 +- 安全 +- 快捷 +- 搜索 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/?hl=zh-cn +- DocumentLabel: Chrome 应用商店 + DocumentUrl: https://chromewebstore.google.com/?hl=zh-cn +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.yaml b/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.yaml new file mode 100644 index 000000000000..14c276ad9829 --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 148.0.7778.97 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.installer.yaml similarity index 57% rename from manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.installer.yaml index 265a41253386..02d224dcdf12 100644 --- a/manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 149.0.7827.0 +PackageVersion: 149.0.7827.2 InstallerType: exe Scope: user InstallModes: @@ -37,13 +37,13 @@ FileExtensions: ProductCode: Google Chrome SxS Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acj6yujfvxlskynu73eymt4dtbia_149.0.7827.0/149.0.7827.0_chrome_installer_uncompressed.exe - InstallerSha256: 5490EEA58A6A7FEB509CE573CFCFEA3929C7738B412629FA79850842C6887B3F + InstallerUrl: https://dl.google.com/release2/chrome/e3w3xkheu6kxoibhilebc7iwbm_149.0.7827.2/149.0.7827.2_chrome_installer_uncompressed.exe + InstallerSha256: C309D4335222E6A3BE2FE8CBB0EA993EDEEAD4437ADBDE05F7F763719F2F8443 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/iq65n2yvea6haqw6m7dh37ochq_149.0.7827.0/149.0.7827.0_chrome_installer_uncompressed.exe - InstallerSha256: 636810C0DB1C1778B1EAA5A83D0CB7EC1355D50CC62CD2BF8A2BC1331864868F + InstallerUrl: https://dl.google.com/release2/chrome/av2vj2krqdkmln4nu6fywriz64_149.0.7827.2/149.0.7827.2_chrome_installer_uncompressed.exe + InstallerSha256: 940E1EC0C5E7F3BDE57F88A966373D0FB42C90F199FDCC5114028EB63816F0B6 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ff6sc3wcrqbcgspyeesiaaq2km_149.0.7827.0/149.0.7827.0_chrome_installer_uncompressed.exe - InstallerSha256: ED4F6BEAC5AB1FDE9762413EC5773EF5F4DF697D04272948A021353ABB15CE9B + InstallerUrl: https://dl.google.com/release2/chrome/nftu7rcjp76xfhiy3yej4nir5a_149.0.7827.2/149.0.7827.2_chrome_installer_uncompressed.exe + InstallerSha256: B9B617B91FD9553FF3417999742F921D67287AB3C34F767C3FD5782872B6C96F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.locale.en-US.yaml index 8bbcc1b45b19..39ab5cdd81a2 100644 --- a/manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 149.0.7827.0 +PackageVersion: 149.0.7827.2 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.locale.nb-NO.yaml index 782799bcfc44..2132d2a3d9b2 100644 --- a/manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 149.0.7827.0 +PackageVersion: 149.0.7827.2 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.locale.zh-CN.yaml index 76a0bfe6948b..0b38eae92cc3 100644 --- a/manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 149.0.7827.0 +PackageVersion: 149.0.7827.2 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.yaml index d0d4319d821b..4331f628a372 100644 --- a/manifests/g/Google/Chrome/Canary/149.0.7827.0/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/149.0.7827.2/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 149.0.7827.0 +PackageVersion: 149.0.7827.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.installer.yaml deleted file mode 100644 index 4ea486498df4..000000000000 --- a/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.installer.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 137.0.7151.56 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/admhvoiy4yjlr2bjs4mrfdgomt2a_137.0.7151.56/137.0.7151.56_chrome_installer.exe - InstallerSha256: ED2273D2B3293900D5FD5FDDB05C607F484AAB08852BE65CEB65D81CFAB360FE - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/admhvoiy4yjlr2bjs4mrfdgomt2a_137.0.7151.56/137.0.7151.56_chrome_installer.exe - InstallerSha256: ED2273D2B3293900D5FD5FDDB05C607F484AAB08852BE65CEB65D81CFAB360FE - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/adlrlnvy7s5suwrh4x5fzaye66qq_137.0.7151.56/137.0.7151.56_chrome_installer.exe - InstallerSha256: 55FE06256BBDF652F3398431A0B6261CA19AF1B78D674CE9DF9C0ED5464C3427 - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/adlrlnvy7s5suwrh4x5fzaye66qq_137.0.7151.56/137.0.7151.56_chrome_installer.exe - InstallerSha256: 55FE06256BBDF652F3398431A0B6261CA19AF1B78D674CE9DF9C0ED5464C3427 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/adajp3ynpc2cqya7m7pbkv32s3cq_137.0.7151.56/137.0.7151.56_chrome_installer.exe - InstallerSha256: 9385328EE59E675BE5AC06F26D46FF10753358D346214B93AD9541DA97C6AB88 - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/adajp3ynpc2cqya7m7pbkv32s3cq_137.0.7151.56/137.0.7151.56_chrome_installer.exe - InstallerSha256: 9385328EE59E675BE5AC06F26D46FF10753358D346214B93AD9541DA97C6AB88 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.installer.yaml new file mode 100644 index 000000000000..b1dfca30b916 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 148.0.7778.97 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ad4fbq6a27ud5kpnludndpgaopoq_148.0.7778.97/148.0.7778.97_chrome_installer_uncompressed.exe + InstallerSha256: 94C2CA9DAA0C02EF6320155CA3CC75642871D59922696893E754F850A7906C2A + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ad4fbq6a27ud5kpnludndpgaopoq_148.0.7778.97/148.0.7778.97_chrome_installer_uncompressed.exe + InstallerSha256: 94C2CA9DAA0C02EF6320155CA3CC75642871D59922696893E754F850A7906C2A + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ad7zgfslmzq6ji2pjtw77iwzqifa_148.0.7778.97/148.0.7778.97_chrome_installer_uncompressed.exe + InstallerSha256: 35E673627774B1F13355DCD19C7B881446785B60B8BCC54F8022075FFE7AC828 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ad7zgfslmzq6ji2pjtw77iwzqifa_148.0.7778.97/148.0.7778.97_chrome_installer_uncompressed.exe + InstallerSha256: 35E673627774B1F13355DCD19C7B881446785B60B8BCC54F8022075FFE7AC828 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/icxnicdqhid7jng4xpzbpjmghm_148.0.7778.97/148.0.7778.97_chrome_installer_uncompressed.exe + InstallerSha256: FB43A6C810358D5A573AE3611AAC98842E5121DA6A122FCC51BFDE85E22D7421 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/icxnicdqhid7jng4xpzbpjmghm_148.0.7778.97/148.0.7778.97_chrome_installer_uncompressed.exe + InstallerSha256: FB43A6C810358D5A573AE3611AAC98842E5121DA6A122FCC51BFDE85E22D7421 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.locale.en-US.yaml similarity index 80% rename from manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.locale.en-US.yaml rename to manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.locale.en-US.yaml index ea9e4728d517..4e9c8d839a3a 100644 --- a/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.locale.en-US.yaml @@ -1,26 +1,26 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 137.0.7151.56 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome (EXE) -PackageUrl: https://www.google.com/chrome/ -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: The browser built by Google -Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 148.0.7778.97 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.locale.nb-NO.yaml similarity index 82% rename from manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.locale.nb-NO.yaml index 7c553a0aaa26..c80496ea753e 100644 --- a/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.locale.nb-NO.yaml @@ -1,23 +1,23 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 137.0.7151.56 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome (EXE) -PackageUrl: https://www.google.com/intl/no/chrome/ -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nettleseren fra Google -Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 148.0.7778.97 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2026 Google LLC. Med enerett. +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.locale.zh-CN.yaml similarity index 81% rename from manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.locale.zh-CN.yaml index 972d0699454a..09bbe90457e6 100644 --- a/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.locale.zh-CN.yaml @@ -1,25 +1,25 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 137.0.7151.56 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome (EXE) -PackageUrl: https://www.google.com/intl/zh-CN/chrome/ -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 由 Google 打造的浏览器 -Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 148.0.7778.97 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2026 Google LLC. 保留所有权利。 +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.yaml similarity index 68% rename from manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.yaml rename to manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.yaml index 93c79541b538..2594cb1e59b9 100644 --- a/manifests/g/Google/Chrome/EXE/137.0.7151.56/Google.Chrome.EXE.yaml +++ b/manifests/g/Google/Chrome/EXE/148.0.7778.97/Google.Chrome.EXE.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 137.0.7151.56 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 148.0.7778.97 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HP/HPImageDiags/4/4.0.1.09/HP.HPImageDiags.4.installer.yaml b/manifests/h/HP/HPImageDiags/4/4.0.1.09/HP.HPImageDiags.4.installer.yaml new file mode 100644 index 000000000000..4b2b4865a015 --- /dev/null +++ b/manifests/h/HP/HPImageDiags/4/4.0.1.09/HP.HPImageDiags.4.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HP.HPImageDiags.4 +PackageVersion: 4.0.1.09 +InstallerType: portable +Commands: +- ImageDiags +ReleaseDate: 2025-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://ftp.hp.com/pub/idr/ImageDiags4/ImageDiags.exe + InstallerSha256: 8CE48C46835ED63A9A14087DAB021C9BA86D43400BBBF82F0C0F1580E7DD96E4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HP/HPImageDiags/4/4.0.1.09/HP.HPImageDiags.4.locale.en-US.yaml b/manifests/h/HP/HPImageDiags/4/4.0.1.09/HP.HPImageDiags.4.locale.en-US.yaml new file mode 100644 index 000000000000..31fbd46543ed --- /dev/null +++ b/manifests/h/HP/HPImageDiags/4/4.0.1.09/HP.HPImageDiags.4.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HP.HPImageDiags.4 +PackageVersion: 4.0.1.09 +PackageLocale: en-US +Publisher: HP Inc. +PublisherUrl: https://www.hp.com/us-en/home.html +PublisherSupportUrl: https://support.hp.com/us-en +Author: HP Inc. +PackageName: HP ImageDiags 4 +PackageUrl: https://ftp.hp.com/pub/caps-softpaq/cmit/support/HP_ImageDiags.html +License: Proprietary +Copyright: Copyright © 2021 +ShortDescription: HP ImageDiags is a tool designed to help HP Support diagnose customer problems more easily. +Description: |- + HP ImageDiags is a diagnostics tool used by HP support personnel provided by HP. + It is intended to identify common issues and collect system information required to assist in identifying a resolution for customer escalations. + + Results: + • IDR HTML report is a user-friendly customer-facing report + • IDR text log file is a text document containing detailed results + • IDR zip file contains the other 2 files along with all files collected during analysis +Tags: +- Portable +ReleaseNotesUrl: https://ftp.hp.com/pub/caps-softpaq/cmit/support/HP_ImageDiags.html#:~:text=VERSION-,4.0.1.02,-Release +Documentations: +- DocumentLabel: User Guide (PDF) + DocumentUrl: https://ftp.hp.com/pub/idr/ImageDiags4/ImageDiagsUserGuide.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HP/HPImageDiags/4/4.0.1.09/HP.HPImageDiags.4.yaml b/manifests/h/HP/HPImageDiags/4/4.0.1.09/HP.HPImageDiags.4.yaml new file mode 100644 index 000000000000..a2850ca81f82 --- /dev/null +++ b/manifests/h/HP/HPImageDiags/4/4.0.1.09/HP.HPImageDiags.4.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HP.HPImageDiags.4 +PackageVersion: 4.0.1.09 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.installer.yaml b/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.installer.yaml new file mode 100644 index 000000000000..71ce92b80f88 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 1.9.25 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f3bfde38-8429-545c-a4e9-a078d87dee6c +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v1.9.25/AionUi-1.9.25-win-x64.exe + InstallerSha256: BE366EFDC69EE64EB3D28E354D3182A0D09B74D0DFE277AF1E89364EED8228BE + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v1.9.25/AionUi-1.9.25-win-x64.exe + InstallerSha256: BE366EFDC69EE64EB3D28E354D3182A0D09B74D0DFE277AF1E89364EED8228BE + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v1.9.25/AionUi-1.9.25-win-arm64.exe + InstallerSha256: F5A336C9F360AD2BC281AE2941E709814455F5570FB3832BC927A9FB6786A295 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.locale.en-US.yaml new file mode 100644 index 000000000000..436ac7889899 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 1.9.25 +PackageLocale: en-US +Publisher: aionui +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/AionUi/issues +PrivacyUrl: https://office-ai.net/privacy-policy/ +Author: Hying Technology Co., Ltd. +PackageName: AionUi +PackageUrl: https://github.com/iOfficeAI/AionUi +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/AionUi/blob/HEAD/LICENSE +Copyright: Copyright 2026 AionUi (aionui.com) +ShortDescription: Free, local, open-source GUI app for Gemini CLI — Enhance Chat Experience, Multi-tasking, Code Diff View, File & Project Management, and more +Tags: +- ai +- code +- coding +- gemini +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + Highlights + OfficeCLI Skills Refreshed + - Bundled OfficeCLI skills (pptx, docx, xlsx, pitch-deck, word-form, data-dashboard, academic-paper, financial-model, morph-ppt, morph-ppt-3d) have been resynced from upstream. The PPTX skill was heavily streamlined for clarity, the Pitch Deck skill expanded with more guidance, and the Morph helper scripts updated. + - The built-in officecli generic skill also ships the latest upstream SKILL.md, so agents routed through the generic entry point get the same fresh rules. + Documentation + - README now showcases the Hermes and OpenClaw demo videos, with broader mentions of integrated agents across all localized readmes. + What's Changed + - docs: add Hermes/OpenClaw videos and expand agent mentions in all readmes by @ringringlin in https://github.com/iOfficeAI/AionUi/pull/2749 + - chore(skills): sync officecli skills from upstream by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/2750 + - chore: bump version to 1.9.25 by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/2753 + Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v1.9.24...v1.9.25 +ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v1.9.25 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/AionUi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.locale.zh-CN.yaml b/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.locale.zh-CN.yaml new file mode 100644 index 000000000000..ca9b51c951aa --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 1.9.25 +PackageLocale: zh-CN +PublisherUrl: https://www.haiyingsec.cn/ +PrivacyUrl: https://www.office-ai.cn/privacy-policy +Author: 珠海海鹦安全科技有限公司 +ShortDescription: 免费、本地、开源的 Gemini CLI 图形界面应用 — 提升聊天体验、支持多任务处理、代码差异对比、文件与项目管理,以及更多功能 +Tags: +- gemini +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.yaml b/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.yaml new file mode 100644 index 000000000000..4a8e10f3fdfc --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.9.25/HaiYing.AionUi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 1.9.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.installer.yaml b/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.installer.yaml new file mode 100644 index 000000000000..72ec14ba0b93 --- /dev/null +++ b/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IPIP.BestTrace +PackageVersion: 3.9.6.6 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- datx +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.ipip.net/17mon/besttrace.exe + InstallerSha256: 47F6787EC5B10A98B60F9D4FC2976D13791F49C223024197D38710F0327BD305 + ProductCode: '{E13219BC-E3A4-4B47-A581-A3073470DFD5}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.locale.en-US.yaml b/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.locale.en-US.yaml new file mode 100644 index 000000000000..6027b241139e --- /dev/null +++ b/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IPIP.BestTrace +PackageVersion: 3.9.6.6 +PackageLocale: en-US +Publisher: QDXY, Inc. +PublisherUrl: https://en.ipip.net/ +PublisherSupportUrl: https://en.ipip.net/contact.html +Author: Beijing Tiantexin Technology Co., Ltd. +PackageName: Best Trace +PackageUrl: https://en.ipip.net/product/client.html +License: Proprietary +Copyright: Copyright 2013 - 2025 +ShortDescription: Initiate a traceroute request from your device with route visualization. +Description: Best Trace is a professional tool developed by IPIP.NET for users with similar needs in network, based on its own IP geolocation database and rDNS database. +Tags: +- geoip +- geolocation +- internet +- network +- ping +- traceroute +- tracert +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.locale.zh-CN.yaml b/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.locale.zh-CN.yaml new file mode 100644 index 000000000000..ee2f68250e4f --- /dev/null +++ b/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IPIP.BestTrace +PackageVersion: 3.9.6.6 +PackageLocale: zh-CN +Publisher: QDXY, Inc. +PublisherUrl: https://www.ipip.net/ +PublisherSupportUrl: https://www.ipip.net/contact.html +PrivacyUrl: https://www.ipip.net/privacy.html +Author: 北京天特信科技有限公司 +PackageName: Best Trace +PackageUrl: https://www.ipip.net/product/client.html +License: 专有软件 +Copyright: 版权所有 2013 - 2025 +ShortDescription: 从你的设备上发起 traceroute 请求,附带链路可视化。 +Description: Best Trace 是 IPIP.NET 基于自己的 IP 地理位置数据库以及 rDNS 数据库,为有网络方面同类需求的用户开发的一款专业工具软件。 +Tags: +- geoip +- geolocation +- ping +- traceroute +- tracert +- 互联网 +- 网络 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.yaml b/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.yaml new file mode 100644 index 000000000000..85c54dfbea28 --- /dev/null +++ b/manifests/i/IPIP/BestTrace/3.9.6.6/IPIP.BestTrace.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IPIP.BestTrace +PackageVersion: 3.9.6.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.installer.yaml b/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.installer.yaml new file mode 100644 index 000000000000..723861b82f6f --- /dev/null +++ b/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.installer.yaml @@ -0,0 +1,39 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IcecreamApps.PDFCandy +PackageVersion: "3.18" +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- bmp +- doc +- docx +- epub +- fb2 +- html +- jpg +- mobi +- ods +- odt +- pdf +- png +- ppt +- pptx +- rtf +- tiff +- xls +- xlsx +Installers: +- Architecture: x86 + InstallerUrl: https://downloadc.icecreamapps.com/pdfcandy_setup.exe + InstallerSha256: E564DE7703F1F3BA0CFB50B091777033AAC42ED24D737D8A7DC06C425A2DAF19 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.locale.en-US.yaml b/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.locale.en-US.yaml new file mode 100644 index 000000000000..b16b8fc15099 --- /dev/null +++ b/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IcecreamApps.PDFCandy +PackageVersion: "3.18" +PackageLocale: en-US +Publisher: Icecream Apps +PublisherUrl: https://icecreamapps.com/ +PublisherSupportUrl: https://icecreamapps.com/support.html +PrivacyUrl: https://icecreamapps.com/privacypolicy.html +Author: Icecream Apps, Ltd. +PackageName: PDF Candy Desktop +PackageUrl: https://pdfcandy.com +License: Proprietary +LicenseUrl: https://pdfcandy.com/terms-of-use.html +Copyright: Copyright (c) 2016-2021 PDF Candy. All rights reserved. +ShortDescription: PDF Candy Desktop is a versatile tool that enables you to convert files from PDF to various supported formats. +Description: PDF Candy Desktop is a versatile tool that enables you to convert files from PDF to various supported formats (PDF to DOC, PDF to JPG, etc), convert documents, ebooks and images to PDF, merge PDF, split PDF, extract images and text from PDF, edit PDF metadata, protect PDF and unlock password-protected PDF files. Most modes support processing files in a bulk. All these features are available through modern and user-friendly interface. +Moniker: pdfcandy +Tags: +- converter +- pdf +- pdf-editor +- unlocker +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.yaml b/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.yaml new file mode 100644 index 000000000000..2330aa4cedae --- /dev/null +++ b/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IcecreamApps.PDFCandy +PackageVersion: "3.18" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/iMBC/mini/3.0.16/iMBC.mini.installer.yaml b/manifests/i/iMBC/mini/3.0.16/iMBC.mini.installer.yaml new file mode 100644 index 000000000000..9e081d5989e3 --- /dev/null +++ b/manifests/i/iMBC/mini/3.0.16/iMBC.mini.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: iMBC.mini +PackageVersion: 3.0.16 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://img.imbc.com/mini/install/Win/MBC%20mini%20Setup.exe + InstallerSha256: 0DEE3428CC773BE75EA9A387AD4DEA4A98E1AB98D4522A7D28A1575015FB6292 + AppsAndFeaturesEntries: + - ProductCode: d952fa26-0ff2-5f42-9ec0-53b3cd8ae877 + Publisher: MBC mini +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/iMBC/mini/3.0.16/iMBC.mini.locale.en-US.yaml b/manifests/i/iMBC/mini/3.0.16/iMBC.mini.locale.en-US.yaml new file mode 100644 index 000000000000..8fb077664ab9 --- /dev/null +++ b/manifests/i/iMBC/mini/3.0.16/iMBC.mini.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: iMBC.mini +PackageVersion: 3.0.16 +PackageLocale: en-US +Publisher: iMBC +PublisherUrl: https://www.imbc.com/ +PublisherSupportUrl: https://help.imbc.com/ +PrivacyUrl: https://help.imbc.com/rules/privacy.html +PackageName: MBC mini +PackageUrl: https://mini.imbc.com/ +License: Proprietary +Copyright: Copyright © 2024 MBC mini +ShortDescription: MBC Radio +Moniker: mbc-mini +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/iMBC/mini/3.0.16/iMBC.mini.yaml b/manifests/i/iMBC/mini/3.0.16/iMBC.mini.yaml new file mode 100644 index 000000000000..8ec8362293f1 --- /dev/null +++ b/manifests/i/iMBC/mini/3.0.16/iMBC.mini.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: iMBC.mini +PackageVersion: 3.0.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jio/JioAICloud/2.00.25/Jio.JioAICloud.installer.yaml b/manifests/j/Jio/JioAICloud/2.00.25/Jio.JioAICloud.installer.yaml new file mode 100644 index 000000000000..d4dbd98c5d5d --- /dev/null +++ b/manifests/j/Jio/JioAICloud/2.00.25/Jio.JioAICloud.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jio.JioAICloud +PackageVersion: 2.00.25 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://static.jiocloud.com/dclient/windows/JioAICloud.exe + InstallerSha256: D449E5DA40636DCF88AC34701E9D1C36F6686E48AC419814AB652D972175B740 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jio/JioAICloud/2.00.25/Jio.JioAICloud.locale.en-US.yaml b/manifests/j/Jio/JioAICloud/2.00.25/Jio.JioAICloud.locale.en-US.yaml new file mode 100644 index 000000000000..bb139abed25f --- /dev/null +++ b/manifests/j/Jio/JioAICloud/2.00.25/Jio.JioAICloud.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jio.JioAICloud +PackageVersion: 2.00.25 +PackageLocale: en-US +Publisher: Jio +PackageName: JioAICloud +License: Proprietary +ShortDescription: Backup, store, and manage your photos, videos, music, documents, and contacts easily on JioAICloud, accessible on any device. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jio/JioAICloud/2.00.25/Jio.JioAICloud.yaml b/manifests/j/Jio/JioAICloud/2.00.25/Jio.JioAICloud.yaml new file mode 100644 index 000000000000..f532f508a1b8 --- /dev/null +++ b/manifests/j/Jio/JioAICloud/2.00.25/Jio.JioAICloud.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jio.JioAICloud +PackageVersion: 2.00.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JumpCloud/PasswordManager/3.3.45/JumpCloud.PasswordManager.installer.yaml b/manifests/j/JumpCloud/PasswordManager/3.3.45/JumpCloud.PasswordManager.installer.yaml new file mode 100644 index 000000000000..38e4861b445d --- /dev/null +++ b/manifests/j/JumpCloud/PasswordManager/3.3.45/JumpCloud.PasswordManager.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JumpCloud.PasswordManager +PackageVersion: 3.3.45 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-11-19 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.pwm.jumpcloud.com/DA/release/JumpCloud-Password-Manager-latest.exe + InstallerSha256: 215A1C6EA2426EBBE457008FEF8E91F10BBF2AC9F9799EE90D64E5539FD363C3 + ProductCode: CF8E6E00-9C03-4440-81C0-21FACB921A6B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JumpCloud/PasswordManager/3.3.45/JumpCloud.PasswordManager.locale.en-US.yaml b/manifests/j/JumpCloud/PasswordManager/3.3.45/JumpCloud.PasswordManager.locale.en-US.yaml new file mode 100644 index 000000000000..39cab2b8e82b --- /dev/null +++ b/manifests/j/JumpCloud/PasswordManager/3.3.45/JumpCloud.PasswordManager.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JumpCloud.PasswordManager +PackageVersion: 3.3.45 +PackageLocale: en-US +Publisher: JumpCloud +PublisherUrl: https://jumpcloud.com +PrivacyUrl: https://jumpcloud.com/privacy +Author: JumpCloud +PackageName: JumpCloud Password Manager +PackageUrl: https://jumpcloud.com/ +License: Proprietary +Copyright: Copyright (c) JumpCloud +ShortDescription: JumpCloud Password Manager is a full feature password management tool that provides a seamless, secure authentication experience for both end users and admins. +Tags: +- password +- security +ReleaseNotesUrl: https://jumpcloud.com/support/whats-new-password-manager-desktop-app +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JumpCloud/PasswordManager/3.3.45/JumpCloud.PasswordManager.yaml b/manifests/j/JumpCloud/PasswordManager/3.3.45/JumpCloud.PasswordManager.yaml new file mode 100644 index 000000000000..b98f3cc87ab6 --- /dev/null +++ b/manifests/j/JumpCloud/PasswordManager/3.3.45/JumpCloud.PasswordManager.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JumpCloud.PasswordManager +PackageVersion: 3.3.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/KFourInLine/master/KDE.KFourInLine.installer.yaml b/manifests/k/KDE/KFourInLine/master/KDE.KFourInLine.installer.yaml index 17940e07c2ff..0a9add6510da 100644 --- a/manifests/k/KDE/KFourInLine/master/KDE.KFourInLine.installer.yaml +++ b/manifests/k/KDE/KFourInLine/master/KDE.KFourInLine.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kfourinline Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kfourinline/master/windows/kfourinline-master-895-windows-cl-msvc2022-x86_64.exe - InstallerSha256: D1FB32E25792446AFFDA0169F3E2DCC17B9384C6CC2546BFDE55F76C92BED8E1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kfourinline/master/windows/kfourinline-master-902-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 6512466FD928D39F433C7670E3D1CC44F1BB25E069D66537219957E9F4C9BDFC InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kfourinline/master/windows/kfourinline-master-895-windows-cl-msvc2022-x86_64.exe - InstallerSha256: D1FB32E25792446AFFDA0169F3E2DCC17B9384C6CC2546BFDE55F76C92BED8E1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kfourinline/master/windows/kfourinline-master-902-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 6512466FD928D39F433C7670E3D1CC44F1BB25E069D66537219957E9F4C9BDFC InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kiten/26.04.0/KDE.Kiten.installer.yaml b/manifests/k/KDE/Kiten/26.04.0/KDE.Kiten.installer.yaml index 5a514a738150..898b43fc7764 100644 --- a/manifests/k/KDE/Kiten/26.04.0/KDE.Kiten.installer.yaml +++ b/manifests/k/KDE/Kiten/26.04.0/KDE.Kiten.installer.yaml @@ -9,14 +9,14 @@ ProductCode: Kiten Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/education/kiten/master/windows/kiten-master-983-windows-cl-msvc2022-x86_64.exe - InstallerSha256: E1AD5AD349FED7AC56D4949D3658A80E1B2245DE82FC82325255C8A83FCB77BE + InstallerUrl: https://cdn.kde.org/ci-builds/education/kiten/master/windows/kiten-master-987-windows-cl-msvc2022-x86_64.exe + InstallerSha256: A5E324927F605A9FD12C3131D8E4161E12FC5BC82185E4A9AADD3E472205EA9A InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/education/kiten/master/windows/kiten-master-983-windows-cl-msvc2022-x86_64.exe - InstallerSha256: E1AD5AD349FED7AC56D4949D3658A80E1B2245DE82FC82325255C8A83FCB77BE + InstallerUrl: https://cdn.kde.org/ci-builds/education/kiten/master/windows/kiten-master-987-windows-cl-msvc2022-x86_64.exe + InstallerSha256: A5E324927F605A9FD12C3131D8E4161E12FC5BC82185E4A9AADD3E472205EA9A InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.installer.yaml b/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.installer.yaml index d5de3f26540d..1dbf133e15e3 100644 --- a/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.installer.yaml +++ b/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.installer.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2025/Nov/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KIDASASoftware,Inc.MilestonesProfessional2023 PackageVersion: 023.000.00000 @@ -9,6 +9,6 @@ ProductCode: '{AEB3C3FA-7FB2-4776-BE08-CA32B9455BD8}' Installers: - Architecture: x64 InstallerUrl: https://kidasa.com/download/Milestones-Professional-2023.msi - InstallerSha256: 37CF28E64799C15BF0FB46BAAAAD3C3F480D15DA2E2D480B5922B2A8E88F8EF1 + InstallerSha256: 01BBCB113F1421BB1F2232152C891C0C9C2F2D86D9460E5A7314F46ABB3F07C3 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.locale.en-US.yaml b/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.locale.en-US.yaml index 4c2865b50342..9ab9581a3fce 100644 --- a/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.locale.en-US.yaml +++ b/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2025/Nov/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: KIDASASoftware,Inc.MilestonesProfessional2023 PackageVersion: 023.000.00000 @@ -9,4 +9,4 @@ PackageName: Milestones Professional 2023 License: Proprietary ShortDescription: Milestones Professional is a tool for creating presentation-ready project schedules from scratch or using project data from other software like Microsoft Project, Oracle Primavera, and Excel. ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.yaml b/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.yaml index 10ef09cce3f0..514b7ecc6140 100644 --- a/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.yaml +++ b/manifests/k/KIDASASoftware,Inc/MilestonesProfessional2023/023.000.00000/KIDASASoftware,Inc.MilestonesProfessional2023.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Nov/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KIDASASoftware,Inc.MilestonesProfessional2023 PackageVersion: 023.000.00000 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.installer.yaml b/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.installer.yaml index e80ca433bbd0..db6437821ad2 100644 --- a/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.installer.yaml +++ b/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Dec/17 +# Automatically updated by the winget bot at 2026/May/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KakaoEntertainmentCorp.MelonPlayer @@ -11,6 +11,6 @@ Scope: machine Installers: - Architecture: x86 InstallerUrl: https://cdnimg.melon.co.kr/svc/pcp/apps/MelonSetup.exe - InstallerSha256: 31879011DC2A8498B55756A091F37B951BA3A3A86F8ED7DB44D4DD8A12E65C66 + InstallerSha256: 7BDDD4D6572E9B889B47D8D38B16E1744EB1747E1F2406538543F3E0CA6243F6 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.locale.en-US.yaml b/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.locale.en-US.yaml index 05a134a2d4b1..888f2de00def 100644 --- a/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.locale.en-US.yaml +++ b/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Dec/17 +# Automatically updated by the winget bot at 2026/May/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: KakaoEntertainmentCorp.MelonPlayer diff --git a/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.yaml b/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.yaml index 800779a9578d..a4029570c102 100644 --- a/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.yaml +++ b/manifests/k/KakaoEntertainmentCorp/MelonPlayer/1.2.8/KakaoEntertainmentCorp.MelonPlayer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Dec/17 +# Automatically updated by the winget bot at 2026/May/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KakaoEntertainmentCorp.MelonPlayer diff --git a/manifests/k/Keybase/Keybase/6.6.2.2/Keybase.Keybase.installer.yaml b/manifests/k/Keybase/Keybase/6.6.2.2/Keybase.Keybase.installer.yaml new file mode 100644 index 000000000000..bcc5f1c74e42 --- /dev/null +++ b/manifests/k/Keybase/Keybase/6.6.2.2/Keybase.Keybase.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Keybase.Keybase +PackageVersion: 6.6.2.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://prerelease.keybase.io/keybase_setup_amd64.msi + InstallerSha256: 7300E5663AB9A84326ACF4A051661E1CDFCE975405370877A69553C06962EAC3 + ProductCode: '{7CDE1F4A-A4FC-4F89-9665-58DC7F66AB72}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Keybase/Keybase/6.6.2.2/Keybase.Keybase.locale.en-US.yaml b/manifests/k/Keybase/Keybase/6.6.2.2/Keybase.Keybase.locale.en-US.yaml new file mode 100644 index 000000000000..0482549efe4d --- /dev/null +++ b/manifests/k/Keybase/Keybase/6.6.2.2/Keybase.Keybase.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Keybase.Keybase +PackageVersion: 6.6.2.2 +PackageLocale: en-US +Publisher: Keybase, Inc. +PublisherUrl: https://keybase.io/ +PublisherSupportUrl: https://keybase.io/docs/bug_reporting +PrivacyUrl: https://keybase.io/docs/privacypolicy +Author: Keybase, Inc. +PackageName: Keybase +PackageUrl: https://keybase.io +License: BSD-3-Clause +LicenseUrl: https://github.com/keybase/client/blob/master/LICENSE +Copyright: Copyright (c) 2022 Keybase +ShortDescription: End-to-end encryption for things that matter. Keybase is secure messaging and file-sharing. +Moniker: keybase +Tags: +- chat +- encryption +- end-to-end +- end-to-end-encryption +- golang +- messaging +- react +- react-native +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Keybase/Keybase/6.6.2.2/Keybase.Keybase.yaml b/manifests/k/Keybase/Keybase/6.6.2.2/Keybase.Keybase.yaml new file mode 100644 index 000000000000..345a3cc527a9 --- /dev/null +++ b/manifests/k/Keybase/Keybase/6.6.2.2/Keybase.Keybase.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Keybase.Keybase +PackageVersion: 6.6.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.installer.yaml b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.installer.yaml new file mode 100644 index 000000000000..4ccbbf474a1b --- /dev/null +++ b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kubernetes.aws-iam-authenticator +PackageVersion: 0.7.15 +InstallerType: portable +Commands: +- aws-iam-authenticator +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.7.15/aws-iam-authenticator_0.7.15_windows_amd64.exe + InstallerSha256: C31495CF6713EAFBD0CC73F12E98DAAB9FF61E72AA96E3292142A51C03A55D6E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.locale.en-US.yaml b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.locale.en-US.yaml new file mode 100644 index 000000000000..4ddb2cb88e7b --- /dev/null +++ b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kubernetes.aws-iam-authenticator +PackageVersion: 0.7.15 +PackageLocale: en-US +Publisher: Kubernetes SIGs +PublisherUrl: https://kubernetes.io/ +PublisherSupportUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator/issues +PackageName: AWS IAM Authenticator +PackageUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator +License: Apache-2.0 +LicenseUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/HEAD/LICENSE +Copyright: Copyright 2026 The Kubernetes Authors. +ShortDescription: A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster +Tags: +- cluster +- docker +- k8s +- kubernetes +ReleaseNotes: |- + Changelog + - 1772610372769663e956e7722ffe1ac860ec3cc9 Merge pull request #1035 from Ganiredi/bump-version-0.7.15 + - 546f3f1dda649a2cb13f0e8a87f0a31c9564860d Bump version to 0.7.15 + - 0eadb706fa8d482776637e2259a5c22f7cb2c999 Merge pull request #1030 from Ganiredi/1.36-k8s-deps + - 57aea7f0747fd01b45499484d201f41d37404f6d 1.36.0 dependency update +ReleaseNotesUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.7.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.locale.zh-CN.yaml b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.locale.zh-CN.yaml new file mode 100644 index 000000000000..b143378a1cff --- /dev/null +++ b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kubernetes.aws-iam-authenticator +PackageVersion: 0.7.15 +PackageLocale: zh-CN +PublisherUrl: https://kubernetes.io/zh-cn/ +ShortDescription: 一款使用 AWS IAM 凭据验证 Kubernetes 集群的工具 +Tags: +- docker +- k8s +- kubernetes +- 集群 +ReleaseNotesUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.7.15 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.yaml b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.yaml new file mode 100644 index 000000000000..aa0f3f3fecc0 --- /dev/null +++ b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.15/Kubernetes.aws-iam-authenticator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Kubernetes.aws-iam-authenticator +PackageVersion: 0.7.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kurokeita/TruyenazzCrawler/1.0.1/Kurokeita.TruyenazzCrawler.installer.yaml b/manifests/k/Kurokeita/TruyenazzCrawler/1.0.1/Kurokeita.TruyenazzCrawler.installer.yaml new file mode 100644 index 000000000000..64d67d92337e --- /dev/null +++ b/manifests/k/Kurokeita/TruyenazzCrawler/1.0.1/Kurokeita.TruyenazzCrawler.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kurokeita.TruyenazzCrawler +PackageVersion: 1.0.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: truyenazz-crawl.exe + PortableCommandAlias: truyenazz-crawl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kurokeita/truyenazz-crawler/releases/download/v1.0.1/truyenazz-crawl-windows-x86_64.zip + InstallerSha256: 96EEC3C3B8DB97919FA2A5A011B3B38E900FAE8543CCC8A88AD15B6DD39A39FD +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-05 diff --git a/manifests/k/Kurokeita/TruyenazzCrawler/1.0.1/Kurokeita.TruyenazzCrawler.locale.en-US.yaml b/manifests/k/Kurokeita/TruyenazzCrawler/1.0.1/Kurokeita.TruyenazzCrawler.locale.en-US.yaml new file mode 100644 index 000000000000..c0ab5e13fd98 --- /dev/null +++ b/manifests/k/Kurokeita/TruyenazzCrawler/1.0.1/Kurokeita.TruyenazzCrawler.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kurokeita.TruyenazzCrawler +PackageVersion: 1.0.1 +PackageLocale: en-US +Publisher: Kurokeita +PublisherUrl: https://github.com/kurokeita +PublisherSupportUrl: https://github.com/kurokeita/truyenazz-crawler/issues +PackageName: truyenazz-crawler +PackageUrl: https://github.com/kurokeita/truyenazz-crawler +License: GPL-3.0 +ShortDescription: Rust crawler and EPUB builder for truyenazz.me novels +ReleaseNotesUrl: https://github.com/kurokeita/truyenazz-crawler/releases/tag/v1.0.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/kurokeita/truyenazz-crawler/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kurokeita/TruyenazzCrawler/1.0.1/Kurokeita.TruyenazzCrawler.yaml b/manifests/k/Kurokeita/TruyenazzCrawler/1.0.1/Kurokeita.TruyenazzCrawler.yaml new file mode 100644 index 000000000000..38fb87cbbf26 --- /dev/null +++ b/manifests/k/Kurokeita/TruyenazzCrawler/1.0.1/Kurokeita.TruyenazzCrawler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Kurokeita.TruyenazzCrawler +PackageVersion: 1.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kunobi-ninja/kunobi/0.1.0-beta.34/kunobi-ninja.kunobi.installer.yaml b/manifests/k/kunobi-ninja/kunobi/0.1.0-beta.34/kunobi-ninja.kunobi.installer.yaml new file mode 100644 index 000000000000..a36169e65e2c --- /dev/null +++ b/manifests/k/kunobi-ninja/kunobi/0.1.0-beta.34/kunobi-ninja.kunobi.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kunobi-ninja.kunobi +PackageVersion: 0.1.0-beta.34 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /P +UpgradeBehavior: install +Protocols: +- kunobi +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + InstallerUrl: https://r2.kunobi.ninja/v0.1.0-beta.34/Kunobi_0.1.0-beta.34_windows_x86_64.exe + InstallerSha256: A1B375F59C394FC685B7F86031D6231B30063E1D8086498E1C6637BE80169E31 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kunobi-ninja/kunobi/0.1.0-beta.34/kunobi-ninja.kunobi.locale.en-US.yaml b/manifests/k/kunobi-ninja/kunobi/0.1.0-beta.34/kunobi-ninja.kunobi.locale.en-US.yaml new file mode 100644 index 000000000000..552b658839d9 --- /dev/null +++ b/manifests/k/kunobi-ninja/kunobi/0.1.0-beta.34/kunobi-ninja.kunobi.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kunobi-ninja.kunobi +PackageVersion: 0.1.0-beta.34 +PackageLocale: en-US +Publisher: Kunobi Ninja +PublisherUrl: https://kunobi.ninja/ +PublisherSupportUrl: https://kunobi.ninja/contact +Author: Zondax AG +PackageName: kunobi +PackageUrl: https://kunobi.ninja/download +License: Proprietary +LicenseUrl: https://kunobi.ninja/terms-of-use +Copyright: Copyright (c) Zondax AG +CopyrightUrl: https://kunobi.ninja/terms-of-use +ShortDescription: Kubernetes and Gitops dashboard and management tool +Description: Operations control for GitOps and Kubernetes at scale Kunobi helps platform teams understand what is deployed, what changed, and why. Across clusters and GitOps sources +Moniker: kunobi +Tags: +- devops +- gitops +- k8s +- kubernetes +ReleaseNotesUrl: https://kunobi.ninja/changelog/v0.1.0-beta.34 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kunobi-ninja/kunobi/0.1.0-beta.34/kunobi-ninja.kunobi.yaml b/manifests/k/kunobi-ninja/kunobi/0.1.0-beta.34/kunobi-ninja.kunobi.yaml new file mode 100644 index 000000000000..6cd18feecf75 --- /dev/null +++ b/manifests/k/kunobi-ninja/kunobi/0.1.0-beta.34/kunobi-ninja.kunobi.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kunobi-ninja.kunobi +PackageVersion: 0.1.0-beta.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LabyMediaGmbH/LabyModLauncher/2.2.0/LabyMediaGmbH.LabyModLauncher.installer.yaml b/manifests/l/LabyMediaGmbH/LabyModLauncher/2.2.0/LabyMediaGmbH.LabyModLauncher.installer.yaml new file mode 100644 index 000000000000..963d2d5d57cd --- /dev/null +++ b/manifests/l/LabyMediaGmbH/LabyModLauncher/2.2.0/LabyMediaGmbH.LabyModLauncher.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LabyMediaGmbH.LabyModLauncher +PackageVersion: 2.2.0 +InstallerType: exe +Installers: +- Architecture: x64 + InstallerUrl: https://releases.r2.labymod.net/launcher/win32/x64/LabyModLauncherSetup-latest.exe + InstallerSha256: 54313EE2168388D3F28E208FA37837B9914CDB800A6F09672F08A008024A940F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LabyMediaGmbH/LabyModLauncher/2.2.0/LabyMediaGmbH.LabyModLauncher.locale.en-US.yaml b/manifests/l/LabyMediaGmbH/LabyModLauncher/2.2.0/LabyMediaGmbH.LabyModLauncher.locale.en-US.yaml new file mode 100644 index 000000000000..1670fc500d89 --- /dev/null +++ b/manifests/l/LabyMediaGmbH/LabyModLauncher/2.2.0/LabyMediaGmbH.LabyModLauncher.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LabyMediaGmbH.LabyModLauncher +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: LabyMedia GmbH +PublisherUrl: https://labymod.net +PackageName: LabyMod Launcher +PackageUrl: https://labymod.net/en/download +License: Proprietary +Copyright: Copyright © 2023 LabyMedia GmbH +ShortDescription: LabyMod Launcher +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LabyMediaGmbH/LabyModLauncher/2.2.0/LabyMediaGmbH.LabyModLauncher.yaml b/manifests/l/LabyMediaGmbH/LabyModLauncher/2.2.0/LabyMediaGmbH.LabyModLauncher.yaml new file mode 100644 index 000000000000..32912e9a2fda --- /dev/null +++ b/manifests/l/LabyMediaGmbH/LabyModLauncher/2.2.0/LabyMediaGmbH.LabyModLauncher.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LabyMediaGmbH.LabyModLauncher +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LacunaSoftware/WebPKI/2.14.0.0/LacunaSoftware.WebPKI.installer.yaml b/manifests/l/LacunaSoftware/WebPKI/2.14.0.0/LacunaSoftware.WebPKI.installer.yaml new file mode 100644 index 000000000000..698763e1c64d --- /dev/null +++ b/manifests/l/LacunaSoftware/WebPKI/2.14.0.0/LacunaSoftware.WebPKI.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LacunaSoftware.WebPKI +PackageVersion: 2.14.0.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{871C6B2B-B806-9D07-58C1-09F88DEC66F1}' +Installers: +- Architecture: x64 + InstallerUrl: https://get.webpkiplugin.com/Downloads/2.12.3/setup-win-pt + InstallerSha256: CB93E605DA2EB4B486EAB7A2E7C1C5F1D19992C56D554D7077E75A1318106019 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LacunaSoftware/WebPKI/2.14.0.0/LacunaSoftware.WebPKI.locale.en-US.yaml b/manifests/l/LacunaSoftware/WebPKI/2.14.0.0/LacunaSoftware.WebPKI.locale.en-US.yaml new file mode 100644 index 000000000000..2aefbdca52c0 --- /dev/null +++ b/manifests/l/LacunaSoftware/WebPKI/2.14.0.0/LacunaSoftware.WebPKI.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LacunaSoftware.WebPKI +PackageVersion: 2.14.0.0 +PackageLocale: en-US +Publisher: Lacuna Software +PackageName: Web PKI +License: Proprietary +ShortDescription: O Web PKI é um componente para navegadores que permite o uso de certificados digitais em páginas web, normalmente para realizar assinaturas digitais ou autenticação de usuário. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LacunaSoftware/WebPKI/2.14.0.0/LacunaSoftware.WebPKI.yaml b/manifests/l/LacunaSoftware/WebPKI/2.14.0.0/LacunaSoftware.WebPKI.yaml new file mode 100644 index 000000000000..a8292778e4d1 --- /dev/null +++ b/manifests/l/LacunaSoftware/WebPKI/2.14.0.0/LacunaSoftware.WebPKI.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LacunaSoftware.WebPKI +PackageVersion: 2.14.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Logitech/GHUB/2026.1.828335/Logitech.GHUB.installer.yaml b/manifests/l/Logitech/GHUB/2026.1.828335/Logitech.GHUB.installer.yaml index 4ba219e525cf..b37236349116 100644 --- a/manifests/l/Logitech/GHUB/2026.1.828335/Logitech.GHUB.installer.yaml +++ b/manifests/l/Logitech/GHUB/2026.1.828335/Logitech.GHUB.installer.yaml @@ -18,6 +18,6 @@ ReleaseDate: 2026-02-03 Installers: - Architecture: x64 InstallerUrl: https://download01.logi.com/web/ftp/pub/techsupport/gaming/lghub_installer.exe - InstallerSha256: FF561ACD94B159BBE6ABAF1277371A76C42A7899C895EB8C520E9C18C44C7469 + InstallerSha256: D13BF16FE50D6CAE4697482AB40A89A943903887E915542360F6329395704911 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/MAILPLUGInc/MAILPLUGMessengerDesktop/2.6.1/MAILPLUGInc.MAILPLUGMessengerDesktop.installer.yaml b/manifests/m/MAILPLUGInc/MAILPLUGMessengerDesktop/2.6.1/MAILPLUGInc.MAILPLUGMessengerDesktop.installer.yaml new file mode 100644 index 000000000000..a44687d8ed43 --- /dev/null +++ b/manifests/m/MAILPLUGInc/MAILPLUGMessengerDesktop/2.6.1/MAILPLUGInc.MAILPLUGMessengerDesktop.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MAILPLUGInc.MAILPLUGMessengerDesktop +PackageVersion: 2.6.1 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://chat.mailplug.com/download/?app=windows + InstallerSha256: 333491FD2F8620C8976811D36ECEB2B56C3DD46DBCAFA14F7BED1B5D449FEC1D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MAILPLUGInc/MAILPLUGMessengerDesktop/2.6.1/MAILPLUGInc.MAILPLUGMessengerDesktop.locale.en-US.yaml b/manifests/m/MAILPLUGInc/MAILPLUGMessengerDesktop/2.6.1/MAILPLUGInc.MAILPLUGMessengerDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..0b608854c9f8 --- /dev/null +++ b/manifests/m/MAILPLUGInc/MAILPLUGMessengerDesktop/2.6.1/MAILPLUGInc.MAILPLUGMessengerDesktop.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MAILPLUGInc.MAILPLUGMessengerDesktop +PackageVersion: 2.6.1 +PackageLocale: en-US +Publisher: MAILPLUG Inc. +PublisherUrl: https://mailplug.com/ +PublisherSupportUrl: https://www.mailplug-help.com/ +PrivacyUrl: https://mypage.mailplug.com/terms/private +PackageName: MAILPLUG Messenger Desktop +PackageUrl: https://groupware.mailplug.com/ +License: Proprietary +Copyright: Copyright © 2022 MAILPLUG Inc. +ShortDescription: MAILPLUG Messenger Desktop +Moniker: mailplug-messenger +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MAILPLUGInc/MAILPLUGMessengerDesktop/2.6.1/MAILPLUGInc.MAILPLUGMessengerDesktop.yaml b/manifests/m/MAILPLUGInc/MAILPLUGMessengerDesktop/2.6.1/MAILPLUGInc.MAILPLUGMessengerDesktop.yaml new file mode 100644 index 000000000000..57fd3d876738 --- /dev/null +++ b/manifests/m/MAILPLUGInc/MAILPLUGMessengerDesktop/2.6.1/MAILPLUGInc.MAILPLUGMessengerDesktop.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MAILPLUGInc.MAILPLUGMessengerDesktop +PackageVersion: 2.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MBISolution/happytalk/0.2.1/MBISolution.happytalk.installer.yaml b/manifests/m/MBISolution/happytalk/0.2.1/MBISolution.happytalk.installer.yaml new file mode 100644 index 000000000000..346cb42a474b --- /dev/null +++ b/manifests/m/MBISolution/happytalk/0.2.1/MBISolution.happytalk.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MBISolution.happytalk +PackageVersion: 0.2.1 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://happytalk.io/desktop_app/download/windows + InstallerSha256: CFDB99F791F8769550ADC941973B28DC13BDD91C4C6EBC9A61A7B7B48D3D65C8 + AppsAndFeaturesEntries: + - ProductCode: f2356453-3f84-5285-93e6-1a49ed58f58d +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MBISolution/happytalk/0.2.1/MBISolution.happytalk.locale.en-US.yaml b/manifests/m/MBISolution/happytalk/0.2.1/MBISolution.happytalk.locale.en-US.yaml new file mode 100644 index 000000000000..2a2de5b8ddbb --- /dev/null +++ b/manifests/m/MBISolution/happytalk/0.2.1/MBISolution.happytalk.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MBISolution.happytalk +PackageVersion: 0.2.1 +PackageLocale: en-US +Publisher: happytalk +PublisherUrl: https://happytalk.io/ +PrivacyUrl: https://happytalk.io/auth/policies +PackageName: happytalk +License: Proprietary +Copyright: Copyright © 2024 MBI SOLUTION +ShortDescription: happytalk Desktop App +Moniker: happytalk +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MBISolution/happytalk/0.2.1/MBISolution.happytalk.yaml b/manifests/m/MBISolution/happytalk/0.2.1/MBISolution.happytalk.yaml new file mode 100644 index 000000000000..91926c2ffdd4 --- /dev/null +++ b/manifests/m/MBISolution/happytalk/0.2.1/MBISolution.happytalk.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MBISolution.happytalk +PackageVersion: 0.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MadOtterGames/VillagersandHeroes/5.1.20.0/MadOtterGames.VillagersandHeroes.installer.yaml b/manifests/m/MadOtterGames/VillagersandHeroes/5.1.20.0/MadOtterGames.VillagersandHeroes.installer.yaml new file mode 100644 index 000000000000..8ae6f52c256f --- /dev/null +++ b/manifests/m/MadOtterGames/VillagersandHeroes/5.1.20.0/MadOtterGames.VillagersandHeroes.installer.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MadOtterGames.VillagersandHeroes +PackageVersion: 5.1.20.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: 90F1E042-EF03-49FB-8AAD-701FBEA7A0F1_is1 +ReleaseDate: 2026-02-24 +AppsAndFeaturesEntries: +- ProductCode: 90F1E042-EF03-49FB-8AAD-701FBEA7A0F1_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Villagers and Heroes' +Installers: +- Architecture: x64 + InstallerUrl: https://villagersandheroes.com/VHSetup.exe + InstallerSha256: D5286B7488CED4272CCAC472A51A54C90D935A5A32E65BAD981525A8ED0A15AD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MadOtterGames/VillagersandHeroes/5.1.20.0/MadOtterGames.VillagersandHeroes.locale.en-US.yaml b/manifests/m/MadOtterGames/VillagersandHeroes/5.1.20.0/MadOtterGames.VillagersandHeroes.locale.en-US.yaml new file mode 100644 index 000000000000..93cb64bf7a50 --- /dev/null +++ b/manifests/m/MadOtterGames/VillagersandHeroes/5.1.20.0/MadOtterGames.VillagersandHeroes.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MadOtterGames.VillagersandHeroes +PackageVersion: 5.1.20.0 +PackageLocale: en-US +Publisher: Mad Otter Games, Inc +PackageName: Villagers and Heroes +License: Proprietary +Copyright: © 2019 by Mad Otter Games +ShortDescription: THE WORLD'S LARGEST CROSS-PLATFORM MMO +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MadOtterGames/VillagersandHeroes/5.1.20.0/MadOtterGames.VillagersandHeroes.yaml b/manifests/m/MadOtterGames/VillagersandHeroes/5.1.20.0/MadOtterGames.VillagersandHeroes.yaml new file mode 100644 index 000000000000..3d69e1a5b2ac --- /dev/null +++ b/manifests/m/MadOtterGames/VillagersandHeroes/5.1.20.0/MadOtterGames.VillagersandHeroes.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MadOtterGames.VillagersandHeroes +PackageVersion: 5.1.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mega/MEGASync/6.2.2/Mega.MEGASync.installer.yaml b/manifests/m/Mega/MEGASync/6.3.0.1/Mega.MEGASync.installer.yaml similarity index 52% rename from manifests/m/Mega/MEGASync/6.2.2/Mega.MEGASync.installer.yaml rename to manifests/m/Mega/MEGASync/6.3.0.1/Mega.MEGASync.installer.yaml index df2c9e3bb404..2872903632fb 100644 --- a/manifests/m/Mega/MEGASync/6.2.2/Mega.MEGASync.installer.yaml +++ b/manifests/m/Mega/MEGASync/6.3.0.1/Mega.MEGASync.installer.yaml @@ -1,19 +1,25 @@ -# Created using wingetcreate 1.12.8.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Mega.MEGASync -PackageVersion: 6.2.2 +PackageVersion: 6.3.0.1 InstallerLocale: en-US InstallerType: nullsoft +Scope: machine UpgradeBehavior: install ProductCode: MEGAsync +AppsAndFeaturesEntries: +- DisplayVersion: 6.3.0 + ProductCode: MEGAsync ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\MEGAsync' Installers: - Architecture: x86 InstallerUrl: https://mega.nz/MEGAsyncSetup32.exe - InstallerSha256: 3CFE7DB97A993945E06B9922C56001D7A4CE037CCC252FD9491A8260F3E6BEB1 + InstallerSha256: 6A6A9CF4A4CD3BE846832EB5F1BC2327A6906A7793057BCFA3330B53E28DC213 - Architecture: x64 InstallerUrl: https://mega.nz/MEGAsyncSetup64.exe - InstallerSha256: 46B3CEB1BF9FEFD1AE2BAC3874E8559728A0591DAEAA1C68FA46D7EB91AA0936 + InstallerSha256: 229DC209A527297487B9A692056C63F85746E0E80C120721707F6B9AA6C0BC36 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mega/MEGASync/6.2.2/Mega.MEGASync.locale.en-US.yaml b/manifests/m/Mega/MEGASync/6.3.0.1/Mega.MEGASync.locale.en-US.yaml similarity index 88% rename from manifests/m/Mega/MEGASync/6.2.2/Mega.MEGASync.locale.en-US.yaml rename to manifests/m/Mega/MEGASync/6.3.0.1/Mega.MEGASync.locale.en-US.yaml index 1b813d582610..b370c5173525 100644 --- a/manifests/m/Mega/MEGASync/6.2.2/Mega.MEGASync.locale.en-US.yaml +++ b/manifests/m/Mega/MEGASync/6.3.0.1/Mega.MEGASync.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Mega.MEGASync -PackageVersion: 6.2.2 +PackageVersion: 6.3.0.1 PackageLocale: en-US Publisher: Mega Limited PrivacyUrl: https://mega.io/privacy diff --git a/manifests/m/Mega/MEGASync/6.3.0.1/Mega.MEGASync.yaml b/manifests/m/Mega/MEGASync/6.3.0.1/Mega.MEGASync.yaml new file mode 100644 index 000000000000..cfc9b854df3d --- /dev/null +++ b/manifests/m/Mega/MEGASync/6.3.0.1/Mega.MEGASync.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mega.MEGASync +PackageVersion: 6.3.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.installer.yaml b/manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.installer.yaml similarity index 77% rename from manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.installer.yaml rename to manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.installer.yaml index e4ba01ca517b..e519740e517a 100644 --- a/manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.installer.yaml +++ b/manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Microsoft.PowerBI -PackageVersion: 2.153.910.0 +PackageVersion: 2.153.1206.0 MinimumOSVersion: 6.2.9200.0 InstallerType: burn Scope: machine @@ -20,14 +20,14 @@ FileExtensions: - pbit - pbiviz - pbix -ProductCode: '{d84aa9ff-ded8-4c36-8c67-d7033a692899}' +ProductCode: '{afa18d15-0faf-453c-9927-7bfd91cfbd24}' AppsAndFeaturesEntries: -- ProductCode: '{d84aa9ff-ded8-4c36-8c67-d7033a692899}' +- ProductCode: '{afa18d15-0faf-453c-9927-7bfd91cfbd24}' UpgradeCode: '{06A19F6F-68BC-44A6-B3D3-26F72DE5068D}' ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://download.microsoft.com/download/8/8/0/880BCA75-79DD-466A-927D-1ABF1F5454B0/PBIDesktopSetup-2026-04_x64.exe - InstallerSha256: 5EF06598A3CEAB6706CD5D16841395C317B8C3B2DA18F9F0488E3222A96B1E65 + InstallerSha256: 1CB55A20A16D8A9F83702938CA816A16C402A845ECA700EF64134EB8009935DD ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.locale.en-US.yaml b/manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.locale.en-US.yaml similarity index 98% rename from manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.locale.en-US.yaml rename to manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.locale.en-US.yaml index 7204ea39d484..ccd5a87c548e 100644 --- a/manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.locale.en-US.yaml +++ b/manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Microsoft.PowerBI -PackageVersion: 2.153.910.0 +PackageVersion: 2.153.1206.0 PackageLocale: en-US Publisher: Microsoft Corporation PublisherUrl: https://www.microsoft.com/ diff --git a/manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.locale.zh-CN.yaml b/manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.locale.zh-CN.yaml similarity index 97% rename from manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.locale.zh-CN.yaml rename to manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.locale.zh-CN.yaml index f5140f1c2e6d..43a1df42b93c 100644 --- a/manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.locale.zh-CN.yaml +++ b/manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Microsoft.PowerBI -PackageVersion: 2.153.910.0 +PackageVersion: 2.153.1206.0 PackageLocale: zh-CN PublisherUrl: https://www.microsoft.com/zh-cn/ PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement diff --git a/manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.yaml b/manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.yaml similarity index 89% rename from manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.yaml rename to manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.yaml index d202a005a190..c4b7505ab3fb 100644 --- a/manifests/m/Microsoft/PowerBI/2.153.910.0/Microsoft.PowerBI.yaml +++ b/manifests/m/Microsoft/PowerBI/2.153.1206.0/Microsoft.PowerBI.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Microsoft.PowerBI -PackageVersion: 2.153.910.0 +PackageVersion: 2.153.1206.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.installer.yaml b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.installer.yaml new file mode 100644 index 000000000000..04f699833b51 --- /dev/null +++ b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.installer.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsVirtualDesktopAgent +PackageVersion: 1.0.13805.500 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /NORESTART +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrmXv + InstallerSha256: 79671CA55AEF1309CDBB9770BFF7847E3F851CF9FB7DCDA1E93AE72E988765E4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.locale.en-US.yaml b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.locale.en-US.yaml new file mode 100644 index 000000000000..130b70e3f21c --- /dev/null +++ b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsVirtualDesktopAgent +PackageVersion: 1.0.13805.500 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com +PublisherSupportUrl: https://support.microsoft.com +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: keyoke +PackageName: Remote Desktop Services Infrastructure Agent +PackageUrl: https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell#register-the-virtual-machines-to-the-windows-virtual-desktop-host-pool +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation +ShortDescription: Install the Windows Virtual Desktop Agent +Description: "Install the Windows Virtual Desktop Agent\nNotes\n• This package always installs the latest version of the Windows Virtual Desktop Agent, regardless of the version specified in the package. \n Microsoft do not officially offer older versions for download as the tools are self-updating.\n Because of this you may get checksum mismatch between the time Microsoft releases a new installer, and the package is automatically updated. \n• Supply the Windows Virtual Desktop Host Pool Registration Token at install time using the following command - **winget install microsoft.WindowsVirtualDesktopAgent --override 'REGISTRATIONTOKEN=\\\"\\\"'\n" +Moniker: wvd-agent +Tags: +- windows-virtual-desktop-agent +- wvd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.yaml b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.yaml new file mode 100644 index 000000000000..f76245546061 --- /dev/null +++ b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsVirtualDesktopAgent +PackageVersion: 1.0.13805.500 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microstockr/Desktopapp/3.3.34/Microstockr.Desktopapp.installer.yaml b/manifests/m/Microstockr/Desktopapp/3.3.34/Microstockr.Desktopapp.installer.yaml new file mode 100644 index 000000000000..b5523c1f342d --- /dev/null +++ b/manifests/m/Microstockr/Desktopapp/3.3.34/Microstockr.Desktopapp.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microstockr.Desktopapp +PackageVersion: 3.3.34 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://microstockr.com/downloads/MicrostockrSetup.exe + InstallerSha256: 49366ACED29BCBBB3EC73D166455827F4E384338585E63D324F76B4D1D6BD53B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microstockr/Desktopapp/3.3.34/Microstockr.Desktopapp.locale.en-US.yaml b/manifests/m/Microstockr/Desktopapp/3.3.34/Microstockr.Desktopapp.locale.en-US.yaml new file mode 100644 index 000000000000..88df537eef99 --- /dev/null +++ b/manifests/m/Microstockr/Desktopapp/3.3.34/Microstockr.Desktopapp.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microstockr.Desktopapp +PackageVersion: 3.3.34 +PackageLocale: en-US +Publisher: Microstockr +PublisherUrl: https://microstockr.com +PublisherSupportUrl: https://microstockr.com/faq +PrivacyUrl: https://microstockr.com/privacy-policy +Author: Microstockr +PackageName: Microstockr +PackageUrl: https://microstockr.com +License: Proprietary +LicenseUrl: https://microstockr.com/terms-conditions +Copyright: Copyright © 2021 Microstockr +CopyrightUrl: https://microstockr.com/terms-conditions +ShortDescription: Microstock photography made easy +Moniker: microstockr +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microstockr/Desktopapp/3.3.34/Microstockr.Desktopapp.yaml b/manifests/m/Microstockr/Desktopapp/3.3.34/Microstockr.Desktopapp.yaml new file mode 100644 index 000000000000..25bb55cb670a --- /dev/null +++ b/manifests/m/Microstockr/Desktopapp/3.3.34/Microstockr.Desktopapp.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microstockr.Desktopapp +PackageVersion: 3.3.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.installer.yaml b/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.installer.yaml new file mode 100644 index 000000000000..32c395c00592 --- /dev/null +++ b/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MoganLab.Mogan +PackageVersion: 2026.2.3 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- tm +- tp +- ts +ProductCode: MoganResearch +ReleaseDate: 2026-04-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MoganLab/mogan/releases/download/v2026.2.3/MoganSTEM-v2026.2.3-64bit-installer.exe + InstallerSha256: 997FAF522260D832F0C4CA40B5AD26AC13BFE164C6BB9318D02AC224A9675EAE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.locale.en-US.yaml b/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.locale.en-US.yaml new file mode 100644 index 000000000000..9d34a8fb3439 --- /dev/null +++ b/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.locale.en-US.yaml @@ -0,0 +1,135 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MoganLab.Mogan +PackageVersion: 2026.2.3 +PackageLocale: en-US +Publisher: XmacsLabs +PublisherUrl: https://github.com/MoganLab +PublisherSupportUrl: https://github.com/MoganLab/mogan/issues +Author: Darcy Shen +PackageName: Mogan Research +PackageUrl: https://mogan.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/MoganLab/mogan/blob/branch-1.2/LICENSE +Copyright: © 2020-2026 by Xmacs Labs +CopyrightUrl: https://github.com/MoganLab/mogan/blob/branch-1.2/COPYING +ShortDescription: A structured editor based on GNU TeXmacs +Description: |- + Mogan Editor is a structure editor delivered by the Xmacs Labs. + Mogan Editor is a libre software forked from GNU TeXmacs. +Tags: +- article +- docs +- document +- editing +- editor +- latex +- tex +- texmacs +- writing +ReleaseNotes: |- + What's Changed + - [221_3] 软件首次启动时全屏 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3142 + - [222_69] 修改引导教程第三步的完成判定条件 by @wumoin in https://github.com/MoganLab/mogan/pull/3147 + - [222_68] 教程卡片接入通用 dpi 工具类 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3146 + - [209_20] 增加 Fish(Itasca)代码块及高亮支持 by @JerryMain521 in https://github.com/MoganLab/mogan/pull/3018 + - [221_3] 再次实现软件启动时全屏 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3151 + - [216_11] 商业版标签页命名 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3154 + - [216_12] 模版中心的 pdf,png 增加 cache,修正 tmu 文件缓存位置 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3155 + - [216_15] 修复启动页标签点击时取消选中的问题和拖拽普通页无法编辑问题 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3159 + - [216_14] 启动页通用键盘桥接 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3158 + - [216_10] template 页面阅览优化 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3150 + - [216_16] 启动页 Recent 与“文件->最近使用”对齐并支持实时刷新 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3160 + - [201_25] 有序列表添加括号和半括号 by @jackmath5261-bit in https://github.com/MoganLab/mogan/pull/3153 + - [222_68] 首次启动教程第三步魔法粘贴修复 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3161 + - [216_13] 模板分类 JSON 缓存 (categories.json) 和 缩略图显示 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3163 + - [212_6] 修复 pdf 导出功能在遇到不可见字符后出现的问题 by @da-liii in https://github.com/MoganLab/mogan/pull/3156 + - [209_20] 添加 FISH 语言语法高亮 by @wumoin in https://github.com/MoganLab/mogan/pull/3148 + - [203_29] 修复 MathML 文字上下标导入错误 by @wumoin in https://github.com/MoganLab/mogan/pull/3149 + - [216_17] 删去设置里的导言区板块 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3166 + - [216_18] 设置页数学板块图标更换 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3167 + - [216_19] 样式卡片响应式布局 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3170 + - [222_68] 删去登录引导步骤 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3165 + - [201_46] 强制用户登录 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3168 + - [222_68] 错误的 OCR 快捷键修改 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3169 + - [222_68] OCR 快捷键触发修复 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3171 + - [201_104] 修复数学模式下连续输入字母不为正体的问题 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3172 + - [216_20] 模板中心改为进入页面后马上刷新 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3174 + - [216_21] 修复存在本地缓存时不会重新下载模版的问题 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3175 + - [202_14] 合并 updatenotificationbar 和 guestnotificationbar by @jackmath5261-bit in https://github.com/MoganLab/mogan/pull/3162 + - [200_53] 支持 fedora by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3177 + - [200_53] 更新 fedora-CI by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3179 + - [201_46] 添加“开启自动备份”勾选框 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3180 + - Revert "[202_14] 合并 updatenotificationbar 和 guestnotificationbar (#3… by @GatsbyUSTC in https://github.com/MoganLab/mogan/pull/3185 + - [201_46] 引导弹窗改为异步启动 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3186 + - [202 114] 调整 membership 提醒窗口与按钮,迁出 update/guest 通知项 by @jackmath5261-bit in https://github.com/MoganLab/mogan/pull/3183 + - [216_22] PDF 阅览功能优化 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3181 + - [201_46] 为主窗口添加遮罩并固定登录窗口位置 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3187 + - [201_46] 完全强制登录 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3188 + - [213_27] README 添加 UTM 链接 by @JackYansongLi in https://github.com/MoganLab/mogan/pull/3192 + - [200_33] login 按钮未登录提示,增加会员升级按钮 by @GatsbyUSTC in https://github.com/MoganLab/mogan/pull/3184 + - [222_70] 在用户首选项窗口中添加自动备份的选项 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3195 + - [201_46] 登录弹窗允许离线模式 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3193 + - [216_23] 优化模版下载 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3189 + - [216_24] 修复暗色模式下启动页勾选框不可见 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3157 + - [200_53] fedora-cd by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3196 + - [216_25] 模版板块效果优化 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3200 + - [222_71] 调整快捷键编辑器在黑夜模式下的样式 by @wumoin in https://github.com/MoganLab/mogan/pull/3199 + - [200_33] 增加版本更新小红点 by @GatsbyUSTC in https://github.com/MoganLab/mogan/pull/3202 + - [216_26] 新增从旧版 .scm 存储向新版 .json 存储的兼容迁移层 by @wumoin in https://github.com/MoganLab/mogan/pull/3201 + - [200_53] fedora-cd 修复 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3197 + - [216_27] 模版中心样式调整 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3206 + - [222_72] 隐藏 Beamer Blackboard 选项 by @wumoin in https://github.com/MoganLab/mogan/pull/3208 + - [202_114] 调整顶部通知条黑夜模式下的边界 by @jackmath5261-bit in https://github.com/MoganLab/mogan/pull/3209 + - [216_28] 优化启动页的设置页顶部的按钮 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3210 + - [216_30] File 页面简化为单一新建空白文档入口 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3212 + - [200_46] 打包脚本更新,by goldfish 17.11.46 by @yinyuscloor in https://github.com/MoganLab/mogan/pull/3214 + - [216_31] 启动页代码优化与 Scheme 字符串转义统一 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3213 + - [216_29] 模版页面格式优化 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3211 + - [200_54] 修复 gnome 上输入法定位问题 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3217 + - [200_53] 优化 linux 打包-针对 gnome by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3215 + - [216_32] 最近文档优化 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3219 + - [200_46] 打包脚本加上苹果开发者处理 by @yinyuscloor in https://github.com/MoganLab/mogan/pull/3216 + - [200_21] 升级到 Goldfish Scheme v17.11.55 by @wumoin in https://github.com/MoganLab/mogan/pull/3220 + - [216_33] Recent 列表 tooltip 闪烁修复与 Windows 重复记录去重 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3221 + - [200_55] 增加 STEM 初始化文件配置项 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3224 + - [222_68] 更换 GIF (#16) by @GatsbyUSTC in https://github.com/MoganLab/mogan/pull/3226 + - [221_4] 添加分享按钮 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3227 + - [222_73] 修复 macOS x64 平台 ui 异常的问题 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3223 + - [216_34] 更新 LLM 插件与 OCR 功能的中文翻译 by @GatsbyUSTC in https://github.com/MoganLab/mogan/pull/3225 + - [200_33] 若用户没有邮箱,则不展示 by @yinyuscloor in https://github.com/MoganLab/mogan/pull/3228 + - [203_31] 新建文档默认不分页 by @jackmath5261-bit in https://github.com/MoganLab/mogan/pull/3230 + - [200_46] cd_on_macos_arm64 工作流使用该打包脚本 by @yinyuscloor in https://github.com/MoganLab/mogan/pull/3233 + - [222_74] 修复加粗和斜体按钮快捷键显示错误 by @jackmath5261-bit in https://github.com/MoganLab/mogan/pull/3232 + - [203_29] 新增快捷键 Ctrl/Command Shift L 用于复制到 LaTeX by @jackmath5261-bit in https://github.com/MoganLab/mogan/pull/3229 + - [216_35] 首页默认模板添加 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3222 + - [221_5] 修复首次复制经常失效的问题 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3236 + - [216_1] 修复 216_1 引入的初始化延后导致的 section tag 问题 by @da-liii in https://github.com/MoganLab/mogan/pull/3239 + - [222_74] 优化标签栏比例和样式 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3237 + - [222_75] 针对 macos 的标签栏进行优化 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3241 + - [204_1] 半角符号压缩修复 by @jackmath5261-bit in https://github.com/MoganLab/mogan/pull/3243 + - [222_75] 针对 windows/linux 的标签栏优化 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3244 + - [200_56] 引导教程根据 is_community 自动开关 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3245 + - [221_6] 同步删去启动页设置页面的 default 主题选项 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3246 + - [200_33] 增加自动备份功能 by @GatsbyUSTC in https://github.com/MoganLab/mogan/pull/3240 + - [203_32] 修复 LaTeX 粘贴时 \setlength 解析导致多余 } 的问题 by @yinyuscloor in https://github.com/MoganLab/mogan/pull/3238 + - [200_57] 修复 macOS 安装包重复二进制的问题 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3247 + - [222_75] 标签栏 vip 按钮样式调整 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3248 + - [221_7] 修复右键菜单 “复制到” 的 crash 问题 by @MoonL79 in https://github.com/MoganLab/mogan/pull/3249 + - [222_76] 修改 script-status 样式 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3251 + - [222_76] 加粗和斜体的 toggle 操作逻辑优化 by @da-liii in https://github.com/MoganLab/mogan/pull/3250 + - [222_76] generic-prompt/input-color 修改 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3252 + - [222_77] macos 系统按钮位置跳动问题修复 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3253 + - [222_78] Revert 工具栏位置调整记忆 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3254 + - [200_33] 保存时也触发备份 by @GatsbyUSTC in https://github.com/MoganLab/mogan/pull/3257 + - [200_58] 自动备份中文文件名支持 by @GatsbyUSTC in https://github.com/MoganLab/mogan/pull/3258 + - [200_59] 修复 backup 按钮默认项为 on by @GatsbyUSTC in https://github.com/MoganLab/mogan/pull/3259 + - [222_79] 简化 paragraph/subparagraph 标题样式机制 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3262 + - [216_36] 删去启动页设置相关代码 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3261 + - [216_37] 启动页背景颜色调整 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3264 + - [200_60] 修复自动备份时图片错误的问题 by @GatsbyUSTC in https://github.com/MoganLab/mogan/pull/3265 + Full Changelog: https://github.com/MoganLab/mogan/compare/v2026.2.2...v2026.2.3 +ReleaseNotesUrl: https://github.com/MoganLab/mogan/releases/tag/v2026.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.locale.zh-CN.yaml b/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.locale.zh-CN.yaml new file mode 100644 index 000000000000..e1edcebb2ac7 --- /dev/null +++ b/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MoganLab.Mogan +PackageVersion: 2026.2.3 +PackageLocale: zh-CN +Publisher: XmacsLabs +PublisherUrl: https://gitee.com/MoganLab +Author: 沈浪熊猫儿 +PackageName: Mogan Research +PackageUrl: https://mogan.app/ +License: GPL-3.0 +LicenseUrl: https://gitee.com/MoganLab/mogan/blob/branch-1.2/LICENSE +Copyright: © 2020-2026 by Xmacs Labs +CopyrightUrl: https://gitee.com/MoganLab/mogan/blob/branch-1.2/COPYING +ShortDescription: 基于 GNU TeXmacs 的结构化编辑器 +Description: |- + 墨干编辑器是墨者实验室旗下的结构化编辑器。 + 墨干编辑器基于 GNU TeXmacs 研发定制的自由软件。 +Tags: +- latex +- tex +- texmacs +- 写作 +- 文档 +- 文稿 +- 文章 +- 编辑 +- 编辑器 +- 墨干编辑器 +ReleaseNotesUrl: https://github.com/MoganLab/mogan/releases/tag/v2026.2.3 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.yaml b/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.yaml new file mode 100644 index 000000000000..51e1de55c0fd --- /dev/null +++ b/manifests/m/MoganLab/Mogan/2026.2.3/MoganLab.Mogan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MoganLab.Mogan +PackageVersion: 2026.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/151.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/151.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml index 1859b682d1f3..c552cf9d6b4b 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/151.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/151.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-01 +ReleaseDate: 2026-05-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b5/win32/es-ES/Firefox%20Setup%20151.0b5.exe - InstallerSha256: 35167C26F966D063C9DAC23569A55D24C0A13CC0DC1CD33B66AEB5D8F332E3B2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b6/win32/es-ES/Firefox%20Setup%20151.0b6.exe + InstallerSha256: 15D259E7CA39B74FEFF3EFD2D9A2BAF35D2A6687FEB58F17149AEFD93AF6867B - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b5/win64/es-ES/Firefox%20Setup%20151.0b5.exe - InstallerSha256: ACAD4E76406FF5B6109FAC4687B721F8656404DCEB0E08ADE92BD8F856F798AE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b6/win64/es-ES/Firefox%20Setup%20151.0b6.exe + InstallerSha256: 80960087194F6F5D50C6FFAF8DA35B6C2DF37E8FC3F8B2A41BAC92926BE87725 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b5/win64-aarch64/es-ES/Firefox%20Setup%20151.0b5.exe - InstallerSha256: 01F54E44CE49C6317F43DD59F5E73E8E5282FE5FC4EF16E4C885619EC1091F97 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b6/win64-aarch64/es-ES/Firefox%20Setup%20151.0b6.exe + InstallerSha256: 22E70BCE2001C07899D280258BADF9889259AF96FC77EC41B79E63A92A1DCD7D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.7.1/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/1.7.1/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 000000000000..f831a943e8d5 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.7.1/NetSentinel.NetSentinel.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.7.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v1.7.1/NetSentinel-Setup-1.7.1.exe + InstallerSha256: BF8071C000A17E02706F3E61F74BCABCFCCDF30B65F008A5873D7089F3AE76FC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.7.1/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/1.7.1/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 000000000000..82e82dfb6ba6 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.7.1/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.7.1 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/master/LICENSE +ShortDescription: Network security scanner — rogue device detector, STP monitor, and connectivity analyser +Description: |- + NetSentinel is a one-stop network diagnostic and security tool for Windows. + It combines several tools that previously required separate utilities: + + • Device Fingerprinter — scans your LAN's ARP table and identifies every + device by MAC OUI, hostname, and device type (camera, smart speaker, router, etc.) + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs and flags any device + that steals the Root Bridge role and causes periodic 15-45 second outages. + • Broadcast Storm Analyser — measures broadcast/multicast packet rates and + identifies which device is flooding the network. + • IoT Behavioral Baseline — learns normal IoT traffic patterns and raises + an alert if your smart fridge starts port-scanning or talking to a C2 server. + • Root Cause Correlator — links trace results, storm data, and STP findings + into a single plain-English verdict with actionable remediation steps. + • Connection Stability Monitor — long-term background ping logger with + outage detection, jitter analysis, and a 24-hour stability score. + • TCP Port Scanner, OS Fingerprinter, CVE Lookup, DNS Leak Test, Speed Test, + ARP spoof detector, DHCP monitor, SNMP poller, and more. + + Most features require Administrator privileges for raw packet capture. + Install Npcap (https://npcap.com) for STP, Storm, and ARP modules. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- rogue-device +- stp +- lan +- diagnostics +- iot +- monitoring +- arp +- broadcast-storm +- wifi +- dns +- port-scanner +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v1.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.7.1/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/1.7.1/NetSentinel.NetSentinel.yaml new file mode 100644 index 000000000000..2a6acc40f6ea --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.7.1/NetSentinel.NetSentinel.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoFaff/InstallerClean/1.7.0/NoFaff.InstallerClean.installer.yaml b/manifests/n/NoFaff/InstallerClean/1.7.0/NoFaff.InstallerClean.installer.yaml new file mode 100644 index 000000000000..b85857daf96a --- /dev/null +++ b/manifests/n/NoFaff/InstallerClean/1.7.0/NoFaff.InstallerClean.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NoFaff.InstallerClean +PackageVersion: 1.7.0 +InstallerType: inno +Scope: machine +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/no-faff/InstallerClean/releases/download/v1.7.0/InstallerClean-setup.exe + InstallerSha256: 12A6584E2A20307FE5F7479146E776B153C263EC5CFA8F25E214D30F31D568F2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoFaff/InstallerClean/1.7.0/NoFaff.InstallerClean.locale.en-GB.yaml b/manifests/n/NoFaff/InstallerClean/1.7.0/NoFaff.InstallerClean.locale.en-GB.yaml new file mode 100644 index 000000000000..b3807f658803 --- /dev/null +++ b/manifests/n/NoFaff/InstallerClean/1.7.0/NoFaff.InstallerClean.locale.en-GB.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NoFaff.InstallerClean +PackageVersion: 1.7.0 +PackageLocale: en-GB +Publisher: No Faff +PublisherUrl: https://github.com/no-faff +PublisherSupportUrl: https://github.com/no-faff/InstallerClean/issues +Author: No Faff +PackageName: InstallerClean +PackageUrl: https://github.com/no-faff/InstallerClean +License: MIT License +LicenseUrl: https://github.com/no-faff/InstallerClean/blob/main/LICENSE +Copyright: Copyright (c) 2026 No Faff +ShortDescription: Open source tool to safely clean orphaned Windows Installer files and reclaim disk space +Description: |- + InstallerClean safely reclaims disk space by removing orphaned files from C:\Windows\Installer, the hidden folder Windows never cleans up. It queries the Windows Installer API to find installers left behind by uninstalled software and patches replaced by newer ones, then lets you delete them to the Recycle Bin or move them somewhere safe. Free, open source, no telemetry. +Moniker: installerclean +Tags: +- cleanup +- disk-space +- installer +- msi +- open-source +- patchcleaner +- windows-installer +ReleaseNotesUrl: https://github.com/no-faff/InstallerClean/releases/tag/v1.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/n/NoFaff/InstallerClean/1.7.0/NoFaff.InstallerClean.yaml b/manifests/n/NoFaff/InstallerClean/1.7.0/NoFaff.InstallerClean.yaml new file mode 100644 index 000000000000..b603a1115d3a --- /dev/null +++ b/manifests/n/NoFaff/InstallerClean/1.7.0/NoFaff.InstallerClean.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NoFaff.InstallerClean +PackageVersion: 1.7.0 +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/n/NoVirusThanks/OSArmor/Business/2.0.6.0/NoVirusThanks.OSArmor.Business.installer.yaml b/manifests/n/NoVirusThanks/OSArmor/Business/2.0.6.0/NoVirusThanks.OSArmor.Business.installer.yaml new file mode 100644 index 000000000000..156fa8bc1f0b --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Business/2.0.6.0/NoVirusThanks.OSArmor.Business.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Business +PackageVersion: 2.0.6.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: NoVirusThanks OSArmor_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\NoVirusThanks\OSArmorDevSvc' +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.osarmor.com/latest/osarmor-business/setup + InstallerSha256: 8044AA7D5F7FEC22E8B2C6892CB9065254E1687A4BE56C988DE075960E0BA08B + ProductCode: NoVirusThanks OSArmor_is1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Business/2.0.6.0/NoVirusThanks.OSArmor.Business.locale.en-US.yaml b/manifests/n/NoVirusThanks/OSArmor/Business/2.0.6.0/NoVirusThanks.OSArmor.Business.locale.en-US.yaml new file mode 100644 index 000000000000..16edce8a5ca5 --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Business/2.0.6.0/NoVirusThanks.OSArmor.Business.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Business +PackageVersion: 2.0.6.0 +PackageLocale: en-US +Publisher: NoVirusThanks Company Srl +PublisherUrl: https://www.novirusthanks.com/company/ +PublisherSupportUrl: https://www.wilderssecurity.com/threads/novirusthanks-osarmor-an-additional-layer-of-defense.398859/page-99999 +PrivacyUrl: https://www.osarmor.com/terms/#tab2:~:text=Application +PackageName: NoVirusThanks OSArmor (BUSINESS) +PackageUrl: https://www.osarmor.com/download/ +License: Proprietary (ToS) +LicenseUrl: https://www.osarmor.com/terms/ +Copyright: (c) 2020-2025 NoVirusThanks™ Company Srl - All rights reserved +CopyrightUrl: https://www.osarmor.com/download/#:~:text=%C2%A9 +ShortDescription: Prevent Malware & Ransomware +Description: > + OSArmor is a Windows OS application that monitors and blocks suspicious processes behaviors to prevent infections by malware, ransomware, and other threats. This tool analyzes parent processes and prevents, for example, MS Word from running cmd.exe or powershell.exe. It prevents ransomware from deleting shadow copies of files via vssadmin.exe, blocks processes with double file extensions (i.e invoice.pdf.exe), blocks USB-spreading malware, and much more. It is lightweight, requires zero user input and protects your system while running in the background. In combination with OSArmor you can also use SysHardener to harden even more Windows OS settings. +Agreements: +- AgreementLabel: Terms & Privacy Policy + AgreementUrl: https://www.osarmor.com/terms/#tab2:~:text=Application +PurchaseUrl: https://www.osarmor.com/pricing/ +Documentations: +- DocumentLabel: FAQs + DocumentUrl: https://www.osarmor.com/faqs/ +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.osarmor.com/video-tutorials/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Business/2.0.6.0/NoVirusThanks.OSArmor.Business.yaml b/manifests/n/NoVirusThanks/OSArmor/Business/2.0.6.0/NoVirusThanks.OSArmor.Business.yaml new file mode 100644 index 000000000000..7fa3e826fd34 --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Business/2.0.6.0/NoVirusThanks.OSArmor.Business.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Business +PackageVersion: 2.0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Enterprise/2.0.6.0/NoVirusThanks.OSArmor.Enterprise.installer.yaml b/manifests/n/NoVirusThanks/OSArmor/Enterprise/2.0.6.0/NoVirusThanks.OSArmor.Enterprise.installer.yaml new file mode 100644 index 000000000000..53a3744b1480 --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Enterprise/2.0.6.0/NoVirusThanks.OSArmor.Enterprise.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Enterprise +PackageVersion: 2.0.6.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: NoVirusThanks OSArmor_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\NoVirusThanks\OSArmorDevSvc' +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.osarmor.com/latest/osarmor-enterprise/setup + InstallerSha256: 612E6BDFF297F531FA1E2BB8B2DC4DDF39D56AF65D7F9C3448D338A0A4DF8F72 + ProductCode: NoVirusThanks OSArmor_is1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Enterprise/2.0.6.0/NoVirusThanks.OSArmor.Enterprise.locale.en-US.yaml b/manifests/n/NoVirusThanks/OSArmor/Enterprise/2.0.6.0/NoVirusThanks.OSArmor.Enterprise.locale.en-US.yaml new file mode 100644 index 000000000000..0ecf2fdbb546 --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Enterprise/2.0.6.0/NoVirusThanks.OSArmor.Enterprise.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Enterprise +PackageVersion: 2.0.6.0 +PackageLocale: en-US +Publisher: NoVirusThanks Company Srl +PublisherUrl: https://www.novirusthanks.com/company/ +PublisherSupportUrl: https://www.wilderssecurity.com/threads/novirusthanks-osarmor-an-additional-layer-of-defense.398859/page-99999 +PrivacyUrl: https://www.osarmor.com/terms/#tab2:~:text=Application +PackageName: NoVirusThanks OSArmor (ENTERPRISE) +PackageUrl: https://www.osarmor.com/download/ +License: Proprietary (ToS) +LicenseUrl: https://www.osarmor.com/terms/ +Copyright: (c) 2020-2025 NoVirusThanks™ Company Srl - All rights reserved +CopyrightUrl: https://www.osarmor.com/download/#:~:text=%C2%A9 +ShortDescription: Prevent Malware & Ransomware +Description: > + OSArmor is a Windows OS application that monitors and blocks suspicious processes behaviors to prevent infections by malware, ransomware, and other threats. This tool analyzes parent processes and prevents, for example, MS Word from running cmd.exe or powershell.exe. It prevents ransomware from deleting shadow copies of files via vssadmin.exe, blocks processes with double file extensions (i.e invoice.pdf.exe), blocks USB-spreading malware, and much more. It is lightweight, requires zero user input and protects your system while running in the background. In combination with OSArmor you can also use SysHardener to harden even more Windows OS settings. +Agreements: +- AgreementLabel: Terms & Privacy Policy + AgreementUrl: https://www.osarmor.com/terms/#tab2:~:text=Application +PurchaseUrl: https://www.osarmor.com/pricing/ +Documentations: +- DocumentLabel: FAQs + DocumentUrl: https://www.osarmor.com/faqs/ +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.osarmor.com/video-tutorials/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Enterprise/2.0.6.0/NoVirusThanks.OSArmor.Enterprise.yaml b/manifests/n/NoVirusThanks/OSArmor/Enterprise/2.0.6.0/NoVirusThanks.OSArmor.Enterprise.yaml new file mode 100644 index 000000000000..8576c819acc2 --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Enterprise/2.0.6.0/NoVirusThanks.OSArmor.Enterprise.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Enterprise +PackageVersion: 2.0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NovaBACKUPCorporation/NovaBACKUP/21.3.410.2/NovaBACKUPCorporation.NovaBACKUP.installer.yaml b/manifests/n/NovaBACKUPCorporation/NovaBACKUP/21.3.410.2/NovaBACKUPCorporation.NovaBACKUP.installer.yaml new file mode 100644 index 000000000000..d481da711937 --- /dev/null +++ b/manifests/n/NovaBACKUPCorporation/NovaBACKUP/21.3.410.2/NovaBACKUPCorporation.NovaBACKUP.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NovaBACKUPCorporation.NovaBACKUP +PackageVersion: 21.3.410.2 +InstallerType: exe +InstallerSwitches: + Silent: /q /noreboot /ComponentArgs "Backup Client":"REBOOT=ReallySuppress SUPPRESS_ONLINE_ACTIVATION=yes" + SilentWithProgress: /q /noreboot /ComponentArgs "Backup Client":"REBOOT=ReallySuppress SUPPRESS_ONLINE_ACTIVATION=yes" +Installers: +- Architecture: x64 + InstallerUrl: https://filestore.novabackup.com/Downloads/NovaBACKUP/Current/Setup-NB-Server-Agent.exe + InstallerSha256: E61782243205803A4B4CFFD5A1767B0EC499DF4E36F76E46B9DA8B2B33CCFCD1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NovaBACKUPCorporation/NovaBACKUP/21.3.410.2/NovaBACKUPCorporation.NovaBACKUP.locale.en-US.yaml b/manifests/n/NovaBACKUPCorporation/NovaBACKUP/21.3.410.2/NovaBACKUPCorporation.NovaBACKUP.locale.en-US.yaml new file mode 100644 index 000000000000..92cbd7aa218c --- /dev/null +++ b/manifests/n/NovaBACKUPCorporation/NovaBACKUP/21.3.410.2/NovaBACKUPCorporation.NovaBACKUP.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NovaBACKUPCorporation.NovaBACKUP +PackageVersion: 21.3.410.2 +PackageLocale: en-US +Publisher: NovaBACKUP Corporation +PackageName: NovaBACKUP +License: Proprietary +Copyright: Copyright © 1987-2025 NovaStor Corporation. All rights reserved. +ShortDescription: NovaBACKUP +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NovaBACKUPCorporation/NovaBACKUP/21.3.410.2/NovaBACKUPCorporation.NovaBACKUP.yaml b/manifests/n/NovaBACKUPCorporation/NovaBACKUP/21.3.410.2/NovaBACKUPCorporation.NovaBACKUP.yaml new file mode 100644 index 000000000000..6602f8953dc8 --- /dev/null +++ b/manifests/n/NovaBACKUPCorporation/NovaBACKUP/21.3.410.2/NovaBACKUPCorporation.NovaBACKUP.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NovaBACKUPCorporation.NovaBACKUP +PackageVersion: 21.3.410.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NovabenchInc/Novabench/6.0.1/NovabenchInc.Novabench.installer.yaml b/manifests/n/NovabenchInc/Novabench/6.0.1/NovabenchInc.Novabench.installer.yaml new file mode 100644 index 000000000000..f5b3986d8617 --- /dev/null +++ b/manifests/n/NovabenchInc/Novabench/6.0.1/NovabenchInc.Novabench.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NovabenchInc.Novabench +PackageVersion: 6.0.1 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{41FD3396-69CF-41FB-BF1B-89A03C6C131C}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.novabench.net/novabench.msi + InstallerSha256: F256CF01C1C2CE0BDE9E8A886BE4C07CD3C10509E668690BB3A0738868D54E65 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NovabenchInc/Novabench/6.0.1/NovabenchInc.Novabench.locale.en-US.yaml b/manifests/n/NovabenchInc/Novabench/6.0.1/NovabenchInc.Novabench.locale.en-US.yaml new file mode 100644 index 000000000000..842355a3bddb --- /dev/null +++ b/manifests/n/NovabenchInc/Novabench/6.0.1/NovabenchInc.Novabench.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NovabenchInc.Novabench +PackageVersion: 6.0.1 +PackageLocale: en-US +Publisher: Novabench Inc. +PackageName: Novabench +License: Freeware +ShortDescription: Novabench is a benchmarking utility to test your computer's performance. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NovabenchInc/Novabench/6.0.1/NovabenchInc.Novabench.yaml b/manifests/n/NovabenchInc/Novabench/6.0.1/NovabenchInc.Novabench.yaml new file mode 100644 index 000000000000..fa38158305ac --- /dev/null +++ b/manifests/n/NovabenchInc/Novabench/6.0.1/NovabenchInc.Novabench.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NovabenchInc.Novabench +PackageVersion: 6.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/FlowConnectDesigner/1.0.0.203/Novacura.FlowConnectDesigner.installer.yaml b/manifests/n/Novacura/FlowConnectDesigner/1.0.0.203/Novacura.FlowConnectDesigner.installer.yaml new file mode 100644 index 000000000000..f0ab1c2bf24a --- /dev/null +++ b/manifests/n/Novacura/FlowConnectDesigner/1.0.0.203/Novacura.FlowConnectDesigner.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Novacura.FlowConnectDesigner +PackageVersion: 1.0.0.203 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{E838DD48-773D-4385-A45E-C1E3C09B0AA0}_is1' +ReleaseDate: 2025-04-23 +AppsAndFeaturesEntries: +- ProductCode: '{E838DD48-773D-4385-A45E-C1E3C09B0AA0}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Novacura\Flow Connect Designer' +Installers: +- Architecture: x86 + InstallerUrl: https://public.novacura.com/public-storage/designer-cloud-installers/Flow%20Cloud%20Studio%20Designer%20Setup.exe + InstallerSha256: F51532097AF1B070A58FCAAB87BECAA23AED4261969EE0E1A8F5835F9816A925 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/FlowConnectDesigner/1.0.0.203/Novacura.FlowConnectDesigner.locale.en-US.yaml b/manifests/n/Novacura/FlowConnectDesigner/1.0.0.203/Novacura.FlowConnectDesigner.locale.en-US.yaml new file mode 100644 index 000000000000..2c0470c77185 --- /dev/null +++ b/manifests/n/Novacura/FlowConnectDesigner/1.0.0.203/Novacura.FlowConnectDesigner.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Novacura.FlowConnectDesigner +PackageVersion: 1.0.0.203 +PackageLocale: en-US +Publisher: Novacura AB +PublisherUrl: https://www.novacura.com/ +Author: Novacura AB +PackageName: Flow Connect Designer +License: Proprietary +Copyright: Copyright (C) NovaCura AB, all rights reserved +ShortDescription: The Flow Connect Designer is used for developing applications and components. It needs to be installed on a Windows computer. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/FlowConnectDesigner/1.0.0.203/Novacura.FlowConnectDesigner.yaml b/manifests/n/Novacura/FlowConnectDesigner/1.0.0.203/Novacura.FlowConnectDesigner.yaml new file mode 100644 index 000000000000..74ac0d8cdf42 --- /dev/null +++ b/manifests/n/Novacura/FlowConnectDesigner/1.0.0.203/Novacura.FlowConnectDesigner.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Novacura.FlowConnectDesigner +PackageVersion: 1.0.0.203 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.508/Novacura.WindowsClient.installer.yaml b/manifests/n/Novacura/WindowsClient/1.0.508/Novacura.WindowsClient.installer.yaml new file mode 100644 index 000000000000..4a741fcba8ea --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.508/Novacura.WindowsClient.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.508 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{21CF6F59-8881-48DC-BF6C-0D90CDB5BAA7}}_is1' +ReleaseDate: 2025-05-15 +AppsAndFeaturesEntries: +- ProductCode: '{21CF6F59-8881-48DC-BF6C-0D90CDB5BAA7}}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Novacura\ConnectWebForms' +Installers: +- Architecture: x64 + InstallerUrl: https://public.novacura.com/public-storage/client-cloud-installers/Flow%20Connect%20-%20Windows%20Client.exe + InstallerSha256: 6E9C51B45F2AD6354543138A429291B0414BA29D18D531D35D13DB8AB1ABC1ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.508/Novacura.WindowsClient.locale.en-US.yaml b/manifests/n/Novacura/WindowsClient/1.0.508/Novacura.WindowsClient.locale.en-US.yaml new file mode 100644 index 000000000000..326cc2597f0e --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.508/Novacura.WindowsClient.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.508 +PackageLocale: en-US +Publisher: Novacura +PublisherUrl: https://www.novacura.com/ +Author: Novacura AB +PackageName: Flow Connect - Windows Client +License: Proprietary +Copyright: Copyright (C) NovaCura AB, all rights reserved +ShortDescription: The Windows client is primarily used for debugging your applications and components. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.508/Novacura.WindowsClient.yaml b/manifests/n/Novacura/WindowsClient/1.0.508/Novacura.WindowsClient.yaml new file mode 100644 index 000000000000..506e4855cbf0 --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.508/Novacura.WindowsClient.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.508 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nelsonduarte/PDFApps/1.13.7/nelsonduarte.PDFApps.installer.yaml b/manifests/n/nelsonduarte/PDFApps/1.13.7/nelsonduarte.PDFApps.installer.yaml new file mode 100644 index 000000000000..50b954ac1dd1 --- /dev/null +++ b/manifests/n/nelsonduarte/PDFApps/1.13.7/nelsonduarte.PDFApps.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: nelsonduarte.PDFApps +PackageVersion: 1.13.7 +InstallerType: portable +Scope: user +Commands: +- pdfapps +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nelsonduarte/PDFApps/releases/download/v1.13.7/PDFAppsSetup.exe + InstallerSha256: B3516D2FD5CD8709015D70BBA461B975885BC6312C16138FD4D2DF3A1A00D923 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-05 diff --git a/manifests/n/nelsonduarte/PDFApps/1.13.7/nelsonduarte.PDFApps.locale.en-US.yaml b/manifests/n/nelsonduarte/PDFApps/1.13.7/nelsonduarte.PDFApps.locale.en-US.yaml new file mode 100644 index 000000000000..9c111ecd9896 --- /dev/null +++ b/manifests/n/nelsonduarte/PDFApps/1.13.7/nelsonduarte.PDFApps.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nelsonduarte.PDFApps +PackageVersion: 1.13.7 +PackageLocale: en-US +Publisher: Nelson Duarte +PublisherUrl: https://github.com/nelsonduarte +PublisherSupportUrl: https://github.com/nelsonduarte/PDFApps/issues +Author: Nelson Duarte +PackageName: PDFApps +PackageUrl: https://nelsonduarte.github.io/PDFApps/ +License: MIT +LicenseUrl: https://github.com/nelsonduarte/PDFApps/blob/main/LICENSE +Copyright: Copyright (c) Nelson Duarte +ShortDescription: Fast, offline, subscription-free PDF editor +Description: |- + PDFApps is an all-in-one PDF editor with 13 built-in tools: split, merge, rotate, + extract, reorder, compress, encrypt, watermark, OCR, convert (PNG/JPG/DOCX/TXT), + visual editor (redact, text, images, signatures, highlights, notes), import + (TXT/images/Markdown), and metadata viewer. + + Features include continuous-scroll viewer, presentation mode (F5), fullscreen + (F11), tabbed viewing, dark/light themes, drag and drop, multi-select PDF open, + and 8-language interface (EN, PT, ES, FR, DE, ZH, IT, NL). + + 100% offline. No subscriptions, no cloud uploads, no account required. +Moniker: pdfapps +Tags: +- pdf +- pdf-editor +- pdf-viewer +- pdf-tools +- offline +- open-source +- ocr +- split +- merge +- compress +- encrypt +- watermark +ReleaseNotesUrl: https://github.com/nelsonduarte/PDFApps/releases/tag/v1.13.7 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/nelsonduarte/PDFApps/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nelsonduarte/PDFApps/1.13.7/nelsonduarte.PDFApps.yaml b/manifests/n/nelsonduarte/PDFApps/1.13.7/nelsonduarte.PDFApps.yaml new file mode 100644 index 000000000000..1dc9782288d2 --- /dev/null +++ b/manifests/n/nelsonduarte/PDFApps/1.13.7/nelsonduarte.PDFApps.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: nelsonduarte.PDFApps +PackageVersion: 1.13.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlexSysLtd/Olex2Installer/1.0.0.7/OlexSysLtd.Olex2Installer.installer.yaml b/manifests/o/OlexSysLtd/Olex2Installer/1.0.0.7/OlexSysLtd.Olex2Installer.installer.yaml new file mode 100644 index 000000000000..bf8f29833762 --- /dev/null +++ b/manifests/o/OlexSysLtd/Olex2Installer/1.0.0.7/OlexSysLtd.Olex2Installer.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OlexSysLtd.Olex2Installer +PackageVersion: 1.0.0.7 +InstallerType: exe +Installers: +- Architecture: x86 + InstallerUrl: https://secure.olex2.org/olex2-distro/olex2-installer.exe + InstallerSha256: 0FBDB64F2BC263E7DCA9F815D0E8D3FB9A464B24B6BB1E84C8A55F2F576ED008 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlexSysLtd/Olex2Installer/1.0.0.7/OlexSysLtd.Olex2Installer.locale.en-US.yaml b/manifests/o/OlexSysLtd/Olex2Installer/1.0.0.7/OlexSysLtd.Olex2Installer.locale.en-US.yaml new file mode 100644 index 000000000000..ce2ef51fe347 --- /dev/null +++ b/manifests/o/OlexSysLtd/Olex2Installer/1.0.0.7/OlexSysLtd.Olex2Installer.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OlexSysLtd.Olex2Installer +PackageVersion: 1.0.0.7 +PackageLocale: en-US +Publisher: OlexSys Ltd +PackageName: Olex2 Installer +License: BSD +Copyright: (c) OlexSys Ltd, 2009-2021. All rights reserved. +ShortDescription: Olex2 Installer +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlexSysLtd/Olex2Installer/1.0.0.7/OlexSysLtd.Olex2Installer.yaml b/manifests/o/OlexSysLtd/Olex2Installer/1.0.0.7/OlexSysLtd.Olex2Installer.yaml new file mode 100644 index 000000000000..163f7dd13548 --- /dev/null +++ b/manifests/o/OlexSysLtd/Olex2Installer/1.0.0.7/OlexSysLtd.Olex2Installer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OlexSysLtd.Olex2Installer +PackageVersion: 1.0.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.installer.yaml b/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.installer.yaml new file mode 100644 index 000000000000..45ffa9804776 --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ollama.Ollama +PackageVersion: 0.23.1 +InstallerType: inno +Scope: user +UpgradeBehavior: install +Commands: +- ollama +ProductCode: '{44E83376-CE68-45EB-8FC1-393500EB558C}_is1' +ReleaseDate: 2026-05-05 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Ollama' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ollama/ollama/releases/download/v0.23.1/OllamaSetup.exe + InstallerSha256: 712100032E0717906550D9B618A501D7FA126A399389649AB192F73C4A7CAB83 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.locale.en-US.yaml b/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.locale.en-US.yaml new file mode 100644 index 000000000000..38343cb260f6 --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ollama.Ollama +PackageVersion: 0.23.1 +PackageLocale: en-US +Publisher: Ollama +PublisherUrl: https://ollama.com/ +PublisherSupportUrl: https://github.com/ollama/ollama/issues +PackageName: Ollama +PackageUrl: https://ollama.com/ +License: MIT +LicenseUrl: https://github.com/ollama/ollama/blob/HEAD/LICENSE +Copyright: Copyright (c) Ollama +ShortDescription: Get up and running with large language models locally. +Tags: +- ai +- chatbot +- deepseek +- large-language-model +- llama +- llm +- mistral +- qwen +ReleaseNotes: |- + Gemma 4 MTP (Multi-token Processing) for the MLX runner + Gemma 4 MTP speculative decoding is now supported on Macs. This can give over a 2x speed increase for the Gemma 4 31B model on coding tasks. + ollama run gemma4:31b-coding-mtp-bf16 + What's Changed + - Update MLX and MLX-C with threading fixes by @dhiltgen in https://github.com/ollama/ollama/pull/15845 + - go: bump to 1.26 by @ParthSareen in https://github.com/ollama/ollama/pull/15904 + - Add Gemma 4 MTP speculative decoding by @pdevine in https://github.com/ollama/ollama/pull/15980 + Full Changelog: https://github.com/ollama/ollama/compare/v0.23.0...v0.23.1-rc0 +ReleaseNotesUrl: https://github.com/ollama/ollama/releases/tag/v0.23.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.ollama.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.locale.zh-CN.yaml b/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.locale.zh-CN.yaml new file mode 100644 index 000000000000..7bc23543ef69 --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ollama.Ollama +PackageVersion: 0.23.1 +PackageLocale: zh-CN +ShortDescription: 在本地启动并运行大型语言模型 +Tags: +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 深度求索 +- 聊天机器人 +- 通义千问 +ReleaseNotesUrl: https://github.com/ollama/ollama/releases/tag/v0.23.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.ollama.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.yaml b/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.yaml new file mode 100644 index 000000000000..3d3e7bdbaaec --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.23.1/Ollama.Ollama.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Ollama.Ollama +PackageVersion: 0.23.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oscillicious/RocketBroadcaster/Free/1.4.13/Oscillicious.RocketBroadcaster.Free.installer.yaml b/manifests/o/Oscillicious/RocketBroadcaster/Free/1.4.13/Oscillicious.RocketBroadcaster.Free.installer.yaml new file mode 100644 index 000000000000..9e9f63f489dd --- /dev/null +++ b/manifests/o/Oscillicious/RocketBroadcaster/Free/1.4.13/Oscillicious.RocketBroadcaster.Free.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oscillicious.RocketBroadcaster.Free +PackageVersion: 1.4.13 +InstallerLocale: en-US +Scope: machine +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{F705BF66-A97E-47E4-860A-DA1E5312CB3D}_is1' +ReleaseDate: 2024-10-15 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.oscillicious.com/rocketbroadcaster/free/rocketbroadcaster_setup.exe + InstallerSha256: 1C0632ECDE373A02A9AC9BBC2A7CA586294AED89233A837F30D9327215DB3923 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oscillicious/RocketBroadcaster/Free/1.4.13/Oscillicious.RocketBroadcaster.Free.locale.en-US.yaml b/manifests/o/Oscillicious/RocketBroadcaster/Free/1.4.13/Oscillicious.RocketBroadcaster.Free.locale.en-US.yaml new file mode 100644 index 000000000000..11f28e68b7ee --- /dev/null +++ b/manifests/o/Oscillicious/RocketBroadcaster/Free/1.4.13/Oscillicious.RocketBroadcaster.Free.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oscillicious.RocketBroadcaster.Free +PackageVersion: 1.4.13 +PackageLocale: en-US +Publisher: Oscillicious +PublisherUrl: https://www.rocketbroadcaster.com/ +PublisherSupportUrl: https://www.oscillicious.com/support +PrivacyUrl: https://www.oscillicious.com/privacypolicy +PackageName: Rocket Broadcaster +PackageUrl: https://www.rocketbroadcaster.com/ +License: Proprietary +Copyright: Copyright © Radio Mast, Inc. 2011 - 2024 +ShortDescription: Broadcast live to your internet radio station +ReleaseNotesUrl: https://www.rocketbroadcaster.com/streaming-audio-server/rocket-broadcaster-1.4-released.html +PurchaseUrl: https://www.rocketbroadcaster.com/pro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oscillicious/RocketBroadcaster/Free/1.4.13/Oscillicious.RocketBroadcaster.Free.yaml b/manifests/o/Oscillicious/RocketBroadcaster/Free/1.4.13/Oscillicious.RocketBroadcaster.Free.yaml new file mode 100644 index 000000000000..1c3cc75093d5 --- /dev/null +++ b/manifests/o/Oscillicious/RocketBroadcaster/Free/1.4.13/Oscillicious.RocketBroadcaster.Free.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Oscillicious.RocketBroadcaster.Free +PackageVersion: 1.4.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/osquery/osquery/5.23.0/osquery.osquery.installer.yaml b/manifests/o/osquery/osquery/5.23.0/osquery.osquery.installer.yaml new file mode 100644 index 000000000000..694b4cb4413f --- /dev/null +++ b/manifests/o/osquery/osquery/5.23.0/osquery.osquery.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: osquery.osquery +PackageVersion: 5.23.0 +InstallerLocale: en-US +InstallerType: wix +Scope: user +UpgradeBehavior: install +ProductCode: '{B452DD34-AF8A-4D5A-AAF4-05A53F04638A}' +ReleaseDate: 2026-04-26 +AppsAndFeaturesEntries: +- ProductCode: '{B452DD34-AF8A-4D5A-AAF4-05A53F04638A}' + UpgradeCode: '{EA6C7327-461E-4033-847C-ACDF2B85DEDE}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/osquery' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/osquery/osquery/releases/download/5.23.0/osquery-5.23.0.msi + InstallerSha256: 5060C7CC21BC00258B5D7822A769CB619FF432C02BA89F6C1B6CBFA127D59B40 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/osquery/osquery/5.23.0/osquery.osquery.locale.en-US.yaml b/manifests/o/osquery/osquery/5.23.0/osquery.osquery.locale.en-US.yaml new file mode 100644 index 000000000000..c8e54bcd6b69 --- /dev/null +++ b/manifests/o/osquery/osquery/5.23.0/osquery.osquery.locale.en-US.yaml @@ -0,0 +1,64 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: osquery.osquery +PackageVersion: 5.23.0 +PackageLocale: en-US +Publisher: osquery +PublisherUrl: https://www.osquery.io/ +PublisherSupportUrl: https://github.com/osquery/osquery/issues +PackageName: osquery +PackageUrl: https://osquery.io/ +License: Apache-2.0 OR GPL-2.0-only +LicenseUrl: https://github.com/osquery/osquery/blob/HEAD/LICENSE +ShortDescription: SQL powered operating system instrumentation, monitoring, and analytics. +Tags: +- hacktoberfest +- intrusion-detection +- monitoring +- security +- sql +ReleaseNotes: |- + What's Changed + Features + - Add process memory scanning capability to yara table by @brian-mckinney in #8782 + - Split yara tables into yara_process and yara_file by @brian-mckinney in #8835 + - Add Windows process_open_handles table by @brian-mckinney in #8795 + - Add secureboot_certificates table for Linux by @zwass in #8844 + - Extend python_packages and npm_packages to cover modern package managers by @ariary in #8801 + - Add level filtering to the unified_log table by @directionless in #8788 + - Disallow newlines in curl custom headers by @directionless in #8787 + - Supplement LaunchServices with directory scanning in apps table (#8789) by @getvictor in #8790 + - Command line flags for query input and output by @directionless in #8786 + - New header-based authentication mechanism for remote APIs by @juan-fdz-hawa in #8805 + - Add recursion to npm_packages by @directionless in #8809 + - Make profile.py performance thresholds configurable via CLI flags by @stefanamaerz in #8841 + - Add ROOT\default to WMI tables by @directionless in #8810 + Build & Dependencies + - Update expat to 2.7.4 to fix CVE-2026-25210 by @Sampriti2803 in #8794 + - Fix GCC 15 compatibility by @carlsmedstad in #8837 + Fixes + - Fix macOS keychain corruption when accessing non-SSV keychain files by copying to temporary files first by @lucasmrod in #8840 + - Fix incorrect example queries in table specs by @edwardsb in #8791 + - Improve network_name detection on macOS wifi_status table by @lucasmrod in #8781 + - Fix a bug in apt_sources parsing by @directionless in #8785 + - Add NOCASE and VERSION collation to various columns by @directionless in #8813 + - Increase the limit on systemd unit iteration by @directionless in #8802 + - Fix format string vulnerability in shell.cpp disconnect_socket() by @directionless in #8824 + - Fix saving file times in file carves by @zwass in #8819 + - Fix empty results from office_mru table by @thierryfranzetti in #8838 + - Fix multiple security vulnerabilities in smc_keys.cpp by @directionless in #8820 + - Fix gatekeeper table on macOS 15+ by @thierryfranzetti in #8831 + - Fix container bounds checking vulnerabilities by @directionless in #8825 + - Reduce noisy logs from chrome_extensions by @lucasmrod in #8792 + New Contributors + - @edwardsb made their first contribution in #8791 + - @Sampriti2803 made their first contribution in #8794 + - @ariary made their first contribution in #8801 + - @juan-fdz-hawa made their first contribution in #8805 + - @thierryfranzetti made their first contribution in #8838 + - @stefanamaerz made their first contribution in #8841 + Full Changelog: 5.22.1...5.23.0 +ReleaseNotesUrl: https://github.com/osquery/osquery/releases/tag/5.23.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/osquery/osquery/5.23.0/osquery.osquery.yaml b/manifests/o/osquery/osquery/5.23.0/osquery.osquery.yaml new file mode 100644 index 000000000000..f9319926d0d6 --- /dev/null +++ b/manifests/o/osquery/osquery/5.23.0/osquery.osquery.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: osquery.osquery +PackageVersion: 5.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxlint/1.63.0/oxc-project.oxlint.installer.yaml b/manifests/o/oxc-project/oxlint/1.63.0/oxc-project.oxlint.installer.yaml new file mode 100644 index 000000000000..b450952217e4 --- /dev/null +++ b/manifests/o/oxc-project/oxlint/1.63.0/oxc-project.oxlint.installer.yaml @@ -0,0 +1,31 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxlint +PackageVersion: 1.63.0 +InstallerType: zip +NestedInstallerType: portable +Commands: +- oxlint +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: oxlint-i686-pc-windows-msvc.exe + PortableCommandAlias: oxlint + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.63.0/oxlint-i686-pc-windows-msvc.zip + InstallerSha256: 2E8F4CED504CDC418B5A931372F1C5733C6A56971F5D656AEC6F1C9B21C7205C +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: oxlint-x86_64-pc-windows-msvc.exe + PortableCommandAlias: oxlint + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.63.0/oxlint-x86_64-pc-windows-msvc.zip + InstallerSha256: D514B21945DEECB1ACE4B08CE9F851403F57519E1D5787DF8975FC21E79E1826 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: oxlint-aarch64-pc-windows-msvc.exe + PortableCommandAlias: oxlint + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.63.0/oxlint-aarch64-pc-windows-msvc.zip + InstallerSha256: 3D1E9BE29D70F7E3CDB2A1718EF6B3830C7581AE54032D2598FC09AB261A2532 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxlint/1.63.0/oxc-project.oxlint.locale.en-US.yaml b/manifests/o/oxc-project/oxlint/1.63.0/oxc-project.oxlint.locale.en-US.yaml new file mode 100644 index 000000000000..ac784e0003f4 --- /dev/null +++ b/manifests/o/oxc-project/oxlint/1.63.0/oxc-project.oxlint.locale.en-US.yaml @@ -0,0 +1,133 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxlint +PackageVersion: 1.63.0 +PackageLocale: en-US +Publisher: VoidZero Inc. & Contributors +PublisherUrl: https://oxc.rs/ +PublisherSupportUrl: https://github.com/oxc-project/oxc/issues +Author: VoidZero Inc. & Contributors +PackageName: oxlint +PackageUrl: https://oxc.rs/docs/guide/usage/linter.html +License: MIT +LicenseUrl: https://github.com/oxc-project/oxc/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-present VoidZero Inc. & Contributors +CopyrightUrl: https://github.com/oxc-project/oxc/blob/HEAD/LICENSE +ShortDescription: oxlint is a blazing-fast JavaScript and TypeScript linter that is 50–100× faster than ESLint. It is designed to catch erroneous or useless code without requiring any configurations by default. +Tags: +- compiler +- javascript +- linter +- minifier +- parser +- transpiler +- typescript +ReleaseNotes: |- + 🚀 Features + - 1884833 linter/plugins: Implement SourceCode.getDisableDirectives method (#21029) (Nicolas Le Cam) + - 00f9a9d linter/sort-keys: Support autofix with comments (#22061) (Amund Eggen Svandal) + - 5b9ea93 linter/eslint: Implement require-unicode-regexp rule (#22096) (Mikhail Baev) + - 1d40d60 linter: Implement SARIF formatter (#22067) (camchenry) + - c0982fe linter/eslint: Implement no-restricted-properties rule (#22080) (AJ Bienz) + - 5699d53 linter: Add help text to agent formatter (#22064) (camchenry) + - fe7194d oxlint: Add agent output mode (#21955) (Jovi De Croock) + - fb2f052 linter: Suggest moving shared branch code (#22022) (camc314) + - 5868335 linter/no-else-return: Improve nested if diagnostic spans (#22009) (camc314) + - 8b4829b linter: Split no-negated-condition rule to unicorn & eslint (#21998) (Sysix) + - fea301a linter: Split jest/prefer-to-be into separate vitest rule (#21977) (camchenry) + - 44aa0d6 linter: Split jest/prefer-strict-equal into separate vitest rule (#21976) (camchenry) + - 2262b27 linter: Split jest/prefer-spy-on into separate vitest rule (#21975) (camchenry) + - fef9143 linter: Split jest/prefer-mock-return-shorthand into separate vitest rule (#21974) (camchenry) + - 2bda504 linter: Split jest/prefer-mock-promise-shorthand into separate vitest rule (#21973) (camchenry) + - 6ef6c7d linter: Split jest/prefer-lowercase into separate vitest rule (#21972) (camchenry) + - f4d2498 linter: Split jest/prefer-hooks-on-top into separate vitest rule (#21971) (camchenry) + - fb8e366 linter: Split jest/prefer-hooks-in-order into separate vitest rule (#21970) (camchenry) + - adcd85c linter: Split jest/prefer-expect-resolves into separate vitest rule (#21969) (camchenry) + - 8ddc7ec linter: Split jest/prefer-equality-matcher into separate vitest rule (#21968) (camchenry) + - 46bb1f3 linter: Split jest/prefer-each into separate vitest rule (#21967) (camchenry) + - bdbff66 linter: Implement interactive-supports-focus (#21767) (mehm8128) + - 733b094 linter: Split prefer-to-have-been-called-times rule (#21898) (Said Atrahouch) + - 8804425 linter/eslint: Implement logical-assignment-operators rule (#21900) (Mikhail Baev) + - 296d147 linter: Split jest/prefer-comparison-matcher into separate vitest rule (#21929) (camchenry) + - 38146b6 linter: Split jest/prefer-called-with into separate vitest rule (#21927) (camchenry) + - 6f86175 linter/vue: Implement return-in-computed-property rule (#21909) (bab) + - dc2d0e4 linter: Split jest/no-unneeded-async-expect-function into separate vitest rule (#21878) (camchenry) + - a03fc37 linter: Split jest/no-test-return-statement into separate vitest rule (#21877) (camchenry) + - f11313e linter: Split jest/no-test-prefixes into separate vitest rule (#21876) (camchenry) + - 4380812 linter: Split prefer-to-have-length rule (#21893) (Said Atrahouch) + - 511bcc1 linter: Split jest require-hook rule (#21889) (Said Atrahouch) + - 64a8180 linter: Split jest/prefer-snapshot-hint into a Jest rule and a Vitest rule. (#21881) (connorshea) + - ae7924a linter/vue: Implement no-deprecated-model-definition rule (#21886) (bab) + - 0dfe8b3 linter: Split jest/require-to-throw-message into Jest and Vitest rules. (#21879) (connorshea) + - 51229ff linter: Split jest valid-describe-callback rule (#21882) (Said Atrahouch) + - 2d102fd linter: Split no-standalone-expect rule into jest and vitest (#21862) (Sysix) + - ee46a29 linter: Split no-restricted-matchers rule into jest and vitest (#21860) (Sysix) + - 1f29459 linter: Split no-restricted-jest-methods rule into jest and vitest (#21859) (Sysix) + - e7f8d55 linter: Remove eslint prefixes from plugin names in diagnostics (#21806) (Connor Shea) + - 89fff8b linter: Split valid-expect-in-promise/jest rule into jest and vitest rules (#21854) (Said Atrahouch) + + 🐛 Bug Fixes + - 7c9bf88 linter/no-single-promise-in-promise-methods: Avoid unused array fix (#22116) (camc314) + - 0b48848 linter/prefer-array-some: Make find rewrite a suggestion (#22103) (camc314) + - d24027e linter/prefer-array-some: Preserve find comparison fixes (#22094) (camc314) + - af2d26c linter/astro: Handle js --- after frontmatter in .astro files (#22091) (Andrew Powell) + - 78d4ff0 linter/jsdoc/require-returns: Only look at the nearest jsdoc block (#22077) (camc314) + - fa88857 linter/no-map-spread: Use default codegen options for fix (#22074) (camc314) + - 2047a35 linter: Treat adjacent fixes as overlapping (#22071) (camc314) + - 75fc551 linter: Handle no-extra-boolean-cast edge cases (#22031) (camc314) + - e9d5284 linter/sort-keys: Don't autofix if comment could be misplaced (#22052) (Amund Eggen Svandal) + - d7230b0 linter/no-constant-condition: Handle generator yields (#22046) (camc314) + - e8dbc56 linter/array-type: Enable edge case tests (#22047) (camc314) + - d57b51f linter/no-constant-condition: Propagate config errors (#22045) (camc314) + - bdb6d95 linter/typescript: Remove duplicate rule tests (#22044) (camc314) + - 0beaffc linter: Print resolved extended config (#22040) (camc314) + - 192ad0e linter/react/only-export-components: Align rule with upstream cases (#22039) (camc314) + - cdf4c53 linter/only-export-components: Support tanstack router (#21937) (camc314) + - 893e18f linter: Stop gitignore lookup at repo boundary (#22033) (camc314) + - 7100712 linter/constructor-super: Clarify duplicate super diagnostics (#22035) (camc314) + - fce5b7c linter/constructor-super: Improve invalid super calls diagnostic (#22032) (camc314) + - b3de93c linter/rules-of-hooks: Clarify conditional diagnostics (#22030) (camc314) + - 4f9f629 linter/rules-of-hooks: Clarify loop diagnostics (#22029) (camc314) + - e6f0978 linter/rules-of-hooks: Clarify async component diagnostics (#22024) (camc314) + - e262f51 linter/rules-of-hooks: Improve diagnostic for hook inside class component (#22023) (camc314) + - 7b71b0d linter/no-restricted-imports: Report once per import declaration (#22021) (camc314) + - 3d5ae3d linter/vitest/require-mock-type-parameters: Handle chained typed mocks (#22019) (camc314) + - 959a2db linter/reporter/github: Omit empty file annotations (#22017) (camc314) + - 16003a1 linter/unicorn: Remove duplicate rule tests (#22018) (camc314) + - 86b7547 linter/no-unreachable: Suppress nested unreachable diagnostics (#22011) (camc314) + - 1d92ae8 linter/oxc: Remove duplicate rule tests (#22013) (camc314) + - f270246 linter/branches-sharing-code: Ignore empty statements (#22012) (camc314) + - f1c25dd linter: Stabilize debug diagnostic comparison (#22010) (camc314) + - b6bc421 linter: Skip linting astro scripts with non JS script types (#21954) (camc314) + - a77547d linter: Support plugin-qualified disable directives (#21999) (camc314) + - 079cfdd linter: Match disable directive rule names exactly, not by substring (#21906) (Christian Vuerings) + - 11a4e67 linter: Comptibles rules need to be disabled in jest and vitest at same time (#21982) (Said Atrahouch) + - ce62f16 linter: jsx-a11y/prefer-tag-over-role detect more roles (#21933) (bab) + - 024c390 linter/jest/vitest: Padding around after all blocks not working as expected (#21952) (kapobajza) + - 05a8f75 linter/jest/no-standalone-expect: False positive with expect in an ObjectProperty (#21948) (Said Atrahouch) + - 6a37c98 linter/no-unused-vars: Report unused re-exported imports (#21938) (camc314) + - 2d5fc16 linter: jsx-a11y/media-has-caption report only once for self-closing tags (#21934) (bab) + - 5adca29 linter: jsx-a11y/no-autofocus ignore false attribute values (#21918) (Sysix) + - 2e5c18e linter/max-nested-describe: Reset nested describe depth (#21891) (camc314) + + ⚡ Performance + - a77f0f7 linter/require-returns: Avoid jsdoc tag vec allocation (#22081) (camc314) + - d9a1b32 linter/plugins: Avoid array lookups where possible in CFG visitor (#21940) (overlookmotel) + - fefefd8 linter/plugins: Replace addition with bitwise OR in CFG visitor (#21939) (overlookmotel) + + 📚 Documentation + - cacbc4a linter: Fix jest settings docs. (#22127) (connorshea) + - a15c5bb linter: Note that the --format flag accepts an agent option. (#22126) (connorshea) + - d58f594 oxlint/lsp: Auto generate docs for LSP options (#22082) (Sysix) + - 9adc3b3 linter/no-misused-new: Clarify construct signatures behaviour (#22016) (camc314) + - 1caf5ad linter/plugins: Reformat comments (#21873) (overlookmotel) + + 🛡️ Security + - 82dbbec deps: Update npm packages (major) (#21558) (renovate[bot]) +ReleaseNotesUrl: https://github.com/oxc-project/oxc/releases/tag/apps_v1.63.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://oxc.rs/docs/guide/usage/linter.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxlint/1.63.0/oxc-project.oxlint.yaml b/manifests/o/oxc-project/oxlint/1.63.0/oxc-project.oxlint.yaml new file mode 100644 index 000000000000..2b1933c3ce20 --- /dev/null +++ b/manifests/o/oxc-project/oxlint/1.63.0/oxc-project.oxlint.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxlint +PackageVersion: 1.63.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PassMark/OSForensics/11.1.1015.0/PassMark.OSForensics.installer.yaml b/manifests/p/PassMark/OSForensics/11.1.1015.0/PassMark.OSForensics.installer.yaml new file mode 100644 index 000000000000..7052a5a52df9 --- /dev/null +++ b/manifests/p/PassMark/OSForensics/11.1.1015.0/PassMark.OSForensics.installer.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PassMark.OSForensics +PackageVersion: 11.1.1015.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: OSForensics_is1 +ReleaseDate: 2025-11-24 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OSForensics' +Installers: +- Architecture: x86 + InstallerUrl: https://osforensics.com/downloads/OSForensics.exe + InstallerSha256: E2BFD5C785CA68BF19DAAC3BE4DEA2DEA821DE3C8B43EDA7AE257DD18396CB1B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PassMark/OSForensics/11.1.1015.0/PassMark.OSForensics.locale.en-US.yaml b/manifests/p/PassMark/OSForensics/11.1.1015.0/PassMark.OSForensics.locale.en-US.yaml new file mode 100644 index 000000000000..47b8ef1f6457 --- /dev/null +++ b/manifests/p/PassMark/OSForensics/11.1.1015.0/PassMark.OSForensics.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PassMark.OSForensics +PackageVersion: 11.1.1015.0 +PackageLocale: en-US +Publisher: PassMark Software +PublisherUrl: https://www.passmark.com/about/index.php +PublisherSupportUrl: https://www.passmark.com/support/index.php +PrivacyUrl: https://www.passmark.com/legal/privacy-policy.php +PackageName: OSForensics +PackageUrl: https://www.osforensics.com/download.html +License: Proprietary +LicenseUrl: https://www.passmark.com/legal/disclaimer.php +Copyright: Copyright (c) 2025 PassMark(TM) Software +CopyrightUrl: https://www.osforensics.com/download.html#:~:text=Copyright +ShortDescription: Digital investigations for a new era +Description: |- + - Identify suspicious files and activity + - Extract evidence from computers quickly + - Manage your investigation +ReleaseNotesUrl: https://www.osforensics.com/whats-new.html +PurchaseUrl: https://www.osforensics.com/pricing.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PassMark/OSForensics/11.1.1015.0/PassMark.OSForensics.yaml b/manifests/p/PassMark/OSForensics/11.1.1015.0/PassMark.OSForensics.yaml new file mode 100644 index 000000000000..9464f53c3625 --- /dev/null +++ b/manifests/p/PassMark/OSForensics/11.1.1015.0/PassMark.OSForensics.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PassMark.OSForensics +PackageVersion: 11.1.1015.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PassMark/PerformanceTest/11.1.1009.0/PassMark.PerformanceTest.installer.yaml b/manifests/p/PassMark/PerformanceTest/11.1.1009.0/PassMark.PerformanceTest.installer.yaml new file mode 100644 index 000000000000..18082795c057 --- /dev/null +++ b/manifests/p/PassMark/PerformanceTest/11.1.1009.0/PassMark.PerformanceTest.installer.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PassMark.PerformanceTest +PackageVersion: 11.1.1009.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: PerformanceTest 11_is1 +ReleaseDate: 2025-11-27 +AppsAndFeaturesEntries: +- ProductCode: PerformanceTest 11_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PerformanceTest' +Installers: +- Architecture: x64 + InstallerUrl: https://www.passmark.com/downloads/PerformanceTest_Windows_x86-64.exe + InstallerSha256: 5E4C54293589BCC3F3B79458F49D9D037EB389733D6F96F68FF70FB311B52624 +- Architecture: arm + InstallerUrl: https://www.passmark.com/downloads/PerformanceTest_Windows_ARM.exe + InstallerSha256: CB88503EF230CEE9E8445FD60C19174D97F7A575AC6730ED0001AE92A4C34B2B +- Architecture: arm64 + InstallerUrl: https://www.passmark.com/downloads/PerformanceTest_Windows_ARM.exe + InstallerSha256: CB88503EF230CEE9E8445FD60C19174D97F7A575AC6730ED0001AE92A4C34B2B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PassMark/PerformanceTest/11.1.1009.0/PassMark.PerformanceTest.locale.en-US.yaml b/manifests/p/PassMark/PerformanceTest/11.1.1009.0/PassMark.PerformanceTest.locale.en-US.yaml new file mode 100644 index 000000000000..fbe265aacf31 --- /dev/null +++ b/manifests/p/PassMark/PerformanceTest/11.1.1009.0/PassMark.PerformanceTest.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PassMark.PerformanceTest +PackageVersion: 11.1.1009.0 +PackageLocale: en-US +Publisher: Passmark Software +PublisherUrl: https://www.passmark.com/about/index.php +PublisherSupportUrl: https://www.passmark.com/support/index.php +PrivacyUrl: https://www.passmark.com/legal/privacy-policy.php +PackageName: PerformanceTest 11 +PackageUrl: https://www.passmark.com/products/performancetest/download.php +License: Proprietary +LicenseUrl: https://www.passmark.com/legal/disclaimer.php +Copyright: Copyright © 1998-2025 Passmark Software, Inc. +CopyrightUrl: https://www.passmark.com/products/performancetest/download.php#:~:text=Copyright +ShortDescription: Easy PC Benchmarking +Description: |- + - Compare the performance of your PC to similar computers around the world. + - Measure the effect of configuration changes and hardware upgrades. + - Free license for Standard Tests + - Paid license for Advanced Tests + - Industry standard since 1998. +ReleaseNotesUrl: https://www.passmark.com/products/performancetest/history.php +PurchaseUrl: https://www.passmark.com/products/performancetest/price.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PassMark/PerformanceTest/11.1.1009.0/PassMark.PerformanceTest.yaml b/manifests/p/PassMark/PerformanceTest/11.1.1009.0/PassMark.PerformanceTest.yaml new file mode 100644 index 000000000000..1982ecc40598 --- /dev/null +++ b/manifests/p/PassMark/PerformanceTest/11.1.1009.0/PassMark.PerformanceTest.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PassMark.PerformanceTest +PackageVersion: 11.1.1009.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PatrickMortara/WIA-Loader/2.9.7.0/PatrickMortara.WIA-Loader.installer.yaml b/manifests/p/PatrickMortara/WIA-Loader/2.9.7.0/PatrickMortara.WIA-Loader.installer.yaml new file mode 100644 index 000000000000..a51e9da1b19f --- /dev/null +++ b/manifests/p/PatrickMortara/WIA-Loader/2.9.7.0/PatrickMortara.WIA-Loader.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PatrickMortara.WIA-Loader +PackageVersion: 2.9.7.0 +InstallerType: inno +AppsAndFeaturesEntries: +- DisplayName: WIA-Loader 2.9.3.0 +Installers: +- Architecture: x64 + InstallerUrl: https://www.mortara.org/media/wialoader/WIALoader_x64_StandAlone_Setup.exe + InstallerSha256: 52DE55D8071A964A2ECFC01097E40EA4686ABE8C8C92B19E39ECF9480D4B5A9A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PatrickMortara/WIA-Loader/2.9.7.0/PatrickMortara.WIA-Loader.locale.en-US.yaml b/manifests/p/PatrickMortara/WIA-Loader/2.9.7.0/PatrickMortara.WIA-Loader.locale.en-US.yaml new file mode 100644 index 000000000000..166afbde7790 --- /dev/null +++ b/manifests/p/PatrickMortara/WIA-Loader/2.9.7.0/PatrickMortara.WIA-Loader.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PatrickMortara.WIA-Loader +PackageVersion: 2.9.7.0 +PackageLocale: en-US +Publisher: Patrick Mortara +PackageName: WIA-Loader +License: Proprietary +Copyright: Copyright (c) Patrick Mortara +ShortDescription: WIA-Loader is a program for automatically transferring images from a digital camera, flash card or smartphone to the computer. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PatrickMortara/WIA-Loader/2.9.7.0/PatrickMortara.WIA-Loader.yaml b/manifests/p/PatrickMortara/WIA-Loader/2.9.7.0/PatrickMortara.WIA-Loader.yaml new file mode 100644 index 000000000000..10e63841f83a --- /dev/null +++ b/manifests/p/PatrickMortara/WIA-Loader/2.9.7.0/PatrickMortara.WIA-Loader.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PatrickMortara.WIA-Loader +PackageVersion: 2.9.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.installer.yaml b/manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.installer.yaml similarity index 86% rename from manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.installer.yaml rename to manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.installer.yaml index d62163df5e62..385217f1b86a 100644 --- a/manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.installer.yaml +++ b/manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Perplexity.Comet -PackageVersion: 145.2.7632.5936 +PackageVersion: 147.0.7727.1860 InstallerType: exe Scope: machine InstallModes: @@ -33,6 +33,6 @@ ProductCode: Perplexity Comet Installers: - Architecture: x64 InstallerUrl: https://www.perplexity.ai/rest/browser/download?platform=win_x64&channel=stable - InstallerSha256: 99CE4E8DEC49087F62AD3E157EA5345E03CD2B7E0FD29990DC312A8AB247D32B + InstallerSha256: 56A895BB34A78E9E713953E0009DEE1E3FD8B57B0637199EFE8CB6474A0B1D6A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.locale.en-US.yaml b/manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.locale.en-US.yaml similarity index 96% rename from manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.locale.en-US.yaml rename to manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.locale.en-US.yaml index d1be3531fb3a..3f759793c720 100644 --- a/manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.locale.en-US.yaml +++ b/manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Perplexity.Comet -PackageVersion: 145.2.7632.5936 +PackageVersion: 147.0.7727.1860 PackageLocale: en-US Publisher: The Comet Authors Author: Perplexity AI, Inc. diff --git a/manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.locale.zh-CN.yaml b/manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.locale.zh-CN.yaml similarity index 95% rename from manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.locale.zh-CN.yaml rename to manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.locale.zh-CN.yaml index 037543e93cdb..413ef4131027 100644 --- a/manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.locale.zh-CN.yaml +++ b/manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Perplexity.Comet -PackageVersion: 145.2.7632.5936 +PackageVersion: 147.0.7727.1860 PackageLocale: zh-CN License: 专有软件 ShortDescription: 个人 AI 助手 diff --git a/manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.yaml b/manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.yaml similarity index 88% rename from manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.yaml rename to manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.yaml index e1b00f49e585..a53950fe2ca5 100644 --- a/manifests/p/Perplexity/Comet/145.2.7632.5936/Perplexity.Comet.yaml +++ b/manifests/p/Perplexity/Comet/147.0.7727.1860/Perplexity.Comet.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Perplexity.Comet -PackageVersion: 145.2.7632.5936 +PackageVersion: 147.0.7727.1860 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.installer.yaml b/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.installer.yaml new file mode 100644 index 000000000000..99f75d7c37f9 --- /dev/null +++ b/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Piriform.CCleaner.Slim +PackageVersion: '6.40.0.11562' +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Protocols: +- cclaunch +ProductCode: CCleaner +ReleaseDate: 2025-03-23 +ElevationRequirement: elevatesSelf +AppsAndFeaturesEntries: +- Publisher: Piriform + ProductCode: CCleaner +Installers: +- Architecture: x86 + InstallerUrl: https://bits.avcdn.net/productfamily_CCLEANER/insttype_SLIM/platform_WIN_PIR/installertype_ONLINE/build_RELEASE + InstallerSha256: 0A42725880BAEDBFA28FB343E360DDF09D518EC15EBD94FA0E1FB5AC595D1602 +- Architecture: x64 + InstallerUrl: https://bits.avcdn.net/productfamily_CCLEANER/insttype_SLIM/platform_WIN_PIR/installertype_ONLINE/build_RELEASE + InstallerSha256: 0A42725880BAEDBFA28FB343E360DDF09D518EC15EBD94FA0E1FB5AC595D1602 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.locale.en-US.yaml b/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.locale.en-US.yaml new file mode 100644 index 000000000000..d6e2ffb36fd1 --- /dev/null +++ b/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Piriform.CCleaner.Slim +PackageVersion: '6.40.0.11562' +PackageLocale: en-US +Publisher: Gen Digital Inc. +PublisherUrl: https://www.ccleaner.com/ +PublisherSupportUrl: https://support.ccleaner.com/ +PrivacyUrl: https://www.ccleaner.com/legal/general-privacy-policy +Author: Gen Digital Inc. +PackageName: CCleaner +PackageUrl: https://www.ccleaner.com/ccleaner/builds +License: Freeware +LicenseUrl: https://www.ccleaner.com/legal/end-user-license-agreement +Copyright: Copyright © 2005-2025 Gen Digital Inc. All rights reserved. +CopyrightUrl: https://www.ccleaner.com/about/terms-of-use +ShortDescription: > + CCleaner for PC helps you clean up your Windows computer, optimize performance, and maintain your online privacy. +Description: > + Inject instant speed into your machine by freezing resource-hogging apps and programs and by removing the unnecessary files taking up room on your hard drive. Clear out errors, broken settings, and update drivers to improve stability. Protect your privacy by securely erasing tracking cookies and history. +Moniker: ccleaner-slim +Tags: +- accelerate +- application +- apps +- clean +- cleaner +- cleanup +- optimize +- program +- software +- startup +- uninstall +ReleaseNotes: |- + Taking the hassle out of PC maintenance + + - We've updated the engines and libraries of Software Updater and Driver + Updater for better performance and stability. + - We've improved the cleaning of Microsoft 365. + - We've added cache cleaning for the WebDAV application on Windows 10 and 11. + + Fixing bugs and other improvements + + - We fixed a networking issue that was affecting some customers' ability to + register their licenses. + - We resolved an issue that was causing Health Check to freeze for users + running Windows 7 x86. + - The counter of outdated drivers on the Driver Updater icon now displays the + correct number of drivers in all cases without having to perform another + scan. + - We fixed a Software Updater issue that was preventing some users from + updating Microsoft Defender. +ReleaseNotesUrl: https://www.ccleaner.com/ccleaner/version-history +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.locale.zh-CN.yaml b/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.locale.zh-CN.yaml new file mode 100644 index 000000000000..1f417e486cdb --- /dev/null +++ b/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Piriform.CCleaner.Slim +PackageVersion: '6.40.0.11562' +PackageLocale: zh-CN +PublisherUrl: https://www.ccleaner.com/zh-cn +PackageUrl: https://www.ccleaner.com/zh-cn/ccleaner +License: 免费软件 +ShortDescription: CCleaner for PC 帮您清理 Windows 计算机,优化性能并维护网络隐私。 +Description: |- + 冻结占用资源的应用和程序,删除占用硬盘空间的多余文件,为您的计算机注入活力。清除错误、损坏的设 + 置,并更新驱动程序以提高稳定性。通过安全擦除追踪 Cookie 和历史记录来保护您的隐私。 +Tags: +- 优化 +- 加速 +- 卸载 +- 启动 +- 垃圾 +- 应用 +- 清理 +- 程序 +- 自启 +- 软件 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.yaml b/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.yaml new file mode 100644 index 000000000000..f9190e8175a2 --- /dev/null +++ b/manifests/p/Piriform/CCleaner/Slim/6.40.0.11562/Piriform.CCleaner.Slim.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Piriform.CCleaner.Slim +PackageVersion: '6.40.0.11562' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/pbek/QOwnNotes/26.5.4/pbek.QOwnNotes.installer.yaml b/manifests/p/pbek/QOwnNotes/26.5.4/pbek.QOwnNotes.installer.yaml new file mode 100644 index 000000000000..a49eb00ea28d --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.5.4/pbek.QOwnNotes.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: pbek.QOwnNotes +PackageVersion: 26.5.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: QOwnNotes.exe + PortableCommandAlias: qownnotes.exe +ReleaseDate: 2026-05-05 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/pbek/QOwnNotes/releases/download/v26.5.4/QOwnNotes.zip + InstallerSha256: FA2BB563A8F3C0719956E86F8D28D28D0D266DEAD54FB77688055E77A78445B4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/pbek/QOwnNotes/26.5.4/pbek.QOwnNotes.locale.en-US.yaml b/manifests/p/pbek/QOwnNotes/26.5.4/pbek.QOwnNotes.locale.en-US.yaml new file mode 100644 index 000000000000..0e65a6b57d1d --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.5.4/pbek.QOwnNotes.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: pbek.QOwnNotes +PackageVersion: 26.5.4 +PackageLocale: en-US +Publisher: pbek +PublisherUrl: https://github.com/pbek/QOwnNotes +PublisherSupportUrl: https://github.com/pbek/QOwnNotes/issues +Author: https://github.com/pbek +PackageName: QOwnNotes +PackageUrl: https://github.com/pbek/QOwnNotes +License: GPL-2.0 +LicenseUrl: https://github.com/pbek/QOwnNotes/blob/HEAD/LICENSE +ShortDescription: QOwnNotes is the open source notepad with markdown support and todo list manager +Tags: +- markdown +- notes +- notetaking +- qownnotes +- todo +ReleaseNotes: |- + 26.5.4 + - Fixed a startup crash when the Markdown LSP server initialized while qtkeychain + secret migration was running a nested event loop during main window setup; + Markdown LSP startup is now delayed until the status bar exists, fixing the + regression from the keychain changes (for #3597) + Released files + - QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6 + - QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage + - QOwnNotes-amd64.snap: Linux Snap build with Qt 6 + - QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package + - QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments + - QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package + - QOwnNotes.zip: Windows ZIP package built with Qt 6 + - QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package + - QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package + - QOwnNotes.dmg: macOS disk image built with Qt 6 + - QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems +ReleaseNotesUrl: https://github.com/pbek/QOwnNotes/releases/tag/v26.5.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/pbek/QOwnNotes/26.5.4/pbek.QOwnNotes.yaml b/manifests/p/pbek/QOwnNotes/26.5.4/pbek.QOwnNotes.yaml new file mode 100644 index 000000000000..706432a5536f --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.5.4/pbek.QOwnNotes.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: pbek.QOwnNotes +PackageVersion: 26.5.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedSoftware/RadPdf/4.6.0/RedSoftware.RadPdf.installer.yaml b/manifests/r/RedSoftware/RadPdf/4.6.0/RedSoftware.RadPdf.installer.yaml deleted file mode 100644 index 61b7f8a220dd..000000000000 --- a/manifests/r/RedSoftware/RadPdf/4.6.0/RedSoftware.RadPdf.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created using update_installer.ps1 1.0.0.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: RedSoftware.RadPdf -PackageVersion: 4.6.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: machine -InstallerSwitches: - Silent: /exenoui /qn - SilentWithProgress: /exenoui /qn -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.radpdf.com/RadPdfInstaller.4.6.0.0.exe - InstallerSha256: 385B67E2D4DF40FC347559F2BC84D4B452FE8D53AF05F98C32824D5FD47AFD91 -- Architecture: x86 - InstallerUrl: https://downloads.radpdf.com/RadPdfInstaller.4.6.0.0.exe - InstallerSha256: 385B67E2D4DF40FC347559F2BC84D4B452FE8D53AF05F98C32824D5FD47AFD91 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/RedSoftware/RadPdf/4.6.0/RedSoftware.RadPdf.locale.en-US.yaml b/manifests/r/RedSoftware/RadPdf/4.6.0/RedSoftware.RadPdf.locale.en-US.yaml deleted file mode 100644 index 80076b3b8511..000000000000 --- a/manifests/r/RedSoftware/RadPdf/4.6.0/RedSoftware.RadPdf.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created using update_installer.ps1 1.0.0.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: RedSoftware.RadPdf -PackageVersion: 4.6.0 -PackageLocale: en-US -Publisher: Red Software -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -Author: Red Software -PackageName: RAD PDF -PackageUrl: https://www.radpdf.com/ -License: Copyright © 2025 Red Software. All rights reserved. -LicenseUrl: https://www.radpdf.com/license/ -# Copyright: -# CopyrightUrl: -ShortDescription: RAD PDF is an ASP.NET component for reading, annotating, editing, filling, signing, and more with PDF documents. -# Description: -Moniker: radpdf -Tags: -- radpdf -- developer-tools -- pdf -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/s/SFLinux/Jami/Beta/1.0.9589.31488/SFLinux.Jami.Beta.installer.yaml b/manifests/s/SFLinux/Jami/Beta/1.0.9589.31488/SFLinux.Jami.Beta.installer.yaml new file mode 100644 index 000000000000..579e111777c5 --- /dev/null +++ b/manifests/s/SFLinux/Jami/Beta/1.0.9589.31488/SFLinux.Jami.Beta.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SFLinux.Jami.Beta +PackageVersion: 1.0.9589.31488 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://dl.jami.net/windows/beta/jami.beta.x64.msi + InstallerSha256: 53EA8BA94DA68559861C1591940388142401202D051D56EBC35FF17B6AFD7B52 + ProductCode: '{5957E4DB-5BFB-49F6-9C4C-50E9E7278DD8}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SFLinux/Jami/Beta/1.0.9589.31488/SFLinux.Jami.Beta.locale.en-US.yaml b/manifests/s/SFLinux/Jami/Beta/1.0.9589.31488/SFLinux.Jami.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..b23333dea3d2 --- /dev/null +++ b/manifests/s/SFLinux/Jami/Beta/1.0.9589.31488/SFLinux.Jami.Beta.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SFLinux.Jami.Beta +PackageVersion: 1.0.9589.31488 +PackageLocale: en-US +Publisher: Savoir-Faire Linux +PackageName: Jami (BETA) +License: gnu +ShortDescription: Jami is a free and universal communication platform which preserves the user's privacy and freedoms. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SFLinux/Jami/Beta/1.0.9589.31488/SFLinux.Jami.Beta.yaml b/manifests/s/SFLinux/Jami/Beta/1.0.9589.31488/SFLinux.Jami.Beta.yaml new file mode 100644 index 000000000000..5ca29baf2be0 --- /dev/null +++ b/manifests/s/SFLinux/Jami/Beta/1.0.9589.31488/SFLinux.Jami.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SFLinux.Jami.Beta +PackageVersion: 1.0.9589.31488 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.installer.yaml b/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.installer.yaml new file mode 100644 index 000000000000..c51d867c11f4 --- /dev/null +++ b/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SKCommunications.NateOn +PackageVersion: 7.0.37.1 +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Platform: + - Windows.Desktop + InstallerLocale: ko-KR + Architecture: x86 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://nateondownload.nate.com/download/NATEON70.exe + InstallerSha256: 318EAF8E68E490B2236FCEAB1621B5297602B21E384FFDD9976FA1343F1D89B6 + ProductCode: "{EA77EC9A-C82F-4F80-8B7D-D32C09A9C25F}" + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.locale.en-US.yaml b/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.locale.en-US.yaml new file mode 100644 index 000000000000..b96bfcde9cf1 --- /dev/null +++ b/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SKCommunications.NateOn +PackageVersion: 7.0.37.1 +PackageLocale: en-US +Publisher: SK Communications +PublisherUrl: https://www.skcomms.co.kr/ +PrivacyUrl: https://www.nate.com/policy/privacy.html +Author: SK Communications +PackageName: 네이트온 +PackageUrl: https://nateonweb.nate.com/ +License: Proprietary +LicenseUrl: https://www.nate.com/policy/legal.html +Copyright: Copyright (C) SK Communications. All rights reserved. +CopyrightUrl: https://www.nate.com/policy/legal.html +ShortDescription: NateOn is instant messgnger and business messenger developed by SK Communications. +Description: NateOn is instant messgnger and business messenger developed by SK Communications. +Moniker: nateon +Tags: +- messenger +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.locale.ko-KR.yaml b/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.locale.ko-KR.yaml new file mode 100644 index 000000000000..ebe21ecaba42 --- /dev/null +++ b/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.locale.ko-KR.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SKCommunications.NateOn +PackageVersion: 7.0.37.1 +PackageLocale: ko-KR +Publisher: SK Communications +PublisherUrl: https://www.skcomms.co.kr/ +PrivacyUrl: https://www.nate.com/policy/privacy.html +Author: SK Communications +PackageName: 네이트온 +PackageUrl: https://nateonweb.nate.com/ +License: Proprietary +LicenseUrl: https://www.nate.com/policy/legal.html +Copyright: Copyright (C) SK 커뮤니케이션. 판권 소유. +CopyrightUrl: https://www.nate.com/policy/legal.html +ShortDescription: NateOn은 SK 커뮤니케이션즈에서 개발 한 인스턴트 메신저이자 비즈니스 메신저입니다. +Description: NateOn은 SK 커뮤니케이션즈에서 개발 한 인스턴트 메신저이자 비즈니스 메신저입니다. +Tags: +- 전령 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.yaml b/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.yaml new file mode 100644 index 000000000000..57d3d5d148a9 --- /dev/null +++ b/manifests/s/SKCommunications/NateOn/7.0.37.1/SKCommunications.NateOn.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SKCommunications.NateOn +PackageVersion: 7.0.37.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SQLite/SQLite/3.53.1/SQLite.SQLite.installer.yaml b/manifests/s/SQLite/SQLite/3.53.1/SQLite.SQLite.installer.yaml new file mode 100644 index 000000000000..5dceb1360cfa --- /dev/null +++ b/manifests/s/SQLite/SQLite/3.53.1/SQLite.SQLite.installer.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SQLite.SQLite +PackageVersion: 3.53.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: sqldiff.exe + PortableCommandAlias: sqldiff +- RelativeFilePath: sqlite3.exe + PortableCommandAlias: sqlite3 +- RelativeFilePath: sqlite3_analyzer.exe + PortableCommandAlias: sqlite3_analyzer +- RelativeFilePath: sqlite3_rsync.exe + PortableCommandAlias: sqlite3_rsync +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + InstallerUrl: https://www.sqlite.org/2026/sqlite-tools-win-x64-3530100.zip + InstallerSha256: BCC88A2F9EBCF3D90B7A95337CC96BD492B1633F741BBDBFF0525D1806098FC2 +- Architecture: arm64 + InstallerUrl: https://www.sqlite.org/2026/sqlite-tools-win-arm64-3530100.zip + InstallerSha256: 77E0E6A323D17FF2ECC90BDB0BB6AE17127111FD21FFB0758E12538FF55EA502 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SQLite/SQLite/3.53.1/SQLite.SQLite.locale.en-US.yaml b/manifests/s/SQLite/SQLite/3.53.1/SQLite.SQLite.locale.en-US.yaml new file mode 100644 index 000000000000..16e43515eed5 --- /dev/null +++ b/manifests/s/SQLite/SQLite/3.53.1/SQLite.SQLite.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SQLite.SQLite +PackageVersion: 3.53.1 +PackageLocale: en-US +Publisher: SQLite +PublisherUrl: https://sqlite.org/ +PublisherSupportUrl: https://sqlite.org/support.html +Author: Dwayne Richard Hipp +PackageName: SQLite +PackageUrl: https://sqlite.org/ +License: Public Domain +CopyrightUrl: https://sqlite.org/copyright.html +ShortDescription: Self-contained transactional SQL database engine +Description: |- + SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. + SQLite is an embedded SQL database engine. + Unlike most other SQL databases, SQLite does not have a separate server process. + SQLite reads and writes directly to ordinary disk files. + A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. +Tags: +- sqlite +- sqlite3 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://sqlite.org/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SQLite/SQLite/3.53.1/SQLite.SQLite.yaml b/manifests/s/SQLite/SQLite/3.53.1/SQLite.SQLite.yaml new file mode 100644 index 000000000000..e0014b9759af --- /dev/null +++ b/manifests/s/SQLite/SQLite/3.53.1/SQLite.SQLite.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SQLite.SQLite +PackageVersion: 3.53.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.14.39/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.14.39/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 000000000000..b500427bd584 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.14.39/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.14.39 +InstallerType: nullsoft +Scope: user +ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +ReleaseDate: 2026-05-05 +AppsAndFeaturesEntries: +- DisplayName: OpenCode 1.14.39 + ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.14.39/opencode-desktop-win-x64.exe + InstallerSha256: 086C475494F3141368A2E690330586E0882DCC86BE96E736C1593BF72A305DE6 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.14.39/opencode-desktop-win-arm64.exe + InstallerSha256: 089418EC117EFF6664A6FA90FF55C5AF495C4CBE7372EDF09C06706029FC06C9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.14.39/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.14.39/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..e98dfc4a7524 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.14.39/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.14.39 +PackageLocale: en-US +Publisher: OpenCode +PublisherUrl: https://anoma.ly/ +PublisherSupportUrl: https://github.com/anomalyco/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It's available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI and desktop app. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Desktop + + Bugfixes + - Respect HTTP_PROXY and related proxy environment variables in the desktop app. + - Return null instead of failing when the desktop app cannot read a stored value. +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.14.39 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.14.39/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.14.39/SST.OpenCodeDesktop.yaml new file mode 100644 index 000000000000..43a3574b7cad --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.14.39/SST.OpenCodeDesktop.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.14.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.installer.yaml b/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.installer.yaml new file mode 100644 index 000000000000..b8ec760fcb5f --- /dev/null +++ b/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SequencePublishing.TheSageDictionary +PackageVersion: 7.74.2826 +InstallerType: nullsoft +InstallModes: +- silent +Installers: +- Architecture: x86 + InstallerUrl: https://www.sequencepublishing.com/cgi-bin/download.cgi?thesage + InstallerSha256: 525BF3CA49F5F85E812C8CFB9FB71C24FFA31261A09286DDE2B23718359F7B3C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.locale.en-US.yaml b/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.locale.en-US.yaml new file mode 100644 index 000000000000..488fab467680 --- /dev/null +++ b/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SequencePublishing.TheSageDictionary +PackageVersion: 7.74.2826 +PackageLocale: en-US +Publisher: Sequence Publishing +PackageName: The Sage Dictionary +License: Free for personal use +Copyright: Copyright (C) 2001 - 2023 by Sequence Publishing +ShortDescription: International English dictionary and thesaurus with entries from all the World English varieties. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.yaml b/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.yaml new file mode 100644 index 000000000000..5c8037cb1875 --- /dev/null +++ b/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SequencePublishing.TheSageDictionary +PackageVersion: 7.74.2826 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/ServantVoice/ServantVoice/5.8.02.24/ServantVoice.ServantVoice.installer.yaml b/manifests/s/ServantVoice/ServantVoice/5.8.02.24/ServantVoice.ServantVoice.installer.yaml new file mode 100644 index 000000000000..3198c6580940 --- /dev/null +++ b/manifests/s/ServantVoice/ServantVoice/5.8.02.24/ServantVoice.ServantVoice.installer.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ServantVoice.ServantVoice +PackageVersion: 5.8.02.24 +InstallerLocale: en-US +InstallerType: msi +ProductCode: "{465F1827-6D40-4923-8699-3F001C2DEA6B}" +AppsAndFeaturesEntries: +- DisplayName: Servant Voice + Publisher: Servant Voice, Inc. + ProductCode: "{465F1827-6D40-4923-8699-3F001C2DEA6B}" + UpgradeCode: "{8181F70C-4AFB-409B-AF33-20C7B78FE683}" +Installers: +- Architecture: x64 + InstallerUrl: https://download.servantvoice.com/WindowsMSI + InstallerSha256: E06125220CAD9CA9100C1AC595230179EC629B7F89C09D348558667BE9304414 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/ServantVoice/ServantVoice/5.8.02.24/ServantVoice.ServantVoice.locale.en-US.yaml b/manifests/s/ServantVoice/ServantVoice/5.8.02.24/ServantVoice.ServantVoice.locale.en-US.yaml new file mode 100644 index 000000000000..7a1744c9e945 --- /dev/null +++ b/manifests/s/ServantVoice/ServantVoice/5.8.02.24/ServantVoice.ServantVoice.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ServantVoice.ServantVoice +PackageVersion: 5.8.02.24 +PackageLocale: en-US +Publisher: Servant Voice, Inc. +PublisherUrl: https://servantvoice.com +PublisherSupportUrl: https://servantvoice.com/support +PrivacyUrl: https://servantvoice.com/privacy-policy-apps/ +Author: Servant Voice, Inc. +PackageName: Servant Voice +PackageUrl: https://servantvoice.com +License: Commercial +Copyright: 2024 by Servant Voice, Inc. +ShortDescription: Servant Voice Business VoIP Softphone +Description: Servant Voice Business VoIP Softphone +Moniker: ServantVoice +Tags: +- VoIP +- softphone +- Servant Voice +- phone system +- business softphone +InstallationNotes: The Servant Voice softphone application is installed and ready to use. Requires subscription to Servant Voice phone service. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ServantVoice/ServantVoice/5.8.02.24/ServantVoice.ServantVoice.yaml b/manifests/s/ServantVoice/ServantVoice/5.8.02.24/ServantVoice.ServantVoice.yaml new file mode 100644 index 000000000000..891833d41229 --- /dev/null +++ b/manifests/s/ServantVoice/ServantVoice/5.8.02.24/ServantVoice.ServantVoice.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ServantVoice.ServantVoice +PackageVersion: 5.8.02.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.installer.yaml b/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.installer.yaml similarity index 87% rename from manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.installer.yaml rename to manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.installer.yaml index 58938ff7794f..06cf3904f5db 100644 --- a/manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.installer.yaml +++ b/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Siemens.JT2Go -PackageVersion: 2512.0.26040 +PackageVersion: 2512.0.26064 InstallerType: zip NestedInstallerType: exe NestedInstallerFiles: @@ -77,12 +77,12 @@ FileExtensions: - x_t - xmt_bin - xmt_txt -ProductCode: '{41A6C9A9-67BC-4D91-B384-4A9DA6F5E9C9}' +ProductCode: '{4DDCDB58-393B-4EA8-AC54-B46F4F93D83A}' AppsAndFeaturesEntries: - UpgradeCode: '{5C11232A-46CB-485C-AFA0-E7458760AD57}' Installers: - Architecture: x64 InstallerUrl: https://dl2.plm.automation.siemens.com/jt2go/installer/JT2Go.zip - InstallerSha256: A66701EB5126DA821728A949437985B1030024A080A1AD49273330624A6EBB16 + InstallerSha256: 0E49B5C77E7D038560292EE55D39A10FB744AB98C02EB2C0FEC967C2014D1B63 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.locale.en-US.yaml b/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.locale.en-US.yaml similarity index 97% rename from manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.locale.en-US.yaml rename to manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.locale.en-US.yaml index 38e971d3dc9c..51a97f3c0234 100644 --- a/manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.locale.en-US.yaml +++ b/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Siemens.JT2Go -PackageVersion: 2512.0.26040 +PackageVersion: 2512.0.26064 PackageLocale: en-US Publisher: Siemens PLM Software PublisherUrl: https://www.siemens.com/ diff --git a/manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.locale.zh-CN.yaml b/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.locale.zh-CN.yaml similarity index 94% rename from manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.locale.zh-CN.yaml rename to manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.locale.zh-CN.yaml index 046db16d031e..61a045b83d51 100644 --- a/manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.locale.zh-CN.yaml +++ b/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Siemens.JT2Go -PackageVersion: 2512.0.26040 +PackageVersion: 2512.0.26064 PackageLocale: zh-CN License: 专有软件 ShortDescription: JT2Go 桌面应用程序在所有支持的平台中提供最丰富的功能集。该桌面应用不仅能显示.jt 文件,还能展示由西门子数字工业软件旗舰产品 Teamcenter Visualization 创建的.vfz 会话文件。 diff --git a/manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.yaml b/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.yaml similarity index 89% rename from manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.yaml rename to manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.yaml index 7c3104052551..3c3dece0296b 100644 --- a/manifests/s/Siemens/JT2Go/2512.0.26040/Siemens.JT2Go.yaml +++ b/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Siemens.JT2Go -PackageVersion: 2512.0.26040 +PackageVersion: 2512.0.26064 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Slide/Agent/1.24.7/Slide.Agent.installer.yaml b/manifests/s/Slide/Agent/1.24.7/Slide.Agent.installer.yaml new file mode 100644 index 000000000000..1e02fec61311 --- /dev/null +++ b/manifests/s/Slide/Agent/1.24.7/Slide.Agent.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Slide.Agent +PackageVersion: 1.24.7 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://update.slide.tech/agent/SlideAgent.exe + InstallerSha256: 67EE68882620232CD26674F12E5D41E6C5AEA8BAE709B94328F254A1C044C6DC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Slide/Agent/1.24.7/Slide.Agent.locale.en-US.yaml b/manifests/s/Slide/Agent/1.24.7/Slide.Agent.locale.en-US.yaml new file mode 100644 index 000000000000..3176664db924 --- /dev/null +++ b/manifests/s/Slide/Agent/1.24.7/Slide.Agent.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Slide.Agent +PackageVersion: 1.24.7 +PackageLocale: en-US +Publisher: Project Orca Inc. +PackageName: Slide Agent +License: None +Copyright: (C) 2024 Project Orca Inc. +ShortDescription: Slide Agent Installer +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Slide/Agent/1.24.7/Slide.Agent.yaml b/manifests/s/Slide/Agent/1.24.7/Slide.Agent.yaml new file mode 100644 index 000000000000..695c64ca42b8 --- /dev/null +++ b/manifests/s/Slide/Agent/1.24.7/Slide.Agent.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Slide.Agent +PackageVersion: 1.24.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftMaker/FreeOffice/2024/1.0.6170/SoftMaker.FreeOffice.2024.installer.yaml b/manifests/s/SoftMaker/FreeOffice/2024/1.0.6170/SoftMaker.FreeOffice.2024.installer.yaml new file mode 100644 index 000000000000..d3e5f227598f --- /dev/null +++ b/manifests/s/SoftMaker/FreeOffice/2024/1.0.6170/SoftMaker.FreeOffice.2024.installer.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SoftMaker.FreeOffice.2024 +PackageVersion: 1.0.6170 +InstallerLocale: en-US +InstallerType: wix +Scope: user +ProductCode: '{24BD768B-6150-4F32-8E22-46BDFE97EFFB}' +ReleaseDate: 2025-12-06 +AppsAndFeaturesEntries: +- ProductCode: '{24BD768B-6150-4F32-8E22-46BDFE97EFFB}' + UpgradeCode: '{BB0242BD-A95E-4CA3-B9B2-CF97FBDCCDAE}' +Installers: +- Architecture: x64 + InstallerUrl: https://www.softmaker.net/down/freeoffice2024.msi + InstallerSha256: 9B9FA638509CEF02BC14AD07A9AE0B1F98994C7D687A74BA32E806E298D851A4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftMaker/FreeOffice/2024/1.0.6170/SoftMaker.FreeOffice.2024.locale.en-US.yaml b/manifests/s/SoftMaker/FreeOffice/2024/1.0.6170/SoftMaker.FreeOffice.2024.locale.en-US.yaml new file mode 100644 index 000000000000..17b0539f0f73 --- /dev/null +++ b/manifests/s/SoftMaker/FreeOffice/2024/1.0.6170/SoftMaker.FreeOffice.2024.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SoftMaker.FreeOffice.2024 +PackageVersion: 1.0.6170 +PackageLocale: en-US +Publisher: SoftMaker Software GmbH +PackageName: SoftMaker FreeOffice 2024 +License: Proprietary +ShortDescription: FreeOffice is a complete Office suite with a word processor, a spreadsheet application and a presentation program – all seamlessly compatible with their counterparts in Microsoft Office (Word, Excel and PowerPoint). +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftMaker/FreeOffice/2024/1.0.6170/SoftMaker.FreeOffice.2024.yaml b/manifests/s/SoftMaker/FreeOffice/2024/1.0.6170/SoftMaker.FreeOffice.2024.yaml new file mode 100644 index 000000000000..d8c1d93ad4a7 --- /dev/null +++ b/manifests/s/SoftMaker/FreeOffice/2024/1.0.6170/SoftMaker.FreeOffice.2024.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SoftMaker.FreeOffice.2024 +PackageVersion: 1.0.6170 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.69/Softplicity.CoolUtilsOutlookViewer.installer.yaml b/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.69/Softplicity.CoolUtilsOutlookViewer.installer.yaml new file mode 100644 index 000000000000..0e5f5f9e5812 --- /dev/null +++ b/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.69/Softplicity.CoolUtilsOutlookViewer.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Softplicity.CoolUtilsOutlookViewer +PackageVersion: 4.2.0.69 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- PST +ProductCode: CoolUtils Outlook Viewer_is1 +ReleaseDate: 2025-10-19 +AppsAndFeaturesEntries: +- ProductCode: CoolUtils Outlook Viewer_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/OutlookViewer.exe + InstallerSha256: 71DC992CDE453347928C2302D0D934D8D9B7DA3627B66E1B2A2518C9350E0948 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.69/Softplicity.CoolUtilsOutlookViewer.locale.en-US.yaml b/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.69/Softplicity.CoolUtilsOutlookViewer.locale.en-US.yaml new file mode 100644 index 000000000000..910b0995a272 --- /dev/null +++ b/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.69/Softplicity.CoolUtilsOutlookViewer.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Softplicity.CoolUtilsOutlookViewer +PackageVersion: 4.2.0.69 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +Author: CoolUtils Software +PackageName: CoolUtils Outlook Viewer +PackageUrl: https://www.coolutils.com/OutlookViewer +License: Freeware +Copyright: Copyright @ 2005 Softplicity, Inc. +ShortDescription: This PST file viewer serves as the perfect free PST viewer download for anyone needing to access Outlook data files. This flexible, easy to use viewer features an intuitive interface. +Description: |- + You have a PST file but can't open it without your Outlook email client? Need a free PST viewer to access your archived emails? Our PST file viewer helps you review old PST files to access contact information without requiring Outlook installation. Whatever your needs may be, our free PST viewer helps you open and view PST files without having Outlook installed on your machine. This PST file viewer serves as the perfect free PST viewer download for anyone needing to access Outlook data files. This flexible, easy to use viewer features an intuitive interface. Simply select a PST (or OST) file from the file tree and click to view. + - No need for MS Outlook! + - View emails and attachments. + - Easily sort emails by referencing specific fields: name, date, sender, recipient, etc. + - Generate reports based on your email data with columns like Sender, Subject, To, CC, BCC, Client submit, Delivery, and more! + - Convert your PST to EML to transfer emails to Mozilla Thunderbird, Windows Live Mail, Apple Mail, and other email clients. + + CoolUtils Outlook Viewer supports all versions of MS Outlook to date, including MS Outlook 97, 2000, XP, 2003, 2007, and Outlook 2010. Did we mention that it's 100% free? No ads, no gimmicks, no hidden downloads, no cost for home users - ever. +Tags: +- Outlook +- PST +- Viewer +PurchaseUrl: https://www.coolutils.com/OutlookViewer/license +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.69/Softplicity.CoolUtilsOutlookViewer.yaml b/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.69/Softplicity.CoolUtilsOutlookViewer.yaml new file mode 100644 index 000000000000..d9ee4b53daa2 --- /dev/null +++ b/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.69/Softplicity.CoolUtilsOutlookViewer.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Softplicity.CoolUtilsOutlookViewer +PackageVersion: 4.2.0.69 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.123/Softplicity.CoolutilsConverter.installer.yaml b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.123/Softplicity.CoolutilsConverter.installer.yaml new file mode 100644 index 000000000000..a2b7278e2bd4 --- /dev/null +++ b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.123/Softplicity.CoolutilsConverter.installer.yaml @@ -0,0 +1,45 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Softplicity.CoolutilsConverter +PackageVersion: 3.1.1.123 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- DOC +- DOCX +- EML +- EPS +- HTML +- JPG +- MHT +- MSG +- ODS +- ODT +- PCL +- PDF +- RTF +- TIFF +- TXT +- XHTML +- XLS +- XLSM +- XLSX +- XLT +- XPS +ProductCode: Coolutils Converter_is1 +ReleaseDate: 2025-10-18 +AppsAndFeaturesEntries: +- ProductCode: Coolutils Converter_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://www.coolutils.com/Downloads/CoolutilsConverter.exe + InstallerSha256: 0F0C4BDEA63EEEF8F1182B6C6497B32037AFFE6B6008C4D9888F0D6D00568E6D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.123/Softplicity.CoolutilsConverter.locale.en-US.yaml b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.123/Softplicity.CoolutilsConverter.locale.en-US.yaml new file mode 100644 index 000000000000..99f61b075f30 --- /dev/null +++ b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.123/Softplicity.CoolutilsConverter.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Softplicity.CoolutilsConverter +PackageVersion: 3.1.1.123 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Coolutils Converter +PackageUrl: https://www.coolutils.com/CoolutilsConverter +License: Proprietary +Copyright: Copyright @ 2006 Softplicity, Inc. +ShortDescription: Coolutils Converter is the all-in-one solution for all your conversion needs. Whether you want to convert any to PDF or TIFF, it will do the task. The input file types include PDF, TIFF, DOC, TXT, XLS, HTML, PNG, JPEG, MSG, even Outlook emails. +Description: |- + Coolutils Converter is the all-in-one solution for all your conversion needs. Whether you want to convert any to PDF or TIFF, it will do the task. The input file types include PDF, TIFF, DOC, TXT, XLS, HTML, PNG, JPEG, MSG, even Outlook emails. Bulk convert them in batches via GUI or command line with just one app. + - Any file to PDF; any file to TIFF; any file to DOC; any file to XPS; any file to JPEG, any file to TXT. + - Simple workflow: choose files, select target format, apply additional settings. + - Flexible settings: add headers, footers, page counts, date stamps or any other text directly into the documents. + - Perfect for archiving files, e-discovery, standartization, EDS. + + CoolUtils Converter is a great solution for exporting various files into EDS or retrieving data through e-discovery or computer forensics. If you have to convert lots of different file types, Coolutils Converter saves your time and effort. Instead of running several apps you launch just one. +Tags: +- Converter +PurchaseUrl: https://www.coolutils.com/CoolutilsConverter/license +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.123/Softplicity.CoolutilsConverter.yaml b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.123/Softplicity.CoolutilsConverter.yaml new file mode 100644 index 000000000000..97359e9d6c86 --- /dev/null +++ b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.123/Softplicity.CoolutilsConverter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Softplicity.CoolutilsConverter +PackageVersion: 3.1.1.123 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.11/Softplicity.PDFCombine.installer.yaml b/manifests/s/Softplicity/PDFCombine/8.1.0.11/Softplicity.PDFCombine.installer.yaml new file mode 100644 index 000000000000..a57ac3eb4b1e --- /dev/null +++ b/manifests/s/Softplicity/PDFCombine/8.1.0.11/Softplicity.PDFCombine.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Softplicity.PDFCombine +PackageVersion: 8.1.0.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- PDF +ProductCode: PDF Combine_is1 +ReleaseDate: 2025-10-13 +AppsAndFeaturesEntries: +- ProductCode: PDF Combine_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/PDFCombine.exe + InstallerSha256: 9863E75E50C5EF6D1B81AF0C6EFC2BFDA641029A28438971F924DA80D7BA66CF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.11/Softplicity.PDFCombine.locale.en-US.yaml b/manifests/s/Softplicity/PDFCombine/8.1.0.11/Softplicity.PDFCombine.locale.en-US.yaml new file mode 100644 index 000000000000..c38cf69c4fd6 --- /dev/null +++ b/manifests/s/Softplicity/PDFCombine/8.1.0.11/Softplicity.PDFCombine.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Softplicity.PDFCombine +PackageVersion: 8.1.0.11 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: PDF Combine +PackageUrl: https://www.coolutils.com/PDFCombine +License: Proprietary +Copyright: Copyright @ 2004 Softplicity, Inc. +ShortDescription: CoolUtils PDF Combiner is software that allows you to merge PDFs offline without uploading your files to any third-party servers. +Description: |- + To combine PDF, or PDF merging, is the process of joining multiple PDF files into one. This can be useful for organizing, sharing, or printing documents. CoolUtils PDF Combiner is software that allows you to merge PDFs offline without uploading your files to any third-party servers. Our PDF merger tool allows you to: + - Combine PDF files into one document + - Append PDF files + - Add a clickable Table of Contents + - Use the PDF merger software to add a cover page + - Delete blank pages from scanned files + - Insert blank pages for double-sided printing. + + 30 day FREE trial +Tags: +- Combiner +- PDF +PurchaseUrl: https://www.coolutils.com/PDFCombine/license +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.11/Softplicity.PDFCombine.yaml b/manifests/s/Softplicity/PDFCombine/8.1.0.11/Softplicity.PDFCombine.yaml new file mode 100644 index 000000000000..779a37a800b6 --- /dev/null +++ b/manifests/s/Softplicity/PDFCombine/8.1.0.11/Softplicity.PDFCombine.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Softplicity.PDFCombine +PackageVersion: 8.1.0.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombinePro/5.1.0.156/Softplicity.PDFCombinePro.installer.yaml b/manifests/s/Softplicity/PDFCombinePro/5.1.0.156/Softplicity.PDFCombinePro.installer.yaml new file mode 100644 index 000000000000..bb7061bc711a --- /dev/null +++ b/manifests/s/Softplicity/PDFCombinePro/5.1.0.156/Softplicity.PDFCombinePro.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Softplicity.PDFCombinePro +PackageVersion: 5.1.0.156 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- PDF +ProductCode: PDF Combine Pro_is1 +ReleaseDate: 2025-10-13 +AppsAndFeaturesEntries: +- ProductCode: PDF Combine Pro_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/PDFCombinePro.exe + InstallerSha256: 67A3D80352D49143F87B35B2DA3E1ED4A79899F05EE1272B996EA755374F22D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombinePro/5.1.0.156/Softplicity.PDFCombinePro.locale.en-US.yaml b/manifests/s/Softplicity/PDFCombinePro/5.1.0.156/Softplicity.PDFCombinePro.locale.en-US.yaml new file mode 100644 index 000000000000..c7b0d5d1bea3 --- /dev/null +++ b/manifests/s/Softplicity/PDFCombinePro/5.1.0.156/Softplicity.PDFCombinePro.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Softplicity.PDFCombinePro +PackageVersion: 5.1.0.156 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: PDF Combine Pro +PackageUrl: https://www.coolutils.com/PDFCombinePro +License: Proprietary +Copyright: Copyright @ 2004 Softplicity, Inc. +ShortDescription: PDF Combine Pro is a life saver for those who need to combine PDF, DOC, TXT, DOCX, HTML, XLS files, images (TIFF, JPEG, PNG) and emails into one PDF. +Description: |- + PDF Combine Pro is a life saver for those who need to combine PDF, DOC, TXT, DOCX, HTML, XLS files, images (TIFF, JPEG, PNG) and emails into one PDF. Now you do not have to use several programs and converters to get one PDF. PDF Combine Pro does it in one go. Supported input formats include DOC, DOCX, RTF, TXT, XLS, XLSX, HTML, HTM, MHT, PS, EPS, PRN, PDF, TIFF, JPEG, PNG, PST, EML, MSG. + - PDF Combine Pro can combine files within folders. For example, you have 3 folders with different file types inside each. The app can produce three combined PDF files. + - It can easily create bookmarks that can be used as table of contents. + - Users can add custom Cover pages to the combined PDF. + - Legal users will appreciate the flexible bates stamping option. + - Transparent user interface and full command line support. + + Office files, faxes, emails - get combined PDF in seconds for your personal use, commercial need, e-discovery or production. + PDF Combine Pro is the most powerful solution to combine files. It not about simple merging 2 PDFs together, it was designed for large jobs and complicated tasks. So we are sure, whatever your case is, it can do that. If not, we will be happy to provide you with a custom solution that will do exactly what you need. + + 30 day FREE trial +Tags: +- Combine +- PDF +PurchaseUrl: https://www.coolutils.com/PDFCombine/license-pro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombinePro/5.1.0.156/Softplicity.PDFCombinePro.yaml b/manifests/s/Softplicity/PDFCombinePro/5.1.0.156/Softplicity.PDFCombinePro.yaml new file mode 100644 index 000000000000..aa8c3cc0c2cb --- /dev/null +++ b/manifests/s/Softplicity/PDFCombinePro/5.1.0.156/Softplicity.PDFCombinePro.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Softplicity.PDFCombinePro +PackageVersion: 5.1.0.156 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalAudioConverter/6.1.0.289/Softplicity.TotalAudioConverter.installer.yaml b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.289/Softplicity.TotalAudioConverter.installer.yaml new file mode 100644 index 000000000000..52a751956a8a --- /dev/null +++ b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.289/Softplicity.TotalAudioConverter.installer.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalAudioConverter +PackageVersion: 6.1.0.289 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- AAC +- APE +- FLAC +- MP4 +- MPC +- OFR +- OGG +- WAV +ProductCode: Total Audio Converter_is1 +ReleaseDate: 2025-10-14 +AppsAndFeaturesEntries: +- ProductCode: Total Audio Converter_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/TotalAudioConverter.exe + InstallerSha256: 61B42BCB2A98659B6BE869A040D5A7D8C4011546B71A9C95C1A83C9E85C9BB5C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalAudioConverter/6.1.0.289/Softplicity.TotalAudioConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.289/Softplicity.TotalAudioConverter.locale.en-US.yaml new file mode 100644 index 000000000000..b47b77e2aafc --- /dev/null +++ b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.289/Softplicity.TotalAudioConverter.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalAudioConverter +PackageVersion: 6.1.0.289 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Total Audio Converter +PackageUrl: https://www.coolutils.com/TotalAudioConverter +License: Proprietary +Copyright: Copyright @ 2005 Softplicity, Inc. +ShortDescription: Total Audio Converter can easily convert almost any audio to WAV, MP3, OGG, WMA, APE, FLAC, MP4, AAC, MPC. A convenient batch option is available. +Description: |- + Total Audio Converter can easily convert almost any audio to WAV, MP3, OGG, WMA, APE, FLAC, MP4, AAC, MPC. A convenient batch option is available. + - Supports WAV, AAC, FLAC, OGG, OFR, MP4, MPC, APE, and 24 other audio formats; + - Rips CDs and convert CDA to lossless or compressed formats; + - Converts audio files via GUI or the command line. + - Total Audio Converter captures audio from YouTube or SoundCloud videos. + - Splits APE and FLAC files by CUE. + Total Audio Converter has been online for over 20 years. Today, when most people just get music from iTunes, true fans still use FLAC and rip old CDs. Join the gang. + 30 day FREE trial +Tags: +- Audio +- Converter +PurchaseUrl: https://coolutilsstore.onfastspring.com/audio-converter +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalAudioConverter/6.1.0.289/Softplicity.TotalAudioConverter.yaml b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.289/Softplicity.TotalAudioConverter.yaml new file mode 100644 index 000000000000..fbee57fbf70f --- /dev/null +++ b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.289/Softplicity.TotalAudioConverter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalAudioConverter +PackageVersion: 6.1.0.289 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalCSVConverter/4.2.0.74/Softplicity.TotalCSVConverter.installer.yaml b/manifests/s/Softplicity/TotalCSVConverter/4.2.0.74/Softplicity.TotalCSVConverter.installer.yaml new file mode 100644 index 000000000000..e72787447f38 --- /dev/null +++ b/manifests/s/Softplicity/TotalCSVConverter/4.2.0.74/Softplicity.TotalCSVConverter.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalCSVConverter +PackageVersion: 4.2.0.74 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- CSV +ProductCode: Total CSV Converter_is1 +ReleaseDate: 2025-10-14 +AppsAndFeaturesEntries: +- ProductCode: Total CSV Converter_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/TotalCSVConverter.exe + InstallerSha256: CC190A762FC28668B399D42F262F6E8D739C13402DEA65D1DA23BD3A2F488261 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalCSVConverter/4.2.0.74/Softplicity.TotalCSVConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalCSVConverter/4.2.0.74/Softplicity.TotalCSVConverter.locale.en-US.yaml new file mode 100644 index 000000000000..84be38b6b9f7 --- /dev/null +++ b/manifests/s/Softplicity/TotalCSVConverter/4.2.0.74/Softplicity.TotalCSVConverter.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalCSVConverter +PackageVersion: 4.2.0.74 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Total CSV Converter +PackageUrl: https://www.coolutils.com/TotalCSVConverter +License: Proprietary +Copyright: Copyright @ 2006 Softplicity, Inc. +ShortDescription: Total CSV Converter is a reliable tool for converting CSV, TSV and TAB files to PDF, XLS, XLSX, DBF, XML, JSON, HTML, TXT, DOC and a variety of OpenOffice formats. +Description: |- + Total CSV Converter is a reliable tool for converting CSV, TSV and TAB files to PDF, XLS, XLSX, DBF, XML, JSON, HTML, TXT, DOC and a variety of OpenOffice formats. The program was designed to be convenient and user-friendly. Loaded with helpful customization options, the Total CSV Converter doesn't just convert your files to a different format, it lets you make improvements along the way. For example, with the Total CSV Converter you'll also be able to: + - Choose encoding when you convert CSV to TXT in batch. + - When you export CSV to XLS you can use the options of making the header bold and column autofit. + - Convert large volumes of CSV files fast and with minimal effort. + - Set your own delimiters or skip the rows you don't need. + + The Option Saving feature lets you save the settings of jobs that are frequently performed for faster implementation. + + With its clear, intuitive interface the Total CSV Converter is accessible to users of every skill level. For beginners, we've included a helpful onboard wizard that assists with locating files and setting up new jobs through an easy to use GUI. For advanced users we've included support for handling conversion via the command line. The server version offers a dll and ActiveX. + + 30 day FREE trial +Tags: +- CSV +- Converter +PurchaseUrl: https://www.coolutils.com/TotalCSVConverter/license +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalCSVConverter/4.2.0.74/Softplicity.TotalCSVConverter.yaml b/manifests/s/Softplicity/TotalCSVConverter/4.2.0.74/Softplicity.TotalCSVConverter.yaml new file mode 100644 index 000000000000..50da5f5a74d0 --- /dev/null +++ b/manifests/s/Softplicity/TotalCSVConverter/4.2.0.74/Softplicity.TotalCSVConverter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalCSVConverter +PackageVersion: 4.2.0.74 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalExcelConverter/7.1.0.117/Softplicity.TotalExcelConverter.installer.yaml b/manifests/s/Softplicity/TotalExcelConverter/7.1.0.117/Softplicity.TotalExcelConverter.installer.yaml new file mode 100644 index 000000000000..4634c3b3266d --- /dev/null +++ b/manifests/s/Softplicity/TotalExcelConverter/7.1.0.117/Softplicity.TotalExcelConverter.installer.yaml @@ -0,0 +1,33 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalExcelConverter +PackageVersion: 7.1.0.117 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- XLK +- XLS +- XLSB +- XLSM +- XLSX +- XLT +- XLTM +- XLTX +- XLW +ProductCode: Total Excel Converter_is1 +ReleaseDate: 2025-10-14 +AppsAndFeaturesEntries: +- ProductCode: Total Excel Converter_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/TotalExcelConverter.exe + InstallerSha256: AA843D008605CB993A03359A2728065FA59F9B9E5C9B8EF52B7C54169C55DA7D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalExcelConverter/7.1.0.117/Softplicity.TotalExcelConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalExcelConverter/7.1.0.117/Softplicity.TotalExcelConverter.locale.en-US.yaml new file mode 100644 index 000000000000..e8936a58ead6 --- /dev/null +++ b/manifests/s/Softplicity/TotalExcelConverter/7.1.0.117/Softplicity.TotalExcelConverter.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalExcelConverter +PackageVersion: 7.1.0.117 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Total Excel Converter +PackageUrl: https://www.coolutils.com/TotalExcelConverter +License: Proprietary +Copyright: Copyright @ 2005 Softplicity, Inc. +ShortDescription: Total Excel Converter is the perfect choice to convert any type of table. Supported input formats include Excel and Excel 2007, XLSM, XLT, XLTM as well as OpenOffice formats ODS, XML, SQL, WK2, WKS, WAB, DBF, TEX, and DIF. +Description: |- + Total Excel Converter is the perfect choice to convert any type of table. Supported input formats include Excel and Excel 2007, XLSM, XLT, XLTM as well as OpenOffice formats ODS, XML, SQL, WK2, WKS, WAB, DBF, TEX, and DIF. The list of target formats is even more extensive: convert your tabled files into DOC, DOCX, PDF, HTML, Access, TXT, ODT, ODS, XML, SQL, CSV, Lotus, DBF, TEX, DIFF, SYLK, and LaTeX. Download excel converter and convert XLS, XLSX, ODS, XML spreadsheets in batch offline + + Total Excel Converter strictly preserves document layout; you'll get an exact copy of the source file but in a new format. In addition, we've included a number of handy options: + + - Total Excel Converter supports almost all Excel extensions: XLS, XLSX, XLSM, XLSB, XLT, XLTM, XLTX, XLK, XLW. When the new Office is released, we will add new file types too. + - Using our Excel conversion tool, you can convert each page of your spreadsheet into a separate file. + - Our XSLX converter can copy the original time stamps if you don't want to change the date. + - Have an outdated Microsoft Office 2003? Update all your old files to the new format in one go. Use our XLS to XLSX converter offline for batch processing. + - The widest list of output file types: DOC, PDF, HTML, MHT, XHTML, CSV, TXT, TIFF, JPEG, SVG, RTF, XML, XLS, XLSX, ODS, ODT, Lotus, DIFF, SYLK, LATEX, SQL, DBF, Access! + - Total Excel Converter can combine several Excel spread sheets into one TIFF or PDF file. + - Our converter has a built-in renamer to give your files new descriptive names. Include a counter, a date or worksheet name into the file name and your files will be in perfect order. + + 30 day FREE trial +Tags: +- Converter +- Excel +PurchaseUrl: https://www.coolutils.com/TotalExcelConverter/license +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalExcelConverter/7.1.0.117/Softplicity.TotalExcelConverter.yaml b/manifests/s/Softplicity/TotalExcelConverter/7.1.0.117/Softplicity.TotalExcelConverter.yaml new file mode 100644 index 000000000000..5567e23a5c2e --- /dev/null +++ b/manifests/s/Softplicity/TotalExcelConverter/7.1.0.117/Softplicity.TotalExcelConverter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalExcelConverter +PackageVersion: 7.1.0.117 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.329/Softplicity.TotalMailConverterPro.installer.yaml b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.329/Softplicity.TotalMailConverterPro.installer.yaml new file mode 100644 index 000000000000..29ee03a7c888 --- /dev/null +++ b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.329/Softplicity.TotalMailConverterPro.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalMailConverterPro +PackageVersion: 11.1.0.329 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Total Mail ConverterPro_is1 +ReleaseDate: 2025-10-22 +AppsAndFeaturesEntries: +- ProductCode: Total Mail ConverterPro_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/TotalMailConverterPro.exe + InstallerSha256: A0D6FE7EA1F3D9C1B317F2B4F3D763AB8827B2AFCAA4F89ED2CAD2F4847CBFCE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.329/Softplicity.TotalMailConverterPro.locale.en-US.yaml b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.329/Softplicity.TotalMailConverterPro.locale.en-US.yaml new file mode 100644 index 000000000000..28172b85e2fa --- /dev/null +++ b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.329/Softplicity.TotalMailConverterPro.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalMailConverterPro +PackageVersion: 11.1.0.329 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Total Mail Converter Pro +PackageUrl: https://www.coolutils.com/TotalMailConverterPro +License: Proprietary +Copyright: Copyright @ 2005 Softplicity, Inc. +ShortDescription: Total Mail Converter Pro converts MSG and EML to PDF, DOC, TXT, HTML, HTMLX, TIFF, RTF documents and images (TIFF, JPEG). +Description: |- + Total Mail Converter Pro converts MSG and EML to PDF, DOC, TXT, HTML, HTMLX, TIFF, RTF documents and images (TIFF, JPEG). While other email converters only extract and save attached files in their original formats, the Pro version is unique - it converts attachments as well. For example, if you have an email with a doc attachment, Total Mail Converter Pro can convert both the message and the attachment to PDF as part of a single operation. + - Attachments saved in DOC, TXT, RTF, PDF, HTML, XLS, and OpenOffice formats can be converted to DOC, RTF, TXT, HTML, HTMLX, JPEG, TIFF, or PDF. + - Attachments can be inserted as clickable links into converted emails. + - With multi-page formats, you can combine several emails into one PDF, DOC or TIFF file. + - Rename output files using macros (name, date, sender, subject, etc.). Attachments can be given descriptive names as well. + - Find out how lawyers save hours with Total Mail Converter Pro. + - Control document appearance by fine-tuning your output files' display options; change the fonts, colors, styles and more. Alternately, you can choose to include any external CSS scheme. + + Total Mail Converter Pro is built around a powerful engine and was designed to help save hours if not days worth of time. It easily processes hundreds of thousands of MSG/EML files through its batch feature, and puts you in the driver's seat through a robust set of customization options. + 30 day FREE trial +Tags: +- Converter +- Mail +PurchaseUrl: https://www.coolutils.com/TotalMailConverter/license-pro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.329/Softplicity.TotalMailConverterPro.yaml b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.329/Softplicity.TotalMailConverterPro.yaml new file mode 100644 index 000000000000..39e2d496a308 --- /dev/null +++ b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.329/Softplicity.TotalMailConverterPro.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalMailConverterPro +PackageVersion: 11.1.0.329 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMovieConverter/4.1.0.78/Softplicity.TotalMovieConverter.installer.yaml b/manifests/s/Softplicity/TotalMovieConverter/4.1.0.78/Softplicity.TotalMovieConverter.installer.yaml new file mode 100644 index 000000000000..3126d7e3a9b0 --- /dev/null +++ b/manifests/s/Softplicity/TotalMovieConverter/4.1.0.78/Softplicity.TotalMovieConverter.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalMovieConverter +PackageVersion: 4.1.0.78 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- AVI +- FLV +- MPEG +- MPG +- WMV +ProductCode: Total Movie Converter_is1 +ReleaseDate: 2025-10-14 +AppsAndFeaturesEntries: +- ProductCode: Total Movie Converter_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/TotalMovieConverter.exe + InstallerSha256: F7B141E4D4DC24100D37990A0BC65676A37332B027FE05809020D6B18A231824 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMovieConverter/4.1.0.78/Softplicity.TotalMovieConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalMovieConverter/4.1.0.78/Softplicity.TotalMovieConverter.locale.en-US.yaml new file mode 100644 index 000000000000..4dd46151c243 --- /dev/null +++ b/manifests/s/Softplicity/TotalMovieConverter/4.1.0.78/Softplicity.TotalMovieConverter.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalMovieConverter +PackageVersion: 4.1.0.78 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Total Movie Converter +PackageUrl: https://www.coolutils.com/TotalMovieConverter +License: Proprietary +Copyright: Copyright @ 2005 Softplicity, Inc. +ShortDescription: Total Movie Converter is a handy solution to convert video files of almost all popular video codecs to AVI, MPG, WMV, MPEG, FLV. +Description: |- + Total Movie Converter is a handy solution to convert video files of almost all popular video codecs to AVI, MPG, WMV, MPEG, FLV. In addition, Total Movie Converter is great for converting video for iPad, iPhone, Apple TV, Archos, XBox and others thanks to the new Video To Device feature. + - If you make home videos with a HD camera Total Movie Converter will make your videos suitable for the web in two clicks. + - Use this powerful video converter to rotate your videos or resize them. + - Total Movie Converter converts video from YouTube, Vimeo, and Sevenload. All you have to do is enter the url. + - The video converter can also change the codec or system type between all popular video formats. You can also adjust Audio\Video bitrate, Frame Rate, cut any piece of your movie or combine video. + + 30 day FREE trial +Tags: +- Converter +- Movie +- Video +PurchaseUrl: https://coolutilsstore.onfastspring.com/movie-converter +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMovieConverter/4.1.0.78/Softplicity.TotalMovieConverter.yaml b/manifests/s/Softplicity/TotalMovieConverter/4.1.0.78/Softplicity.TotalMovieConverter.yaml new file mode 100644 index 000000000000..e4d9a5954c07 --- /dev/null +++ b/manifests/s/Softplicity/TotalMovieConverter/4.1.0.78/Softplicity.TotalMovieConverter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Softplicity.TotalMovieConverter +PackageVersion: 4.1.0.78 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.762.0/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.762.0/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 000000000000..67734a63c66d --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.762.0/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.762.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-05" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.762.0/speakeasy_windows_386.zip + InstallerSha256: f65b17b5920b2b5453314ea43751d485afc44a2f16de9afe0cab5cf08fd963e2 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.762.0/speakeasy_windows_arm64.zip + InstallerSha256: ccf44bab5086b6d86fd73890c01e5034fe9239e45eb2152dc10af84b4bf4ed4a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.762.0/speakeasy_windows_amd64.zip + InstallerSha256: f19cc23a8ab97658e964fa3aea5f86a4667a64901c7794c04fa77cbcc58f6368 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.762.0/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.762.0/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 000000000000..15c94dd3df92 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.762.0/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.762.0 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.762.0 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.762.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.762.0/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.762.0/Speakeasy.speakeasy.yaml new file mode 100644 index 000000000000..d05a0c47ec3b --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.762.0/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.762.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpitfireAudioHoldingsLtd/SpitfireAudio/3.4.18/SpitfireAudioHoldingsLtd.SpitfireAudio.installer.yaml b/manifests/s/SpitfireAudioHoldingsLtd/SpitfireAudio/3.4.18/SpitfireAudioHoldingsLtd.SpitfireAudio.installer.yaml new file mode 100644 index 000000000000..61beb05fb4de --- /dev/null +++ b/manifests/s/SpitfireAudioHoldingsLtd/SpitfireAudio/3.4.18/SpitfireAudioHoldingsLtd.SpitfireAudio.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SpitfireAudioHoldingsLtd.SpitfireAudio +PackageVersion: 3.4.18 +InstallerType: inno +InstallerSwitches: + Silent: /verysilent + SilentWithProgress: /silent +Installers: +- Architecture: x64 + InstallerUrl: https://www2.spitfireaudio.com/library-manager/download/win/ + InstallerSha256: 4E72CB6F6738185531CAA02936B0C6107015CCDE37649B460EE6B826F1B7D4FF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpitfireAudioHoldingsLtd/SpitfireAudio/3.4.18/SpitfireAudioHoldingsLtd.SpitfireAudio.locale.en-US.yaml b/manifests/s/SpitfireAudioHoldingsLtd/SpitfireAudio/3.4.18/SpitfireAudioHoldingsLtd.SpitfireAudio.locale.en-US.yaml new file mode 100644 index 000000000000..2dfc694fb196 --- /dev/null +++ b/manifests/s/SpitfireAudioHoldingsLtd/SpitfireAudio/3.4.18/SpitfireAudioHoldingsLtd.SpitfireAudio.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SpitfireAudioHoldingsLtd.SpitfireAudio +PackageVersion: 3.4.18 +PackageLocale: en-US +Publisher: Spitfire Audio Holdings Ltd +PackageName: Spitfire Audio +License: Spitfire Audio Holdings Ltd • Copyright © 2025 • All rights reserved +Copyright: Spitfire Audio Holdings Ltd +ShortDescription: Spitfire Audio Setup +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpitfireAudioHoldingsLtd/SpitfireAudio/3.4.18/SpitfireAudioHoldingsLtd.SpitfireAudio.yaml b/manifests/s/SpitfireAudioHoldingsLtd/SpitfireAudio/3.4.18/SpitfireAudioHoldingsLtd.SpitfireAudio.yaml new file mode 100644 index 000000000000..9c20e04d1af6 --- /dev/null +++ b/manifests/s/SpitfireAudioHoldingsLtd/SpitfireAudio/3.4.18/SpitfireAudioHoldingsLtd.SpitfireAudio.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SpitfireAudioHoldingsLtd.SpitfireAudio +PackageVersion: 3.4.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sinelaw/fresh-editor/0.3.2/sinelaw.fresh-editor.installer.yaml b/manifests/s/sinelaw/fresh-editor/0.3.2/sinelaw.fresh-editor.installer.yaml new file mode 100644 index 000000000000..36ea7c8b73e6 --- /dev/null +++ b/manifests/s/sinelaw/fresh-editor/0.3.2/sinelaw.fresh-editor.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: sinelaw.fresh-editor +PackageVersion: 0.3.2 +InstallerLocale: en-US +InstallerType: zip +Scope: user +NestedInstallerType: portable +UpgradeBehavior: uninstallPrevious +NestedInstallerFiles: + - RelativeFilePath: fresh.exe + PortableCommandAlias: fresh +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/sinelaw/fresh/releases/download/v0.3.2/fresh-editor-x86_64-pc-windows-msvc.zip + InstallerSha256: f72395c1232d68382ca3b39d6726dafc554243cddbc0c6eda1801cf93fc7b3b3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sinelaw/fresh-editor/0.3.2/sinelaw.fresh-editor.locale.en-US.yaml b/manifests/s/sinelaw/fresh-editor/0.3.2/sinelaw.fresh-editor.locale.en-US.yaml new file mode 100644 index 000000000000..be770d447428 --- /dev/null +++ b/manifests/s/sinelaw/fresh-editor/0.3.2/sinelaw.fresh-editor.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: sinelaw.fresh-editor +PackageVersion: 0.3.2 +PackageLocale: en-US +Publisher: sinelaw +PublisherUrl: https://github.com/sinelaw +PublisherSupportUrl: https://github.com/sinelaw/fresh/issues +Author: Noam Lewis +PackageName: fresh-editor +PackageUrl: https://github.com/sinelaw/fresh +License: GPL-2.0 +LicenseUrl: https://github.com/sinelaw/fresh/blob/main/LICENSE +Copyright: Copyright (c) sinelaw +ShortDescription: A modern terminal-based text editor with TypeScript plugin support +Description: Fresh is a modern terminal-based text editor. It features LSP support, syntax highlighting, multi-cursor editing, TypeScript plugins, and an intuitive interface. +Tags: + - editor + - terminal + - text-editor + - tui + - lsp + - syntax-highlighting + - plugins +ReleaseNotesUrl: https://github.com/sinelaw/fresh/releases/tag/v0.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sinelaw/fresh-editor/0.3.2/sinelaw.fresh-editor.yaml b/manifests/s/sinelaw/fresh-editor/0.3.2/sinelaw.fresh-editor.yaml new file mode 100644 index 000000000000..98178ef7ed69 --- /dev/null +++ b/manifests/s/sinelaw/fresh-editor/0.3.2/sinelaw.fresh-editor.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: sinelaw.fresh-editor +PackageVersion: 0.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sonicboom15/daimon/0.0.2/sonicboom15.daimon.installer.yaml b/manifests/s/sonicboom15/daimon/0.0.2/sonicboom15.daimon.installer.yaml new file mode 100644 index 000000000000..c58bd667e453 --- /dev/null +++ b/manifests/s/sonicboom15/daimon/0.0.2/sonicboom15.daimon.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: sonicboom15.daimon +PackageVersion: 0.0.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: daimon.exe + PortableCommandAlias: daimon +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sonicboom15/daimon/releases/download/v0.0.2/daimon_0.0.2_windows_amd64.zip + InstallerSha256: 6CC99E7BC9F64AE412C26EA87AE41B72F0153E67CB412B8982D460322105DE64 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-05 diff --git a/manifests/s/sonicboom15/daimon/0.0.2/sonicboom15.daimon.locale.en-US.yaml b/manifests/s/sonicboom15/daimon/0.0.2/sonicboom15.daimon.locale.en-US.yaml new file mode 100644 index 000000000000..b04dd0852221 --- /dev/null +++ b/manifests/s/sonicboom15/daimon/0.0.2/sonicboom15.daimon.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sonicboom15.daimon +PackageVersion: 0.0.2 +PackageLocale: en-US +Publisher: sonicboom15 +PublisherUrl: https://github.com/sonicboom15 +PublisherSupportUrl: https://github.com/sonicboom15/daimon/issues +PackageName: daimon +PackageUrl: https://github.com/sonicboom15/daimon +License: Apache-2.0 +ShortDescription: The spirit that runs alongside your AI app. A pluggable sidecar runtime for LLMs, memory, and tools. +ReleaseNotesUrl: https://github.com/sonicboom15/daimon/releases/tag/v0.0.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/sonicboom15/daimon/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sonicboom15/daimon/0.0.2/sonicboom15.daimon.yaml b/manifests/s/sonicboom15/daimon/0.0.2/sonicboom15.daimon.yaml new file mode 100644 index 000000000000..c9d843a5df95 --- /dev/null +++ b/manifests/s/sonicboom15/daimon/0.0.2/sonicboom15.daimon.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: sonicboom15.daimon +PackageVersion: 0.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.installer.yaml b/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.installer.yaml new file mode 100644 index 000000000000..aa43d48288ec --- /dev/null +++ b/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ThePokemonCompany.PokemonTCGLive +PackageVersion: 1.37.0.0 +InstallerLocale: en-US +InstallerType: msi +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: neutral + InstallerUrl: https://installer.studio-prod.pokemon.com/installer/PokemonTCGLiveInstaller.msi + InstallerSha256: 6AD6C9F1F7993BEFF2CED01C3D957D9128F08E87126A93550A7C62779C6B099D + ProductCode: '{CF381718-B55C-45DE-8B54-659505489C53}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.locale.en-US.yaml b/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.locale.en-US.yaml new file mode 100644 index 000000000000..ff467b5d3950 --- /dev/null +++ b/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ThePokemonCompany.PokemonTCGLive +PackageVersion: 1.37.0.0 +PackageLocale: en-US +Publisher: The Pokemon Company International +PublisherUrl: https://tcg.pokemon.com/en-us/ +PrivacyUrl: https://www.pokemon.com/us/privacy-notice/ +PackageName: Pokemon Trading Card Game Live +PackageUrl: https://tcg.pokemon.com/en-us/ +License: Proprietary +Copyright: ©️️2023 Pokémon. ©️️1995–2023 Nintendo / Creatures Inc. / GAME FREAK inc. TM, ®, and character names are trademarks of Nintendo. +ShortDescription: Experience the newest way to play the Pokémon Trading Card Game! +Moniker: tcgl +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.yaml b/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.yaml new file mode 100644 index 000000000000..548bab2481e6 --- /dev/null +++ b/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ThePokemonCompany.PokemonTCGLive +PackageVersion: 1.37.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.installer.yaml b/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.installer.yaml index 7ebad1b101b1..b0d8cf7dd696 100644 --- a/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.installer.yaml +++ b/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.installer.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2025/Nov/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Thegrideon.AccessForensics PackageVersion: 2025.11.11.0 @@ -24,6 +24,6 @@ InstallationMetadata: Installers: - Architecture: x86 InstallerUrl: https://www.thegrideon.com/download/accessforensics.exe - InstallerSha256: AFC60762FEC9B89B5C7FBDC2C39C01B62C912DE099F79D364AEA90608E4E5FAB + InstallerSha256: 985F92898E7322F7B80D2080B4899E884E7353D8936220F9C7E6864E670108A1 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.locale.en-US.yaml b/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.locale.en-US.yaml index 1ab1bd0dc375..b9c302ece89f 100644 --- a/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.locale.en-US.yaml +++ b/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2025/Nov/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Thegrideon.AccessForensics PackageVersion: 2025.11.11.0 @@ -35,4 +35,4 @@ Tags: - Recovery PurchaseUrl: https://www.thegrideon.com/buy-access-forensics.html ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.yaml b/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.yaml index 5e6c674cf1a0..f455aaeb3846 100644 --- a/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.yaml +++ b/manifests/t/Thegrideon/AccessForensics/2025.11.11.0/Thegrideon.AccessForensics.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Nov/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Thegrideon.AccessForensics PackageVersion: 2025.11.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tixati/Tixati/Portable/3.42-1/Tixati.Tixati.Portable.installer.yaml b/manifests/t/Tixati/Tixati/Portable/3.42-1/Tixati.Tixati.Portable.installer.yaml new file mode 100644 index 000000000000..1a3b3cf9361e --- /dev/null +++ b/manifests/t/Tixati/Tixati/Portable/3.42-1/Tixati.Tixati.Portable.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tixati.Tixati.Portable +PackageVersion: 3.42-1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +Protocols: +- magnet +FileExtensions: +- torrent +ReleaseDate: 2025-12-05 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: Tixati_portable\tixati_Windows32bit.exe + InstallerUrl: https://download.tixati.com/tixati-3.42-1.portable.zip + InstallerSha256: 5937206984DA48CA6BC2BD3EDA22D46BFE3445BA79BC5C6070F1C2D0BAE7972E +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: Tixati_portable\tixati_Windows64bit.exe + InstallerUrl: https://download.tixati.com/tixati-3.42-1.portable.zip + InstallerSha256: 5937206984DA48CA6BC2BD3EDA22D46BFE3445BA79BC5C6070F1C2D0BAE7972E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tixati/Tixati/Portable/3.42-1/Tixati.Tixati.Portable.locale.en-US.yaml b/manifests/t/Tixati/Tixati/Portable/3.42-1/Tixati.Tixati.Portable.locale.en-US.yaml new file mode 100644 index 000000000000..e8899aa9091a --- /dev/null +++ b/manifests/t/Tixati/Tixati/Portable/3.42-1/Tixati.Tixati.Portable.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tixati.Tixati.Portable +PackageVersion: 3.42-1 +PackageLocale: en-US +Publisher: Tixati +PublisherUrl: https://tixati.com/ +PublisherSupportUrl: https://support.tixati.com/ +PackageName: Tixati +PackageUrl: https://www.tixati.com/ +License: Proprietary +LicenseUrl: https://www.tixati.com/tixati_eula.txt +Copyright: Copyright 2024 Tixati Software Inc. +ShortDescription: Tixati is a proprietary Linux and Windows BitTorrent client written in C++. +Description: > + Tixati is a New and Powerful P2P System, 100% Free, Simple and Easy to Use Bittorrent Client + Contains NO Spyware and NO Ads, and it has Windows and Linux Native Versions Available. +Moniker: tixati +Tags: +- p2p-file-sharing +- torrent +- torrenting +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tixati/Tixati/Portable/3.42-1/Tixati.Tixati.Portable.yaml b/manifests/t/Tixati/Tixati/Portable/3.42-1/Tixati.Tixati.Portable.yaml new file mode 100644 index 000000000000..54546e22c9ce --- /dev/null +++ b/manifests/t/Tixati/Tixati/Portable/3.42-1/Tixati.Tixati.Portable.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tixati.Tixati.Portable +PackageVersion: 3.42-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.installer.yaml b/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.installer.yaml new file mode 100644 index 000000000000..4344aa891e09 --- /dev/null +++ b/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tricerat.ScrewDriversClient +PackageVersion: 7.9.6 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{62F3C2DF-4369-4F90-AFE8-A6FD57490F03}' +AppsAndFeaturesEntries: +- UpgradeCode: '{6CE3200F-E515-4D06-976F-73007971AF04}' +Installers: +- Architecture: x64 + InstallerUrl: https://www.tricerat.com/hubfs/software-downloads/Version%207/v7.9.6/ScrewDriversClient_7.9.6.21339_x64.msi + InstallerSha256: ADBFF08BB9EC23281E8C30073868A20A6EE03AEB7D2335D345992F6989AB66C7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.locale.en-US.yaml b/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.locale.en-US.yaml new file mode 100644 index 000000000000..0e6d91b2d44d --- /dev/null +++ b/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tricerat.ScrewDriversClient +PackageVersion: 7.9.6 +PackageLocale: en-US +Publisher: Tricerat +PublisherUrl: https://www.tricerat.com/ +PublisherSupportUrl: https://www.tricerat.com/support +PrivacyUrl: https://www.tricerat.com/privacy-policy +Author: Tricerat, Inc. +PackageName: ScrewDrivers Client +PackageUrl: https://www.tricerat.com/client-downloads +License: Proprietary +LicenseUrl: https://www.tricerat.com/privacy/EULA +Copyright: Copyright © 2026 Tricerat, Inc. All rights reserved. +CopyrightUrl: https://www.tricerat.com/privacy/EULA +ShortDescription: Instant access to better printing and scanning for your organization with ScrewDrivers enterprise print management and monitoring tools. +Tags: +- print +- printer +ReleaseNotesUrl: https://tricerat.atlassian.net/wiki/spaces/TKB/pages/1045954573/Version+7+History +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.locale.zh-CN.yaml b/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.locale.zh-CN.yaml new file mode 100644 index 000000000000..f8acd7e6fc2a --- /dev/null +++ b/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tricerat.ScrewDriversClient +PackageVersion: 7.9.6 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 通过 ScrewDrivers 企业级打印管理与监控工具,为您的组织即时提供更优质的打印和扫描服务。 +Tags: +- 打印 +- 打印机 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.yaml b/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.yaml new file mode 100644 index 000000000000..9d573e48f7db --- /dev/null +++ b/manifests/t/Tricerat/ScrewDriversClient/7.9.6/Tricerat.ScrewDriversClient.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tricerat.ScrewDriversClient +PackageVersion: 7.9.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WilsonGlasser/BaseMaster/0.4.2/WilsonGlasser.BaseMaster.installer.yaml b/manifests/w/WilsonGlasser/BaseMaster/0.4.2/WilsonGlasser.BaseMaster.installer.yaml new file mode 100644 index 000000000000..3441ecba6155 --- /dev/null +++ b/manifests/w/WilsonGlasser/BaseMaster/0.4.2/WilsonGlasser.BaseMaster.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WilsonGlasser.BaseMaster +PackageVersion: 0.4.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: BaseMaster +ReleaseDate: 2026-05-05 +AppsAndFeaturesEntries: +- DisplayName: BaseMaster + Publisher: basemaster + ProductCode: BaseMaster +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\BaseMaster' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wilsonglasser/basemaster/releases/download/v0.4.2/BaseMaster_0.4.2_x64-setup.exe + InstallerSha256: 2AA03D3A9136F8C4AB313D26CD5D993044670F3CE85E5A61E8DEE6141C0AD483 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WilsonGlasser/BaseMaster/0.4.2/WilsonGlasser.BaseMaster.locale.en-US.yaml b/manifests/w/WilsonGlasser/BaseMaster/0.4.2/WilsonGlasser.BaseMaster.locale.en-US.yaml new file mode 100644 index 000000000000..875069d442d1 --- /dev/null +++ b/manifests/w/WilsonGlasser/BaseMaster/0.4.2/WilsonGlasser.BaseMaster.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WilsonGlasser.BaseMaster +PackageVersion: 0.4.2 +PackageLocale: en-US +Publisher: Wilson Glasser +PublisherUrl: https://basemaster.org/ +PublisherSupportUrl: https://github.com/wilsonglasser/basemaster/issues +Author: Wilson Glasser +PackageName: https://basemaster.org +PackageUrl: https://basemaster.org/ +License: MIT +LicenseUrl: https://github.com/wilsonglasser/basemaster/blob/HEAD/LICENSE +ShortDescription: Desktop database tool for developers — MySQL, MariaDB, PostgreSQL, SQLite. +Description: Desktop database tool for developers — MySQL, MariaDB, PostgreSQL, SQLite. +Tags: +- database +- mariadb +- mysql +- postgreesql +- rust +- sqlite +ReleaseNotes: |- + BaseMaster v0.4.2 + Download disponível em Assets abaixo. + - Windows: .msi (instalador) e .exe (portable) + - macOS: .dmg (Apple Silicon / Intel) + - Linux: .deb, .rpm, .AppImage + 🤖 Build automatizado via GitHub Actions. +ReleaseNotesUrl: https://github.com/wilsonglasser/basemaster/releases/tag/v0.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WilsonGlasser/BaseMaster/0.4.2/WilsonGlasser.BaseMaster.yaml b/manifests/w/WilsonGlasser/BaseMaster/0.4.2/WilsonGlasser.BaseMaster.yaml new file mode 100644 index 000000000000..23738e32ed4e --- /dev/null +++ b/manifests/w/WilsonGlasser/BaseMaster/0.4.2/WilsonGlasser.BaseMaster.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WilsonGlasser.BaseMaster +PackageVersion: 0.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wasmCloud/wash/2.0.7/wasmCloud.wash.installer.yaml b/manifests/w/wasmCloud/wash/2.0.7/wasmCloud.wash.installer.yaml new file mode 100644 index 000000000000..4fd87d7aeed9 --- /dev/null +++ b/manifests/w/wasmCloud/wash/2.0.7/wasmCloud.wash.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wasmCloud.wash +PackageVersion: 2.0.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: wash.exe + PortableCommandAlias: wash +ReleaseDate: 2026-05-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wasmCloud/wasmCloud/releases/download/v2.0.7/wash-x86_64-pc-windows-msvc.zip + InstallerSha256: 2455D08C9BFDEA18A9718615266BBAF8D1939BBDE819DFD8EE407D2CB6963C0B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wasmCloud/wash/2.0.7/wasmCloud.wash.locale.en-US.yaml b/manifests/w/wasmCloud/wash/2.0.7/wasmCloud.wash.locale.en-US.yaml new file mode 100644 index 000000000000..d9483480c5b2 --- /dev/null +++ b/manifests/w/wasmCloud/wash/2.0.7/wasmCloud.wash.locale.en-US.yaml @@ -0,0 +1,76 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wasmCloud.wash +PackageVersion: 2.0.7 +PackageLocale: en-US +Publisher: wasmCloud +PublisherUrl: https://wasmcloud.com/ +PublisherSupportUrl: https://github.com/wasmCloud/wasmCloud/issues +Author: The wasmCloud Authors +PackageName: wash +PackageUrl: https://wasmcloud.com/docs/wash/ +License: Apache-2.0 +LicenseUrl: https://github.com/wasmCloud/wasmCloud/blob/HEAD/LICENSE +Copyright: Copyright The wasmCloud Authors +ShortDescription: The wasmCloud Shell (wash) - a CLI for building, running, and managing WebAssembly components and wasmCloud applications. +Description: |- + wash is the wasmCloud Shell, a single CLI tool for working with WebAssembly components and wasmCloud. + - Build WebAssembly components from multiple languages with `wash build` + - Iterate quickly with a live dev loop using `wash dev` + - Run a local wasmCloud host and deploy applications + - Manage plugins and WIT interfaces +Moniker: wash +Tags: +- cli +- component +- rust +- wasi +- wasm +- wasmcloud +- webassembly +- wit +ReleaseNotes: |- + What's Changed + - fix(http): return typed RouteError with accurate HTTP status codes by @Aditya1404Sal in #5082 + - chore: rm passing wash prefix to brew by @dphilla in #5083 + - feat: Expand DevRouter and DynamicRouter Tests by @Aditya1404Sal in #5064 + - chore: upgrade async-nats to 0.47 by @ricochet in #5087 + - [bugfix] Add port name to hello-world by @jfleitz in #5090 + - Fix workload readiness for NATS subs by @ricochet in #5086 + - docs(templates): reorganize Rust templates and add HTTP handler set by @ericgregory in #5084 + - ci: re-enable dependabot for main and release-1.9.x by @officialasishkumar in #5035 + - chore(deps): bump the all-docker group across 2 directories with 1 update by @dependabot[bot] in #5091 + - chore: upgrade to go 1.26 by @ricochet in #5095 + - chore(deps): bump the all-github-actions group across 6 directories with 24 updates by @dependabot[bot] in #5093 + - chore(deps): bump the all-go group across 2 directories with 12 updates by @dependabot[bot] in #5092 + - fix(test): wait on the host by @ricochet in #5100 + - fix(operator): gate WorkloadDeployment Ready on replica availability by @ricochet in #5101 + - chore(security): bump wasmtime, drop rustls-pemfile, add cargo audit by @ricochet in #5102 + - ci: automated release train by @ricochet in #5098 + - ci: disable 1.9 dependabot by @ricochet in #5097 + - fix: remove canary-v2 now that canary exists by @ricochet in #5104 + - chore(deps): bump the all-go group across 1 directory with 3 updates by @dependabot[bot] in #5103 + - ci: fix sed for release-train by @ricochet in #5105 + - backout publishing wash-runtime by @ricochet in #5106 + - release: v2.0.6 by @automation-wasmcloud in #5107 + - harden release train CI by @ricochet in #5108 + - pass sha input for release-tag by @ricochet in #5109 + - chore(deps): bump the all-github-actions group across 2 directories with 1 update by @dependabot[bot] in #5112 + - chore(deps): bump go.wasmcloud.dev/runtime-operator/v2 from 2.0.5 to 2.0.6 in /runtime-gateway in the all-go group across 1 directory by @dependabot[bot] in #5111 + - ci: make package-manager publishing best-effort by @ricochet in #5110 + - fix(dev): friendly url by @ricochet in #5114 + - ci: OpenSSF Scorecard workflow by @ricochet in #5115 + - ci: fix scorecard publish and harden workflows by @ricochet in #5118 + - Revert "ci: fix scorecard publish and harden workflows" by @ricochet in #5119 + - ci: lint workflows and actions by @ricochet in #5120 + - ci(zizmor): grant write for security upload by @ricochet in #5123 + - release: v2.0.7 by @automation-wasmcloud in #5124 + New Contributors + - @officialasishkumar made their first contribution in #5035 + Full Changelog: v2.0.5...v2.0.7 +ReleaseNotesUrl: https://github.com/wasmCloud/wasmCloud/releases/tag/v2.0.7 +Documentations: +- DocumentUrl: https://wasmcloud.com/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wasmCloud/wash/2.0.7/wasmCloud.wash.yaml b/manifests/w/wasmCloud/wash/2.0.7/wasmCloud.wash.yaml new file mode 100644 index 000000000000..1bcfca02795a --- /dev/null +++ b/manifests/w/wasmCloud/wash/2.0.7/wasmCloud.wash.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: wasmCloud.wash +PackageVersion: 2.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zenpaw/Skypaw/1.0.0/Zenpaw.Skypaw.locale.en-US.yaml b/manifests/z/Zenpaw/Skypaw/1.0.0/Zenpaw.Skypaw.locale.en-US.yaml index 25f3a33720f5..5e1e0ed23bfc 100644 --- a/manifests/z/Zenpaw/Skypaw/1.0.0/Zenpaw.Skypaw.locale.en-US.yaml +++ b/manifests/z/Zenpaw/Skypaw/1.0.0/Zenpaw.Skypaw.locale.en-US.yaml @@ -12,5 +12,14 @@ PackageUrl: https://github.com/zenpaw-labs/skypaw License: MIT License ShortDescription: "Minimal weather CLI for the terminal \U0001F324️" ReleaseNotesUrl: https://github.com/zenpaw-labs/skypaw/releases/tag/v1.0.0 +Tags: +- weather +- temperature +- celsius +- clock-with-seconds +- clockwithseconds +- open-meteo +- openmeteo +- requirescmd ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/z/ZetaSoftwareGmbH/ZetaResourceEditor/2.3.104.0/ZetaSoftwareGmbH.ZetaResourceEditor.installer.yaml b/manifests/z/ZetaSoftwareGmbH/ZetaResourceEditor/2.3.104.0/ZetaSoftwareGmbH.ZetaResourceEditor.installer.yaml new file mode 100644 index 000000000000..f1777474b10a --- /dev/null +++ b/manifests/z/ZetaSoftwareGmbH/ZetaResourceEditor/2.3.104.0/ZetaSoftwareGmbH.ZetaResourceEditor.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ZetaSoftwareGmbH.ZetaResourceEditor +PackageVersion: 2.3.104.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://www.zeta-resource-editor.com/zetaresourceeditor-setup.exe + InstallerSha256: EB7D7F10222375C45456F728A0ACA750B1FDA8F6C294093E1242734C100DE7CF + ProductCode: ZetaResourceEditor +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZetaSoftwareGmbH/ZetaResourceEditor/2.3.104.0/ZetaSoftwareGmbH.ZetaResourceEditor.locale.en-US.yaml b/manifests/z/ZetaSoftwareGmbH/ZetaResourceEditor/2.3.104.0/ZetaSoftwareGmbH.ZetaResourceEditor.locale.en-US.yaml new file mode 100644 index 000000000000..c3d1a8bc575d --- /dev/null +++ b/manifests/z/ZetaSoftwareGmbH/ZetaResourceEditor/2.3.104.0/ZetaSoftwareGmbH.ZetaResourceEditor.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZetaSoftwareGmbH.ZetaResourceEditor +PackageVersion: 2.3.104.0 +PackageLocale: en-US +Publisher: Zeta Software GmbH +PublisherSupportUrl: https://github.com/UweKeim/ZetaResourceEditor/issues +Author: Uwe Keim +PackageName: Zeta Resource Editor +PackageUrl: https://www.zeta-resource-editor.com/index.html +License: Proprietary +Copyright: Copyright 2006-2023 Zeta Software GmbH +ShortDescription: Free multilingual, parallel .NET resource file editing +Tags: +- csharp +- c-sharp +- dotnet +- language +- resx-files +- translation +- visual-studio +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZetaSoftwareGmbH/ZetaResourceEditor/2.3.104.0/ZetaSoftwareGmbH.ZetaResourceEditor.yaml b/manifests/z/ZetaSoftwareGmbH/ZetaResourceEditor/2.3.104.0/ZetaSoftwareGmbH.ZetaResourceEditor.yaml new file mode 100644 index 000000000000..8c2270f94f84 --- /dev/null +++ b/manifests/z/ZetaSoftwareGmbH/ZetaResourceEditor/2.3.104.0/ZetaSoftwareGmbH.ZetaResourceEditor.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ZetaSoftwareGmbH.ZetaResourceEditor +PackageVersion: 2.3.104.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0