diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 000000000000..2ae5ddbf63ba --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 0.9.93 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.93/OpenCowork-win-amd64-setup.exe + InstallerSha256: B8BAEAF133C006FF342EC8AE1E43AED0661C44719C4754F52CBA1D25FDE45913 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.93/OpenCowork-win-amd64-setup.exe + InstallerSha256: B8BAEAF133C006FF342EC8AE1E43AED0661C44719C4754F52CBA1D25FDE45913 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.93/OpenCowork-win-arm64-setup.exe + InstallerSha256: 7822EA90A28CD9C10735261AA48107E3DEE8F7719AFE52B4F176AD573A0FEFF4 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 000000000000..9546b67acbae --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.93 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + What's Changed + - feat(i18n): translate Chinese to English + add zoom + optimize dev by @IMMENSE-BUILDER in https://github.com/AIDotNet/OpenCowork/pull/95 + New Contributors + - @IMMENSE-BUILDER made their first contribution in https://github.com/AIDotNet/OpenCowork/pull/95 + Added + - Added persistent session goals with database storage, sync events, and goal-aware runtime tools for get_goal, create_goal, and update_goal. + - Added a built-in /goal slash command plus context-panel controls to view, edit, pause, resume, and clear the active session goal. + - Added goal usage accounting and auto-continue support so active goals can carry across turns with token/time tracking and budget limits. + - Added task-page controls to abort active runs and render cron plans with second-level precision in the calendar view. + Changed + - Improved cron schedule validation to use node-cron, normalize cron expressions and time zones, and reject invalid schedules before enabling them. + - Reduced task-run loading to the visible calendar window so the task page scales better with larger run histories. + - Hardened OpenAI-compatible chat streaming with a pre-stream OAuth refresh retry for 401/403 failures and better handling for providers that delay terminal SSE chunks. + Fixed + - Fixed Claude base64 image payloads on the cron Anthropic path to send media_type instead of mediaType. + - Fixed scheduled-state propagation for cron run completion payloads and broadened OAuth expiry parsing for providers that return nonstandard expires_at fields. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.9.93 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 000000000000..35f24d121bce --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 0.9.93 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.9.93 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.yaml similarity index 75% rename from manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.yaml rename to manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.yaml index f36a8c77319b..6dba4a4f20f7 100644 --- a/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.yaml +++ b/manifests/a/AIDotNet/OpenCowork/0.9.93/AIDotNet.OpenCowork.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: AppByTroye.KoodoReader -PackageVersion: 2.3.1 +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.93 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 000000000000..c63e8c0fe8d1 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 0.9.94 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.94/OpenCowork-win-amd64-setup.exe + InstallerSha256: 453DF834B1DEB4D1F08169ED15828F3A51AFAF46CA8FC0135340D5B729B692C8 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.94/OpenCowork-win-amd64-setup.exe + InstallerSha256: 453DF834B1DEB4D1F08169ED15828F3A51AFAF46CA8FC0135340D5B729B692C8 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.94/OpenCowork-win-arm64-setup.exe + InstallerSha256: B7C86D49D4CA77F23262E54D96B9C55F324EC113511DC9389B4268AB125004C8 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 000000000000..f796efeceadb --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.94 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Changed + - Unified Markdown rendering across changelog, preview/detail panels, system command cards, team notifications, plan reviews, context compression summaries, AskUserQuestion previews, sub-agent reports, and thinking blocks by reusing the shared preview Markdown plugin set. + - Moved the session goal bar below the chat input and made it collapsible, with localized show/hide controls to keep the input area calmer while preserving quick goal access. + Fixed + - Fixed completed team workflows leaving an empty assistant placeholder stuck at the bottom as "thinking" after all team tasks were marked complete. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.9.94 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 000000000000..58ee141cf8b8 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 0.9.94 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.9.94 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.yaml similarity index 70% rename from manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml rename to manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.yaml index 3f64ad56c267..b447d36392c6 100644 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml +++ b/manifests/a/AIDotNet/OpenCowork/0.9.94/AIDotNet.OpenCowork.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 261.21849.20 +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.94 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.installer.yaml b/manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.installer.yaml similarity index 77% rename from manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.installer.yaml rename to manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.installer.yaml index ee2bca0ceb8d..c35a1e9c6f74 100644 --- a/manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.installer.yaml +++ b/manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Alibaba.QoderWork -PackageVersion: 0.3.19 +PackageVersion: 0.3.20 InstallerType: nullsoft InstallerSwitches: Upgrade: --updated @@ -10,18 +10,18 @@ UpgradeBehavior: install Protocols: - qoder-work ProductCode: db2524f4-0057-5839-9e54-74a2c4a0ad5e -ReleaseDate: 2026-05-12 +ReleaseDate: 2026-05-13 Installers: - Architecture: x64 Scope: user InstallerUrl: https://download.qoder.com.cn/qoder-work/releases/latest/QoderWork-Setup-User-x64.exe - InstallerSha256: 7319E35E09664DE63C9F8C714DC33F1E1A759A00A64B7866AFBAB9EC4486FD87 + InstallerSha256: DD1FD7566B73A43BD46686B52A0184417C07887F7CDD0D1AB451E2350C0C38F9 InstallerSwitches: Custom: /currentuser - Architecture: x64 Scope: machine InstallerUrl: https://download.qoder.com.cn/qoder-work/releases/latest/QoderWork-Setup-User-x64.exe - InstallerSha256: 7319E35E09664DE63C9F8C714DC33F1E1A759A00A64B7866AFBAB9EC4486FD87 + InstallerSha256: DD1FD7566B73A43BD46686B52A0184417C07887F7CDD0D1AB451E2350C0C38F9 InstallerSwitches: Custom: /allusers ManifestType: installer diff --git a/manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.locale.en-US.yaml b/manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.locale.en-US.yaml similarity index 99% rename from manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.locale.en-US.yaml rename to manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.locale.en-US.yaml index 945dc1c28088..547aaf05fc3e 100644 --- a/manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.locale.en-US.yaml +++ b/manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Alibaba.QoderWork -PackageVersion: 0.3.19 +PackageVersion: 0.3.20 PackageLocale: en-US Publisher: Qoder PublisherUrl: https://qoder.com/ diff --git a/manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.locale.zh-CN.yaml b/manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.locale.zh-CN.yaml similarity index 98% rename from manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.locale.zh-CN.yaml rename to manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.locale.zh-CN.yaml index f274816f25ff..00af2aff236a 100644 --- a/manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.locale.zh-CN.yaml +++ b/manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Alibaba.QoderWork -PackageVersion: 0.3.19 +PackageVersion: 0.3.20 PackageLocale: zh-CN License: 专有软件 ShortDescription: 将智能体能力扩展至代码之外。只需描述您的需求——QoderWork 负责规划、执行并交付。 diff --git a/manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.yaml b/manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.yaml similarity index 91% rename from manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.yaml rename to manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.yaml index ac37736ba78b..39239d2f5660 100644 --- a/manifests/a/Alibaba/QoderWork/0.3.19/Alibaba.QoderWork.yaml +++ b/manifests/a/Alibaba/QoderWork/0.3.20/Alibaba.QoderWork.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Alibaba.QoderWork -PackageVersion: 0.3.19 +PackageVersion: 0.3.20 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.locale.en-US.yaml index 1afc4bc3c61e..cfaeed3ae998 100644 --- a/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.locale.en-US.yaml +++ b/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.locale.en-US.yaml @@ -28,11 +28,14 @@ Tags: - ai - chatbot - claude +- claudecode +- claude-code - code - coding - large-language-model - llm - programming +Moniker: claudecode ReleaseNotes: |- - Improved Agent tool subagent_type matching to accept case- and separator-insensitive values (e.g. "Code Reviewer" resolves to code-reviewer) - Updated agent color palette diff --git a/manifests/a/Apache/NetBeans/30/Apache.NetBeans.installer.yaml b/manifests/a/Apache/NetBeans/30/Apache.NetBeans.installer.yaml new file mode 100644 index 000000000000..d3c3aa5a8020 --- /dev/null +++ b/manifests/a/Apache/NetBeans/30/Apache.NetBeans.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: Apache.NetBeans +PackageVersion: "30" +InstallerType: inno +Scope: machine +ProductCode: Apache NetBeans_is1 +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Friends-of-Apache-NetBeans/netbeans-installers/releases/download/nb30-sans/Apache-NetBeans-30.exe + InstallerSha256: 2F4749AA1D98026DF18EB136D3AC40F824FD5550BD6726367BAD93A2C4A8095F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apache/NetBeans/30/Apache.NetBeans.locale.en-US.yaml b/manifests/a/Apache/NetBeans/30/Apache.NetBeans.locale.en-US.yaml new file mode 100644 index 000000000000..53a8787fb898 --- /dev/null +++ b/manifests/a/Apache/NetBeans/30/Apache.NetBeans.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Apache.NetBeans +PackageVersion: "30" +PackageLocale: en-US +Publisher: Apache NetBeans +PublisherUrl: https://netbeans.apache.org/ +PublisherSupportUrl: https://netbeans.apache.org/front/main/help/ +PrivacyUrl: https://privacy.apache.org/policies/privacy-policy-public.html +Author: The Apache Software Foundation +PackageName: Apache NetBeans +PackageUrl: https://installers.friendsofapachenetbeans.org/ +License: Apache-2.0 +LicenseUrl: https://github.com/apache/netbeans/blob/HEAD/LICENSE +Copyright: Copyright © 2017-2026 The Apache Software Foundation. +ShortDescription: Development Environment, Tooling Platform and Application Framework. +Description: Apache NetBeans is much more than a text editor. It highlights source code syntactically and semantically, lets you easily refactor code, with a range of handy and powerful tools. +Moniker: netbeans +Tags: +- code +- coding +- develop +- development +- java +- programming +ReleaseNotes: Apache NetBeans release 30 without JDK. +ReleaseNotesUrl: https://github.com/Friends-of-Apache-NetBeans/netbeans-installers/releases/tag/nb30-sans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apache/NetBeans/30/Apache.NetBeans.locale.zh-CN.yaml b/manifests/a/Apache/NetBeans/30/Apache.NetBeans.locale.zh-CN.yaml new file mode 100644 index 000000000000..950e65a6980e --- /dev/null +++ b/manifests/a/Apache/NetBeans/30/Apache.NetBeans.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: Apache.NetBeans +PackageVersion: "30" +PackageLocale: zh-CN +ShortDescription: 开发环境、工具平台和应用框架。 +Description: Apache NetBeans 不仅仅是一个文本编辑器。它能够对源代码进行语法和语义高亮,让你轻松地重构代码,并提供一系列便捷且强大的工具。 +Tags: +- java +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml b/manifests/a/Apache/NetBeans/30/Apache.NetBeans.yaml similarity index 70% rename from manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml rename to manifests/a/Apache/NetBeans/30/Apache.NetBeans.yaml index 276d14183e88..ff94cf82cb46 100644 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml +++ b/manifests/a/Apache/NetBeans/30/Apache.NetBeans.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 261.21525.39 +PackageIdentifier: Apache.NetBeans +PackageVersion: "30" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.installer.yaml b/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.installer.yaml deleted file mode 100644 index 596e95fab525..000000000000 --- a/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.installer.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: AppByTroye.KoodoReader -PackageVersion: 2.3.1 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -FileExtensions: -- azw -- azw3 -- cb7 -- cbr -- cbt -- cbz -- epub -- fb2 -- mobi -- pdf -ProductCode: 233610fa-2bda-5a09-a37b-75e0bafa7920 -ReleaseDate: 2026-03-27 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.koodoreader.com/v2.3.1/Koodo-Reader-2.3.1-x64.exe - InstallerSha256: 82CC05C530B68A7E710C4785A9CC5C9654735D48694E6006D81B737D3188C508 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.koodoreader.com/v2.3.1/Koodo-Reader-2.3.1-x64.exe - InstallerSha256: 82CC05C530B68A7E710C4785A9CC5C9654735D48694E6006D81B737D3188C508 - InstallerSwitches: - Custom: /allusers -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.koodoreader.com/v2.3.1/Koodo-Reader-2.3.1-arm64.exe - InstallerSha256: 9B79F5B2BA89DAF7C6830425C467EFCEF8326EAD98BED2A38647F456B344B2FF - InstallerSwitches: - Custom: /currentuser -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.koodoreader.com/v2.3.1/Koodo-Reader-2.3.1-arm64.exe - InstallerSha256: 9B79F5B2BA89DAF7C6830425C467EFCEF8326EAD98BED2A38647F456B344B2FF - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.locale.en-US.yaml b/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.locale.en-US.yaml deleted file mode 100644 index 300db9eb3b5f..000000000000 --- a/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.locale.en-US.yaml +++ /dev/null @@ -1,80 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: AppByTroye.KoodoReader -PackageVersion: 2.3.1 -PackageLocale: en-US -Publisher: App by Troye -PublisherUrl: https://www.koodoreader.com/ -PublisherSupportUrl: https://www.koodoreader.com/en/support -PrivacyUrl: https://www.koodoreader.com/en/privacy -Author: Troye -PackageName: Koodo Reader -PackageUrl: https://www.koodoreader.com/ -License: AGPL-3.0 -LicenseUrl: https://github.com/koodo-reader/koodo-reader/blob/HEAD/LICENSE -Copyright: © 2026 App by Troye. All rights reserved. -CopyrightUrl: https://www.koodoreader.com/en/term -ShortDescription: All-in-one ebook reader -Description: Koodo Reader is an all-in-one eBook reader for Windows, macOS, Linux, and the web, supporting over 15 formats. -Moniker: koodoreader -Tags: -- ebook -- ebook-reader -- epub -- pdf -- reader -ReleaseNotes: |- - Highlights 🎖️ - All of our translation, dictionary, and TTS plugins are now officially open source. You can use the examples and tutorials we provide to develop your own plugins. Repository and plugin tutorials: koodo-reader/plugins: Plugins list for Koodo Reader - New Features - - Support for exporting highlights and notes to PDF and HTML formats - - The TTS feature now opens in a separate window and includes new controls for pause, previous sentence, and next sentence. Click the TTS button in the bottom-right corner of the book - - For security reasons, JavaScript execution within books is disabled by default. You can manually enable it in the reading options panel on the right - - Added current time and reading progress to the book header - - Added 7 app theme colors and support for custom app themes - - All translation, dictionary, and TTS plugins are now built into the app; no need to access the documentation to obtain them - - Added shortcut keys for searching within the book (Ctrl + F) and opening the table of contents (Ctrl + B) - - Support for setting a default bookshelf; the app will automatically switch to this bookshelf upon launch. Go to Settings > General - - Support for vertical text layout. Go to the Reading Options panel on the right > Text Direction - - Added border feature. When enabled, a border will appear around the book. Go to the Reading Options panel on the right to enable it - - Support for exporting book covers. Right-click on the book > More Actions - - Added hyphenation feature. Go to the Reading Options panel on the right to enable it - - Added “Allow Orphan and Widow Lines” feature. Go to the Reading Options panel on the right to enable it - - Added AI Encyclopedia feature. Results will be displayed in the dictionary window after each lookup - - Added Deepl, Azure Translation, and Amazon Translation plugins to the translation tools. You will need to configure your API key - - Added Azure TTS and Amazon Polly to the TTS plugins. You will need to configure your API key - - When you hover your mouse over a note in a book, the note’s content will automatically be displayed - - AI Voice now includes 559 new human voices from Azure, increasing the number of supported languages to 91. Due to the high cost of Azure TTS, usage quotas are consumed 5 times faster than Kokoro 82M - - Added an option in Settings to delete a book’s original file when deleting the book. Go to Settings > General - - You can now edit book covers and descriptions. Right-click on the book and select “Edit Book” - - UI detail optimizations - - (Mobile) The number of languages supported by AI translation has increased to 90 - - (Mobile) Downloaded featured fonts are now automatically applied; no manual setup is required - - (Mobile) For security reasons, JavaScript execution within books is disabled by default. To enable it, go to Settings in the Reading menu - - (Mobile) Vertical text layout is now supported; enable it in the Settings under the Reading menu - - (Mobile) A hyphenation feature has been added; enable it in the Settings under the Reading menu - - (Mobile) A feature allowing orphaned and widowed lines has been added; enable it in the Settings under the Reading menu - - (Mobile) An AI Encyclopedia feature has been added; results will be displayed in the dictionary window after each lookup - - (Mobile) AI Text-to-Speech now includes 559 new human voices from Azure, increasing the number of supported languages to 82. Due to the high cost of Azure TTS, the rate at which Azure TTS quotas are consumed is 5 times that of Kokoro 82M. - Fixes - - Fixed an issue where TTS plugins like ChatTTS would repeatedly send a single sentence when audio generation took a long time. - - Fixed an issue where adding a data source resulted in an error after redeeming a code in certain cases - - (Mobile) Fixed an issue where adding a book caused a synchronization error when using Docker as the data source - - (Mobile) Fixed an issue where adding a data source resulted in an error after redeeming a code in certain cases - - (Mobile) Fixed an issue where reading progress was not recorded for some books - - (Mobile) Fixed an issue where the TTS feature would crash on some Oppo and OnePlus devices - - (Mobile) Fixed an issue where reading progress was not automatically synced after exiting reading via a gesture - - (Mobile) Fixed an issue where AI voice was not working on iOS 17 or lower - - (Mobile) Fixed an issue where page turning via volume keys did not work on iOS 26 - - (Mobile) Fixed an issue where already downloaded fonts could be downloaded again - [!NOTE] - This version has been selected as the stable release candidate. It should work fine in most cases. If you have any concerns, please download the previous stable version - [!TIP] - You can also download the installation package for this version from the our self-hosted mirror. -ReleaseNotesUrl: https://github.com/koodo-reader/koodo-reader/releases/tag/v2.3.1 -Documentations: -- DocumentLabel: Document - DocumentUrl: https://www.koodoreader.com/en/document -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.locale.zh-CN.yaml b/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.locale.zh-CN.yaml deleted file mode 100644 index 6d59feda1c0e..000000000000 --- a/manifests/a/AppByTroye/KoodoReader/2.3.1/AppByTroye.KoodoReader.locale.zh-CN.yaml +++ /dev/null @@ -1,73 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: AppByTroye.KoodoReader -PackageVersion: 2.3.1 -PackageLocale: zh-CN -PublisherUrl: https://www.koodoreader.com/zh -PublisherSupportUrl: https://www.koodoreader.com/zh/support -PrivacyUrl: https://www.koodoreader.com/zh/privacy -PackageUrl: https://www.koodoreader.com/zh -CopyrightUrl: https://www.koodoreader.com/zh/term -ShortDescription: 开源电子阅读解决方案 -Description: Koodo Reader 是一个开源的电子书阅读器,支持多达 15 种主流电子书格式,内置笔记、高亮、翻译功能,助力高效书籍阅读和学习。 -Tags: -- epub -- pdf -- 电子书 -- 电子书阅读器 -- 阅读器 -ReleaseNotes: |- - 亮点 🎖️ - 我们所有的翻译、词典、听书插件已经正式开源,您可以根据我们提供的示例和教程编写自己的插件。仓库地址和插件教程:koodo-reader/plugins: Plugins list for Koodo Reader - 新增 - - 支持导出笔记高亮为 PDF 和 HTML 格式 - - 现在听书功能将在一个单独窗口中展示,并新增暂停,上一句,下一句功能,请点击图书右下角的听书按钮 - - 出于安全原因,默认禁用图书中的 JS 代码执行,您可以在右侧阅读选项面板中手动启用 - - 图书页眉新增当前时间和阅读进度 - - 新增 7 个应用主题色,并支持自定义应用主题色 - - 现在所有的翻译、词典、听书插件将内置在应用中,无需前往帮助文档获取 - - 新增书中搜索(Ctrl + F)和打开目录(Ctrl + B)的快捷键 - - 支持设置默认书架,打开应用之后将自动切换到该书架,请前往设置-通用 - - 支持文字竖排,请前往右侧阅读选项面板-文字方向 - - 新增板框功能,开启之后将在图书周围展示板框,请前往右侧阅读选项面板开启 - - 支持导出图书封面,请在图书上右键-更多操作 - - 新增启用连字符功能,请前往右侧阅读选项面板开启 - - 新增允许孤行和寡行功能,请前往右侧阅读选项面板开启 - - 新增 AI 百科功能,每次查词之后将在词典窗口中展示 - - 翻译插件新增 Deepl,Azure 翻译和 Amazon 翻译插件,需要您自行配置 API Key - - 听书插件新增 Azure TTS 和 Amazon Polly,需要您自行配置 API Key - - 当您在书中笔记上悬停鼠标时,将自动展示笔记的内容 - - AI 语音新增 559 个来自 Azure 的真人语音,支持的语言数量增加到 82 门,由于 Azure TTS 高昂的成本,使用 Azure TTS 的额度消耗速度是 Kokoro 82M 的 5 倍 - - 设置新增删除图书之后同时删除图书的原始文件,请前往设置-通用 - - 支持修改图书封面和描述,请在图书上右键-编辑图书 - - UI 细节优化 - -(移动版)AI 翻译支持的语言数量增加到 94 门 - -(移动版)现在下载精选字体后将自动应用,您无需手动设置 - -(移动版)支持文字竖排,请在阅读菜单的设置中开启 - -(移动版)新增启用连字符功能,请在阅读菜单的设置中开启 - -(移动版)新增允许孤行和寡行功能,请在阅读菜单的设置中开启 - -(移动版)新增 AI 百科功能,每次查词之后将在词典窗口中展示 - -(移动版)AI 语音新增 559 个来自 Azure 的真人语音,支持的语言数量增加到 82 门,由于 Azure TTS 高昂的成本,使用 Azure TTS 的额度消耗速度是 Kokoro 82M 的 5 倍 - 修复 - - 修复 ChatTTS 等听书插件当音频生成时间较长时,出现重复发送单个句子的问题 - - 修复部分图书无法记录阅读进度的问题 - -(移动版)修复使用 Docker 作为数据源,添加图书之后同步报错的问题 - -(移动版)修复部分情况下使用兑换码之后,添加数据源报错的问题 - -(移动版)修复部分图书无法记录阅读进度的问题 - -(移动版)修复安卓上使用 Koodo Reader 作为图书打开方式之后的报错 - -(移动版)修复部分 Oppo 和 OnePlus 设备上听书功能闪退的问题 - -(移动版)修复使用手势退出阅读之后,不自动同步的问题 - -(移动版)修复 iOS 17 上 AI 语音无法使用的问题 - -(移动版)修复 iOS 26 上音量键翻页失效的问题 - -(移动版)修复已经下载的字体可以重复下载的问题 - [!NOTE] - 此版本由于功能已经稳定,bug 也基本修复,被选为下个稳定版候选。如果您对此有任何顾虑,可以下载上一个稳定版. - [!TIP] - 我们还提供了高速下载镜像,您也可以从 自托管镜像 下载此版本的安装包 -ReleaseNotesUrl: https://github.com/koodo-reader/koodo-reader/releases/tag/v2.3.1 -Documentations: -- DocumentLabel: 帮助文档 - DocumentUrl: https://www.koodoreader.com/zh/document -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFStudio/2026.0.0/Apryse.XodoPDFStudio.installer.yaml b/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.installer.yaml similarity index 77% rename from manifests/a/Apryse/XodoPDFStudio/2026.0.0/Apryse.XodoPDFStudio.installer.yaml rename to manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.installer.yaml index 2d5544ce7c44..23ff11f1468d 100644 --- a/manifests/a/Apryse/XodoPDFStudio/2026.0.0/Apryse.XodoPDFStudio.installer.yaml +++ b/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Apryse.XodoPDFStudio -PackageVersion: 2026.0.0 +PackageVersion: 2026.1.0 InstallerType: exe InstallModes: - interactive @@ -13,6 +13,6 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerUrl: https://getpdfstudio.xodo.com/xodopdfstudio/XodoPDFStudio_win64.exe - InstallerSha256: 76C58D76305721C1909147A64F9DAD6EC219058D50C94B67AEAC7A21D46020B9 + InstallerSha256: 9553681197056023B7B7299A725D239B52D8D49089D19C723E69126584663315 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFStudio/2026.0.0/Apryse.XodoPDFStudio.locale.en-US.yaml b/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.locale.en-US.yaml similarity index 94% rename from manifests/a/Apryse/XodoPDFStudio/2026.0.0/Apryse.XodoPDFStudio.locale.en-US.yaml rename to manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.locale.en-US.yaml index 54a6afa6ed25..2971bd0d372d 100644 --- a/manifests/a/Apryse/XodoPDFStudio/2026.0.0/Apryse.XodoPDFStudio.locale.en-US.yaml +++ b/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Apryse.XodoPDFStudio -PackageVersion: 2026.0.0 +PackageVersion: 2026.1.0 PackageLocale: en-US Publisher: Apryse Software Inc. PublisherUrl: https://apryse.com/ diff --git a/manifests/a/Apryse/XodoPDFStudio/2026.0.0/Apryse.XodoPDFStudio.yaml b/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.yaml similarity index 87% rename from manifests/a/Apryse/XodoPDFStudio/2026.0.0/Apryse.XodoPDFStudio.yaml rename to manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.yaml index 2eedc4c39b4c..3be922c51b0e 100644 --- a/manifests/a/Apryse/XodoPDFStudio/2026.0.0/Apryse.XodoPDFStudio.yaml +++ b/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Apryse.XodoPDFStudio -PackageVersion: 2026.0.0 +PackageVersion: 2026.1.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/aloneguid/bt/5.6.10/aloneguid.bt.installer.yaml b/manifests/a/aloneguid/bt/5.6.10/aloneguid.bt.installer.yaml new file mode 100644 index 000000000000..87fc11225213 --- /dev/null +++ b/manifests/a/aloneguid/bt/5.6.10/aloneguid.bt.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: aloneguid.bt +PackageVersion: 5.6.10 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bt.exe +UpgradeBehavior: install +AppsAndFeaturesEntries: +- Publisher: aloneguid +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aloneguid/bt/releases/download/5.6.10/bt.zip + InstallerSha256: 5A3F377E54EC8ED26A12B8948DBCFCF92C8A7A196AF2F32816EDD723FAF4B368 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/a/aloneguid/bt/5.6.10/aloneguid.bt.locale.en-US.yaml b/manifests/a/aloneguid/bt/5.6.10/aloneguid.bt.locale.en-US.yaml new file mode 100644 index 000000000000..3e87591078e9 --- /dev/null +++ b/manifests/a/aloneguid/bt/5.6.10/aloneguid.bt.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: aloneguid.bt +PackageVersion: 5.6.10 +PackageLocale: en-US +Publisher: aloneguid +PublisherUrl: https://github.com/aloneguid +PublisherSupportUrl: https://github.com/aloneguid/bt +Author: Ivan G +PackageName: Browser Tamer +PackageUrl: https://github.com/aloneguid/bt +License: Apache-2.0 +LicenseUrl: https://github.com/aloneguid/bt/blob/master/LICENSE +Copyright: Copyright 2023-2025 @aloneguid +CopyrightUrl: https://github.com/aloneguid/bt/blob/master/LICENSE +ShortDescription: Browser Tamer - browser proxy for Windows with autodetection, rules, scripting. +Tags: +- brave +- browser-chooser +- chrome +- chromium +- firefox +- msedge +- opera-browser +- thorium-browser +- tor +- vivaldi-browser +- waterfox +- windows +ReleaseNotesUrl: https://github.com/aloneguid/bt/releases/tag/5.6.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/aloneguid/bt/5.6.10/aloneguid.bt.yaml b/manifests/a/aloneguid/bt/5.6.10/aloneguid.bt.yaml new file mode 100644 index 000000000000..d43c66e93ef3 --- /dev/null +++ b/manifests/a/aloneguid/bt/5.6.10/aloneguid.bt.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: aloneguid.bt +PackageVersion: 5.6.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.installer.yaml b/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.installer.yaml new file mode 100644 index 000000000000..f16f1e81c9e7 --- /dev/null +++ b/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.installer.yaml @@ -0,0 +1,154 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 1.7.3 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- comate +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{E1BCCBB0-0C31-40C1-AB8D-2AE2E6C3C2F2}}_is1' +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://comate-ide.cdn.bcebos.com/download/stable/b6521b23eb313793d303f352a969808ff20f30ad-252707548/Comate-win32-x64-user-setup.exe + InstallerSha256: AE328D1AFDB5DEDAEB3813CA3503F2D4F3A11553990C1792D4055CBC3801AF0E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.locale.en-US.yaml b/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.locale.en-US.yaml new file mode 100644 index 000000000000..ea4c88d5b5a4 --- /dev/null +++ b/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.locale.en-US.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: Baidu.Comate +PackageVersion: 1.7.3 +PackageLocale: en-US +PublisherUrl: https://comate.baidu.com/en +License: Proprietary +ShortDescription: Intelligent coding capabilities throughout the entire development process along with enhanced multimodal abilities. Install now to start a seamless and natural intelligent development experience. +PurchaseUrl: https://comate.baidu.com/en/pricing +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: Tutorials + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: FAQ + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.locale.zh-CN.yaml b/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.locale.zh-CN.yaml new file mode 100644 index 000000000000..9162f91e0c3d --- /dev/null +++ b/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 1.7.3 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://comate.baidu.com/ +PublisherSupportUrl: https://developer.baidu.com/singleTagPage.html?tagId=326 +PrivacyUrl: https://cloud.baidu.com/doc/COMATE/s/2lxiygl2z +Author: 北京百度网讯科技有限公司 +PackageName: Comate +PackageUrl: https://comate.baidu.com/download +License: 专有软件 +LicenseUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +Copyright: © 2026 Baidu +CopyrightUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +ShortDescription: 智能编码能力深度融入开发全流程,多模态能力全面增强,一键安装、畅享自然流畅的智能开发体验。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +PurchaseUrl: https://comate.baidu.com/pricing +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: 教学课程 + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: 常见问题 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.yaml b/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.yaml new file mode 100644 index 000000000000..d54c3f41c956 --- /dev/null +++ b/manifests/b/Baidu/Comate/1.7.3/Baidu.Comate.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: Baidu.Comate +PackageVersion: 1.7.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.installer.yaml new file mode 100644 index 000000000000..3e9b5a74def6 --- /dev/null +++ b/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Balena.Etcher +PackageVersion: 2.1.6 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- etcher +ProductCode: balena_etcher +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/balena-io/etcher/releases/download/v2.1.6/balenaEtcher-2.1.6.Setup.exe + InstallerSha256: 78D1C45A55428E65AB2AC96E462AD6D77ADBF7D1C0AA4B704B214BC00E1FCDFC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.locale.en-US.yaml new file mode 100644 index 000000000000..5bbf222f52d0 --- /dev/null +++ b/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Balena.Etcher +PackageVersion: 2.1.6 +PackageLocale: en-US +Publisher: Balena Ltd. +PublisherUrl: https://www.balena.io/ +PublisherSupportUrl: https://github.com/balena-io/etcher/blob/HEAD/docs/SUPPORT.md +PrivacyUrl: https://www.balena.io/privacy-policy +Author: Balena Ltd. +PackageName: balenaEtcher +PackageUrl: https://etcher.balena.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/balena-io/etcher/blob/HEAD/LICENSE +Copyright: Copyright 2016-2026 Balena Ltd. +ShortDescription: Flash OS images to SD cards & USB drives, safely and easily. +Description: Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly, and much more. It can also directly flash Raspberry Pi devices that support USB device boot mode. +Tags: +- boot +- dd +- flash +- format +- image +- img +- iso +- usb +ReleaseNotes: faab6b2f (Fix MacOS x86 build by switching to the macos-14-large GH runner, 2026-05-13) +ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v2.1.6 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://etcher-docs.balena.io/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.locale.zh-CN.yaml b/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.locale.zh-CN.yaml new file mode 100644 index 000000000000..aadd6857e4bf --- /dev/null +++ b/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Balena.Etcher +PackageVersion: 2.1.6 +PackageLocale: zh-CN +Publisher: Balena Ltd. +PublisherUrl: https://www.balena.io/ +PublisherSupportUrl: https://github.com/balena-io/etcher/blob/HEAD/docs/SUPPORT.md +PrivacyUrl: https://www.balena.io/privacy-policy +Author: Balena Ltd. +PackageName: balenaEtcher +PackageUrl: https://etcher.balena.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/balena-io/etcher/blob/HEAD/LICENSE +Copyright: Copyright 2016-2026 Balena Ltd. +ShortDescription: 安全轻松地将操作系统镜像刷入 SD 卡和 USB 驱动器。 +Description: Etcher 是一款功能强大的操作系统镜像刷写工具,采用网页技术,让刷写 SD 卡或 USB 驱动器变得愉快而安全。它能防止意外写入硬盘,确保每个字节的数据都被正确写入,等等,并能直接刷写支持 USB 设备启动模式的 Raspberry Pi 设备。 +Tags: +- dd +- img +- iso +- usb +- 刷入 +- 刷写 +- 启动 +- 引导 +- 格式化 +- 烧录 +- 镜像 +ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v2.1.6 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://etcher-docs.balena.io/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.yaml new file mode 100644 index 000000000000..229e23158427 --- /dev/null +++ b/manifests/b/Balena/Etcher/2.1.6/Balena.Etcher.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: Balena.Etcher +PackageVersion: 2.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.installer.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/BitSum.ProcessLasso.Beta.installer.yaml similarity index 82% rename from manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.installer.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/BitSum.ProcessLasso.Beta.installer.yaml index 2a7b058b28b7..456f811c97cf 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.installer.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/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.2.0.17 +PackageVersion: 18.2.0.19 InstallerType: nullsoft Scope: machine UpgradeBehavior: install @@ -12,6 +12,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup64.exe - InstallerSha256: 29F0AA467F6BB5246F50122B58B4A5BFDD47857EB401A8203AC01F7BAF231DC2 + InstallerSha256: 3A211C2B7999A2FCA83B8C9A18C6D0543C3BCB361FBFACCC76ACF8D1ACD24651 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/BitSum.ProcessLasso.Beta.locale.en-US.yaml similarity index 99% rename from manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.locale.en-US.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/BitSum.ProcessLasso.Beta.locale.en-US.yaml index 94cfa0750f89..5f1fdf7d8b8f 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.locale.en-US.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/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.2.0.17 +PackageVersion: 18.2.0.19 PackageLocale: en-US Publisher: Bitsum PublisherUrl: https://bitsum.com/ diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml similarity index 98% rename from manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml index 4e1d17e0c1dc..7b01c943ca88 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/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.2.0.17 +PackageVersion: 18.2.0.19 PackageLocale: zh-CN License: 专有软件 ShortDescription: 实时 CPU 优化和自动化 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/BitSum.ProcessLasso.Beta.yaml similarity index 90% rename from manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/BitSum.ProcessLasso.Beta.yaml index 592576b4fff5..4a9d2d0f3bca 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.17/BitSum.ProcessLasso.Beta.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.2.0.19/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.2.0.17 +PackageVersion: 18.2.0.19 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 000000000000..825c57269eec --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 148.1.92.56 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Nightly +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.56/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: B35041C9AD03DB6EE6CD613D64EC324341219899B42E8CC5D33122848592D270 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.56/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: 10AB07399D14654A3877D2195835DD0453F4558EFFE0B3821CDAC41C61B7B831 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.56/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: 71291B608E59F08DB6577C732B4557C6258123B3F8B6EF8768E837BB9118A36F + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.56/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: B86438A17DB45600ABFD9BCBE9BA7F883E2ED85999DB9400689C3294F03B3A0F + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.56/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: EFDFD6F3B0EA5A6848816F6A67D7F7F09A2BC22425B98FCC00A2DFC4B6DCCB94 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.56/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: F2C4AF11F27165D0370B4399703738F5E62F56471089BC403DBB40B461D3E174 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 000000000000..9a8239b85829 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.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: Brave.Brave.Nightly +PackageVersion: 148.1.92.56 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 000000000000..398078d6e3b3 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.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: Brave.Brave.Nightly +PackageVersion: 148.1.92.56 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.yaml new file mode 100644 index 000000000000..ed217c800cf7 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/148.1.92.56/Brave.Brave.Nightly.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: Brave.Brave.Nightly +PackageVersion: 148.1.92.56 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.installer.yaml b/manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.installer.yaml similarity index 72% rename from manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.installer.yaml rename to manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.installer.yaml index cb6621a54a09..0dfadfc3824d 100644 --- a/manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.installer.yaml +++ b/manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 148.6.5.3 +PackageVersion: 148.6.5.4 InstallerType: exe InstallModes: - silent @@ -31,30 +31,30 @@ FileExtensions: - xht - xhtml ProductCode: CatsxpSoftware Catsxp-Browser -ReleaseDate: 2026-05-08 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 Scope: user - InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x86/catsxp_installer_148_6_5_3.exe - InstallerSha256: 0872A984A1544AF4FE75D8B42D92DA1F9365DA6ADB54BBB86F428B7AFA3972D4 + InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x86/catsxp_installer_148_6_5_4.exe + InstallerSha256: 887CE90333B070B4F12A9B8A0675B438944A9635BAEFB2CC1053A07722A8BB3E InstallerSwitches: Custom: --do-not-launch-chrome - Architecture: x86 Scope: machine - InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x86/catsxp_installer_148_6_5_3.exe - InstallerSha256: 0872A984A1544AF4FE75D8B42D92DA1F9365DA6ADB54BBB86F428B7AFA3972D4 + InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x86/catsxp_installer_148_6_5_4.exe + InstallerSha256: 887CE90333B070B4F12A9B8A0675B438944A9635BAEFB2CC1053A07722A8BB3E InstallerSwitches: Custom: --do-not-launch-chrome --system-level - Architecture: x64 Scope: user - InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x64/catsxp_installer_148_6_5_3.exe - InstallerSha256: 4D141314266A9EC5D2C7F179A7D8816E7BA0EF100411A847EC1ABF9F016D17D0 + InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x64/catsxp_installer_148_6_5_4.exe + InstallerSha256: 297D913E0D341243E6B7B49A34F8E815C525B428D63C9601725CCC8AFDD05796 InstallerSwitches: Custom: --do-not-launch-chrome - Architecture: x64 Scope: machine - InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x64/catsxp_installer_148_6_5_3.exe - InstallerSha256: 4D141314266A9EC5D2C7F179A7D8816E7BA0EF100411A847EC1ABF9F016D17D0 + InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x64/catsxp_installer_148_6_5_4.exe + InstallerSha256: 297D913E0D341243E6B7B49A34F8E815C525B428D63C9601725CCC8AFDD05796 InstallerSwitches: Custom: --do-not-launch-chrome --system-level ManifestType: installer diff --git a/manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.locale.en-US.yaml b/manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.locale.en-US.yaml similarity index 82% rename from manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.locale.en-US.yaml rename to manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.locale.en-US.yaml index c42780a17722..8f8ba36def66 100644 --- a/manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.locale.en-US.yaml +++ b/manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 148.6.5.3 +PackageVersion: 148.6.5.4 PackageLocale: en-US Publisher: Catsxp Software Inc PublisherUrl: https://www.catsxp.com/ @@ -20,8 +20,10 @@ Tags: - web - webpage ReleaseNotes: |- - 1. [*]Kernel upgrade:148.0.7778.160 + 1. [*]Kernel upgrade:148.0.7778.170 2. [!]Some problems correction and detail optimization + 3. [!]Fix page crash issue when enabling disable-direct-write on Win7 + 4. [-]Remove catsxp-microsoft-brand (auto-configured) ReleaseNotesUrl: https://www.catsxp.com/history ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.locale.zh-CN.yaml b/manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.locale.zh-CN.yaml similarity index 82% rename from manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.locale.zh-CN.yaml rename to manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.locale.zh-CN.yaml index 6bb834cff7a2..6a459818ea99 100644 --- a/manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.locale.zh-CN.yaml +++ b/manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 148.6.5.3 +PackageVersion: 148.6.5.4 PackageLocale: zh-CN Publisher: Catsxp Software Inc PublisherUrl: https://www.catsxp.com/zh-hans @@ -20,8 +20,10 @@ Tags: - 猫眼浏览器 - 网页 ReleaseNotes: |- - 1. [*]内核升级:148.0.7778.160 + 1. [*]内核升级:148.0.7778.170 2. [!]若干问题修正与细节优化 + 3. [!]修正 win7 开启 disable-direct-write 页面崩溃问题 + 4. [-]移除 catsxp-microsoft-brand (已自动配置) ReleaseNotesUrl: https://www.catsxp.com/zh-hans/history ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.yaml b/manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.yaml similarity index 90% rename from manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.yaml rename to manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.yaml index d3e13bd70a61..2e99fc766d54 100644 --- a/manifests/c/Catsxp/Catsxp/148.6.5.3/Catsxp.Catsxp.yaml +++ b/manifests/c/Catsxp/Catsxp/148.6.5.4/Catsxp.Catsxp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 148.6.5.3 +PackageVersion: 148.6.5.4 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.installer.yaml b/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.installer.yaml new file mode 100644 index 000000000000..d61cdafcb410 --- /dev/null +++ b/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 46.5.0.34931 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALL_ROOT="" +UpgradeBehavior: uninstallPrevious +Protocols: +- ciscospark +- wbx +- webex +- webexediscovery +- webexteams +FileExtensions: +- ciscospark +- wbx +- webex +- webexediscovery +- webexteams +ProductCode: '{238A0072-D58E-5276-A2A4-4B461BCDEE11}' +AppsAndFeaturesEntries: +- ProductCode: '{238A0072-D58E-5276-A2A4-4B461BCDEE11}' + UpgradeCode: '{B9DCA8E9-B3A9-419A-9D6F-9BC3557EE72C}' +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://binaries.webex.com/WebexDesktop-Win-64-Gold/20260513172520/Webex.msi + InstallerSha256: 3EC64FDA7267C10E297AE495D505A6B0953F36DB838D2041401F77B88E66629A + InstallerSwitches: + Custom: ACCEPT_EULA=TRUE +- Architecture: x64 + Scope: machine + InstallerUrl: https://binaries.webex.com/WebexDesktop-Win-64-Gold/20260513172520/Webex.msi + InstallerSha256: 3EC64FDA7267C10E297AE495D505A6B0953F36DB838D2041401F77B88E66629A + InstallerSwitches: + Custom: ACCEPT_EULA=TRUE ALLUSERS=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.locale.en-US.yaml b/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.locale.en-US.yaml new file mode 100644 index 000000000000..b32af92ebc0c --- /dev/null +++ b/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 46.5.0.34931 +PackageLocale: en-US +Publisher: Cisco Systems, Inc +PublisherSupportUrl: https://help.webex.com/ +Author: Cisco Systems, Inc. +PackageName: Webex +License: Proprietary +Copyright: Copyright © 2026 Cisco Systems. All rights reserved. +ShortDescription: With industry leading video conferencing, calling, and contact center solutions, Webex fuels hybrid work for businesses of all sizes. +Description: |- + Cisco Webex is an app for continuous teamwork. Move work forward in secure work spaces where everyone can contribute anytime with messaging, file sharing, white boarding, video meetings, calling, and more. It works on virtually any device, with these top benefits for mobile app users: + - Streamline Teamwork: One place for all the tools that help you do your job better and faster. Create spaces for you and another person or for a group working on a project. + - Make Better Decisions: Start and join meetings instantly. See everyone with an amazing HD video experience. Share your screen. Keep teamwork going in the connected work space. + - Stay Informed About All Your Work: Select from our growing catalog of integrations and bots to keep up to date with what's happening in other apps such as Box and Salesforce + - Find Anything Fast: Search for people, messages, and files across all your spaces - no need to switch accounts or views + - Bring The Experience Into Meeting Rooms: Pair your app to a Webex device, such as the Webex Board, to do things like wirelessly control meetings and save whiteboard drawings + - Work Securely: Built for business collaboration with end-to-end encryption +Moniker: webex +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +- webinar +ReleaseNotesUrl: https://help.webex.com/article/mqkve8/ +PurchaseUrl: https://pricing.webex.com/us/en/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.locale.zh-CN.yaml b/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.locale.zh-CN.yaml new file mode 100644 index 000000000000..18304f86bd94 --- /dev/null +++ b/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.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: Cisco.Webex +PackageVersion: 46.5.0.34931 +PackageLocale: zh-CN +License: 专有软件 +Copyright: 版权所有 © 2026 Cisco Systems。保留所有权利。 +ShortDescription: 凭借行业领先的视频会议、呼叫和联络中心解决方案,Webex 为各种规模的企业提供混合工作方式。 +Description: |- + Cisco Webex 是一款用于持续团队协作的应用。每个人都可以在安全工作空间中随时通过发送消息、文件共享、白板描绘、视频会议、呼叫等方式推进工作。它几乎适用于任何设备,并主要提供以下优势: + - 简化团队协作:将所有工具集中在一个地方,帮助您更好、更快地完成工作。为您和另一个人或为从事某个项目的团队创建空间。 + - 做出更好的决策:立刻开始及加入会议,通过出色的高清视频体验看见每一个人,共享您的屏幕,并在在线工作空间中保持团队协作。 + - 及时了解您的所有工作:从我们不断增长的集成和 bot 目录中选择,及时了解 Box 和 Salesforce 等其它应用中发生的事情 + - 快速查找所有信息:搜索所有空间中的人员、消息和文件 - 无需切换帐户或视图 + - 将这种体验带入会议室:将您的应用程序与 Webex 设备(如 Webex Board)配对,进行无线控制会议和保存白板绘画等活动 + - 安全工作:通过端对端加密进行业务协作 +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +PurchaseUrl: https://pricing.webex.com/us/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.yaml b/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.yaml new file mode 100644 index 000000000000..72b6b08439f9 --- /dev/null +++ b/manifests/c/Cisco/Webex/46.5.0.34931/Cisco.Webex.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: Cisco.Webex +PackageVersion: 46.5.0.34931 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.installer.yaml b/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.installer.yaml new file mode 100644 index 000000000000..865e97026e7a --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.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: ControlUp.ControlUpAgent +PackageVersion: 9.2.0.733 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +ProductCode: '{FE66C536-4AAD-45F2-80DF-48CBA84748A8}' +AppsAndFeaturesEntries: +- UpgradeCode: '{42F448C8-835A-4EA0-BE1C-05136450B66B}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.controlup.com/agent/9.2.0.733/ControlUpAgent-net48-x64-9.2.0.733-signed.msi + InstallerSha256: DA0BB9E63755FBD4CC1D8D7B70EF6AD48430968039BD20941C811DF1709DEA1C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.locale.en-US.yaml b/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.locale.en-US.yaml new file mode 100644 index 000000000000..3248fb32cb75 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgent +PackageVersion: 9.2.0.733 +PackageLocale: en-US +Publisher: ControlUp Technologies Ltd +PublisherUrl: https://www.controlup.com/ +PublisherSupportUrl: https://help.controlup.com/ +PrivacyUrl: https://www.controlup.com/privacy-policy/ +Author: ControlUp Technologies Ltd. +PackageName: ControlUpAgent +PackageUrl: https://www.controlup.com/download-center/ +License: Proprietary +LicenseUrl: https://www.controlup.com/terms/ +Copyright: Copyright © 2026 ControlUp Technologies Ltd. All rights reserved. +CopyrightUrl: https://www.controlup.com/terms/ +ShortDescription: Monitor and manage physical and virtual Windows machines in your environment +Description: Monitor and manage physical and virtual Windows machines in your environment by installing the ControlUp Agent on your machines. The Agent lets you see real-time metrics of your machines, user sessions, processes, and much more information. Any machine with the Agent installed is considered a "managed machine". +ReleaseNotesUrl: https://www.controlup.com/controlup-release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.locale.zh-CN.yaml b/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.locale.zh-CN.yaml new file mode 100644 index 000000000000..8995eca9839e --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgent +PackageVersion: 9.2.0.733 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在您的机器上监控与管理物理和虚拟 Windows 设备 +Description: 在您的机器上安装 ControlUp 代理以监控与管理环境中物理和虚拟 Windows 设备。该代理可让您实时查看机器性能指标、用户会话、进程运行状态等丰富信息。任何安装了此代理的设备均被视为“受管机器”。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.yaml b/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.yaml new file mode 100644 index 000000000000..df97804ea7c5 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.2.0.733/ControlUp.ControlUpAgent.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: ControlUp.ControlUpAgent +PackageVersion: 9.2.0.733 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.installer.yaml b/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.installer.yaml new file mode 100644 index 000000000000..4a41bd7bb4b8 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgentManager +PackageVersion: 9.2.0.733 +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: ControlUpAgent-RealTimeAgentManager-net8-x64-9.2.0.733-signed.msi +InstallerSwitches: + InstallLocation: APPDIR="" +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: ControlUpAgent 9.2.0.733 +AppsAndFeaturesEntries: +- InstallerType: exe +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.controlup.com/agent_manager/9.2.0.733/ControlUpAgent-RealTimeAgentManager-net8-x64-signed-9.2.0.733.zip + InstallerSha256: 994A1D80649A0FD0FB137B73C7D59852895888F9CB82BD874DB5E0A72796D2A7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.locale.en-US.yaml b/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.locale.en-US.yaml new file mode 100644 index 000000000000..e1f0d779c1a4 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgentManager +PackageVersion: 9.2.0.733 +PackageLocale: en-US +Publisher: ControlUp Technologies Ltd +PublisherUrl: https://www.controlup.com/ +PublisherSupportUrl: https://help.controlup.com/ +PrivacyUrl: https://www.controlup.com/privacy-policy/ +Author: ControlUp Technologies Ltd. +PackageName: ControlUp Real-Time Agent (and Manager) +PackageUrl: https://www.controlup.com/download-center/ +License: Proprietary +LicenseUrl: https://www.controlup.com/terms/ +Copyright: Copyright © 2026 ControlUp Technologies Ltd. All rights reserved. +CopyrightUrl: https://www.controlup.com/terms/ +ShortDescription: A Windows service that monitors the ControlUp Agent and restarts it if it stops. +Description: The Real-Time Agent Manager is a Windows service installed on the same machine that the ControlUp Agent Windows service is installed on. Installing the Real-Time Agent Manager also installs the ControlUp Agent. The Real-Time Agent Manager’s main functionality is to act as a “watchdog” for the ControlUp Agent. For example, if the ControlUp Agent stops, the Real-Time Agent Manager restarts the agent. Reciprocally, if the Real-Time Agent Manager stops, the ControlUp Agent restarts the Real-Time Agent Manager. +ReleaseNotesUrl: https://www.controlup.com/controlup-release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.locale.zh-CN.yaml b/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..2fc80fe3f0df --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.locale.zh-CN.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgentManager +PackageVersion: 9.2.0.733 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一个监控 ControlUp Agent 的 Windows 服务,并在其停止时重新启动。 +Description: Real-Time Agent Manager 是一个 Windows 服务,需与 ControlUp Agent 服务安装在同一台机器上。安装 Real-Time Agent Manager 时会同步安装 ControlUp Agent。其主要功能是作为 ControlUp Agent 的“看门狗”——例如当 ControlUp Agent 停止运行时,Real-Time Agent Manager 会自动重启该代理;反之若 Real-Time Agent Manager 停止运行,ControlUp Agent 也会重新启动管理器。 +ReleaseNotesUrl: https://www.controlup.com/controlup-release-notes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.yaml b/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.yaml new file mode 100644 index 000000000000..cc0e46518025 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgentManager/9.2.0.733/ControlUp.ControlUpAgentManager.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: ControlUp.ControlUpAgentManager +PackageVersion: 9.2.0.733 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.installer.yaml b/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.installer.yaml new file mode 100644 index 000000000000..db1ad782e60c --- /dev/null +++ b/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.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: Dalux.Dalux +PackageVersion: 4.0.9628.27686 +Platform: +- Windows.Desktop +- Windows.Universal +MinimumOSVersion: 10.0.17134.0 +InstallerType: appx +Protocols: +- dalux +PackageFamilyName: Dalux_krzmpgdwb7m18 +Installers: +- Architecture: x64 + InstallerUrl: https://bim.dalux.com/Desktop/DaluxDesktop_4.0.9628.27686_Production_Test/DaluxDesktop_4.0.9628.27686_x64_Production.appxbundle + InstallerSha256: B0C98A2FA8D46B3AD7046C576CE0FB38A7747B9A3964728510E41035FF16547E + SignatureSha256: CE4009FA002A2B07272F4018400A43CA572FCE63EEE81C68FBCD24F7E698AB6A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.locale.en-US.yaml b/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.locale.en-US.yaml new file mode 100644 index 000000000000..aafef1a3ca5c --- /dev/null +++ b/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.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: Dalux.Dalux +PackageVersion: 4.0.9628.27686 +PackageLocale: en-US +Publisher: Dalux +PublisherUrl: https://www.dalux.com/ +PrivacyUrl: https://www.dalux.com/privacy-policy/ +Author: Dalux ApS +PackageName: Dalux +PackageUrl: https://www.dalux.com/dalux-build-windows-app/ +License: Freeware +Copyright: © 2026 Dalux +ShortDescription: Free BIM viewer +Description: Dalux BIM viewer is the world’s best at handling multiple complex BIM models. Have confidence that you can see and engage with your project information, regardless of project size, model complexity, or access device! +Tags: +- bim +- construction +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.locale.zh-CN.yaml b/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.locale.zh-CN.yaml new file mode 100644 index 000000000000..8e3200327f98 --- /dev/null +++ b/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.locale.zh-CN.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: Dalux.Dalux +PackageVersion: 4.0.9628.27686 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 免费 BIM 查看器 +Description: Dalux BIM Viewer 是世界上最好的处理多复杂 BIM 模型的工具。无论项目规模、模型复杂度或访问设备如何,您都能自信查看并交互处理项目信息! +Tags: +- bim +- 工程 +- 建设 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.yaml b/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.yaml new file mode 100644 index 000000000000..20a8cb945c5c --- /dev/null +++ b/manifests/d/Dalux/Dalux/4.0.9628.27686/Dalux.Dalux.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: Dalux.Dalux +PackageVersion: 4.0.9628.27686 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.installer.yaml b/manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.installer.yaml similarity index 73% rename from manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.installer.yaml rename to manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.installer.yaml index d3bca79b6f18..7deae7e1d243 100644 --- a/manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.installer.yaml +++ b/manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Dalux.Dalux.MSI -PackageVersion: 4.0.9610.22093 +PackageVersion: 4.0.9628.27686 InstallerType: wix UpgradeBehavior: install Protocols: - dalux -ProductCode: '{E292D8EE-E982-45A6-8CB3-4D8CF99412AC}' +ProductCode: '{8AB8777F-4D7B-4E8E-97FC-20FD278C1B8A}' AppsAndFeaturesEntries: - UpgradeCode: '{7A7E91C3-3DE0-4069-B65D-EAA2EF116C7C}' Installers: - Architecture: x64 InstallerUrl: https://bim.dalux.com/desktop/DaluxDesktop.msi - InstallerSha256: C461A64552E206CE67406B36F056D6F49CE59DC6C9B8D6B453AD40BD69BB63D0 + InstallerSha256: 59288ED1DB02CB19CDE52842BCBC17E3E434F90714284DC6464B0F0A60BC3EB1 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.locale.en-US.yaml b/manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.locale.en-US.yaml similarity index 96% rename from manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.locale.en-US.yaml rename to manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.locale.en-US.yaml index 5b1191d88bc0..e2e08b54fc6a 100644 --- a/manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.locale.en-US.yaml +++ b/manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Dalux.Dalux.MSI -PackageVersion: 4.0.9610.22093 +PackageVersion: 4.0.9628.27686 PackageLocale: en-US Publisher: Dalux PublisherUrl: https://www.dalux.com/ diff --git a/manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.locale.zh-CN.yaml b/manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.locale.zh-CN.yaml similarity index 94% rename from manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.locale.zh-CN.yaml rename to manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.locale.zh-CN.yaml index e169e7b2f648..7c769e4f1e9e 100644 --- a/manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.locale.zh-CN.yaml +++ b/manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Dalux.Dalux.MSI -PackageVersion: 4.0.9610.22093 +PackageVersion: 4.0.9628.27686 PackageLocale: zh-CN License: 免费软件 ShortDescription: 免费 BIM 查看器 diff --git a/manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.yaml b/manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.yaml similarity index 88% rename from manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.yaml rename to manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.yaml index 86d24c9c65d5..1b57e55a07ba 100644 --- a/manifests/d/Dalux/Dalux/MSI/4.0.9610.22093/Dalux.Dalux.MSI.yaml +++ b/manifests/d/Dalux/Dalux/MSI/4.0.9628.27686/Dalux.Dalux.MSI.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Dalux.Dalux.MSI -PackageVersion: 4.0.9610.22093 +PackageVersion: 4.0.9628.27686 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.installer.yaml b/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.installer.yaml new file mode 100644 index 000000000000..75dfb56c16e6 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Deezer.Deezer +PackageVersion: 7.1.200 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- deezer +- dzr +ProductCode: 67490f87-0893-5593-ae76-b1e5d0acd13f +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x86 + InstallerUrl: https://www.deezer.com/desktop/update/artifact-win32-x86-7.1.200 + InstallerSha256: E628B3E9D67B776F3361050B006EBBD7D52C50E6E83AA18A267BDDF75B18BB67 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.locale.en-US.yaml b/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.locale.en-US.yaml new file mode 100644 index 000000000000..37423b5ef3e8 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Deezer.Deezer +PackageVersion: 7.1.200 +PackageLocale: en-US +Publisher: Deezer +PublisherUrl: https://www.deezer.com/ +PublisherSupportUrl: https://support.deezer.com/ +PrivacyUrl: https://www.deezer.com/legal/personal-datas +Author: Deezer S.A. +PackageName: Deezer +PackageUrl: https://www.deezer.com/explore/download/ +License: Proprietary +LicenseUrl: https://www.deezer.com/legal/cgu +Copyright: © 2026 Deezer +CopyrightUrl: https://www.deezer.com/legal/cgu +ShortDescription: A French online music streaming service. +Moniker: deezer +Tags: +- 9nblggh6j7vv +- album +- artist +- audio +- episode +- music +- playlist +- podcast +- radio +- song +- sound +- streaming +PurchaseUrl: https://www.deezer.com/offers +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.locale.zh-CN.yaml b/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.locale.zh-CN.yaml new file mode 100644 index 000000000000..e0f4d7e6f3e7 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.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: Deezer.Deezer +PackageVersion: 7.1.200 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 来自法国的在线音乐流媒体服务 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.yaml b/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.yaml new file mode 100644 index 000000000000..74b908d6ece2 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.200/Deezer.Deezer.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: Deezer.Deezer +PackageVersion: 7.1.200 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DevProxy/DevProxy/Beta/3.0.0-beta.2/DevProxy.DevProxy.Beta.installer.yaml b/manifests/d/DevProxy/DevProxy/Beta/3.0.0-beta.2/DevProxy.DevProxy.Beta.installer.yaml new file mode 100644 index 000000000000..2cd735acca55 --- /dev/null +++ b/manifests/d/DevProxy/DevProxy/Beta/3.0.0-beta.2/DevProxy.DevProxy.Beta.installer.yaml @@ -0,0 +1,11 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DevProxy.DevProxy.Beta +PackageVersion: 3.0.0-beta.2 +InstallerType: inno +Installers: + - InstallerUrl: https://github.com/dotnet/dev-proxy/releases/download/v3.0.0-beta.2/dev-proxy-installer-win-x64-v3.0.0-beta.2.exe + Architecture: x64 + InstallerSha256: 72d2d9258cc4c68fb39a7c5b365138948ad55a2a052991dc4d34bb91e5d8618c +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DevProxy/DevProxy/Beta/3.0.0-beta.2/DevProxy.DevProxy.Beta.locale.en-US.yaml b/manifests/d/DevProxy/DevProxy/Beta/3.0.0-beta.2/DevProxy.DevProxy.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..4bfa12642022 --- /dev/null +++ b/manifests/d/DevProxy/DevProxy/Beta/3.0.0-beta.2/DevProxy.DevProxy.Beta.locale.en-US.yaml @@ -0,0 +1,11 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DevProxy.DevProxy.Beta +PackageVersion: 3.0.0-beta.2 +PackageLocale: en-US +Publisher: .NET Foundation +PackageName: Dev Proxy Beta +License: MIT License +ShortDescription: Dev Proxy Beta is a preview build of the command line tool for simulating APIs for testing apps +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DevProxy/DevProxy/Beta/3.0.0-beta.2/DevProxy.DevProxy.Beta.yaml b/manifests/d/DevProxy/DevProxy/Beta/3.0.0-beta.2/DevProxy.DevProxy.Beta.yaml new file mode 100644 index 000000000000..55e6dee63628 --- /dev/null +++ b/manifests/d/DevProxy/DevProxy/Beta/3.0.0-beta.2/DevProxy.DevProxy.Beta.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DevProxy.DevProxy.Beta +PackageVersion: 3.0.0-beta.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DoltHub/Dolt/2.0.2/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/2.0.2/DoltHub.Dolt.installer.yaml new file mode 100644 index 000000000000..310257049855 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/2.0.2/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: 2.0.2 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{06B3093F-15F5-4E10-8D6C-BA06C3D740BB}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 2.0.2 + ProductCode: '{06B3093F-15F5-4E10-8D6C-BA06C3D740BB}' + UpgradeCode: '{6BC40754-759D-4899-9FD3-E6BE1823CACD}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Dolt' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v2.0.2/dolt-windows-amd64.msi + InstallerSha256: F000CA8805E884820034A3DF9D6FA4502C19DE7E52E1440D16D08E49A53F3D5F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/d/DoltHub/Dolt/2.0.2/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/2.0.2/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 000000000000..4edef9478fff --- /dev/null +++ b/manifests/d/DoltHub/Dolt/2.0.2/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: 2.0.2 +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/v2.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DoltHub/Dolt/2.0.2/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/2.0.2/DoltHub.Dolt.yaml new file mode 100644 index 000000000000..8654ec604b2e --- /dev/null +++ b/manifests/d/DoltHub/Dolt/2.0.2/DoltHub.Dolt.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: DoltHub.Dolt +PackageVersion: 2.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/demkada/ArgyCode/1.10.1/demkada.ArgyCode.installer.yaml b/manifests/d/demkada/ArgyCode/1.10.1/demkada.ArgyCode.installer.yaml new file mode 100644 index 000000000000..ee9cc29d995e --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.10.1/demkada.ArgyCode.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.10.1 +Installers: + - Architecture: x64 + InstallerType: zip + InstallerUrl: https://github.com/demkada/argy-code/releases/download/v1.10.1/argy-windows-x64.zip + InstallerSha256: d4ead6585ef38645a34a6a0501f5d53fc73714b0c1e03736e326873369b3bf7b + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: argy.exe + PortableCommandAlias: argy +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/demkada/ArgyCode/1.10.1/demkada.ArgyCode.locale.en-US.yaml b/manifests/d/demkada/ArgyCode/1.10.1/demkada.ArgyCode.locale.en-US.yaml new file mode 100644 index 000000000000..7c24248ecb41 --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.10.1/demkada.ArgyCode.locale.en-US.yaml @@ -0,0 +1,11 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.10.1 +PackageLocale: en-US +Publisher: demkada +PackageName: Argy Code +License: MIT +ShortDescription: The AI coding agent built for the terminal +PackageUrl: https://github.com/demkada/argy-code +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/demkada/ArgyCode/1.10.1/demkada.ArgyCode.yaml b/manifests/d/demkada/ArgyCode/1.10.1/demkada.ArgyCode.yaml new file mode 100644 index 000000000000..ce733c41fe6f --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.10.1/demkada.ArgyCode.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.10.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.installer.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.installer.yaml new file mode 100644 index 000000000000..3a3fc41841cf --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.installer.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /S /CURRENTUSER + SilentWithProgress: /S /CURRENTUSER +UpgradeBehavior: install +Commands: + - mindwtr +ProductCode: Mindwtr +ReleaseDate: 2026-05-13 +AppsAndFeaturesEntries: + - ProductCode: Mindwtr +InstallationMetadata: + DefaultInstallLocation: '%LOCALAPPDATA%\Programs\Mindwtr' +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/dongdongbh/Mindwtr/releases/download/v0.9.3/mindwtr_0.9.3_x64-setup.exe + InstallerSha256: ffe885e41d11462472b94d03efd5152a981599bdc73fa9e01bba582d0dfd8024 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.locale.en-US.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.locale.en-US.yaml new file mode 100644 index 000000000000..19821d80dd85 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.3 +PackageLocale: en-US +Publisher: dongdongbh +PublisherUrl: https://github.com/dongdongbh +PublisherSupportUrl: https://github.com/dongdongbh/Mindwtr/issues +Author: dongdongbh +PackageName: Mindwtr +PackageUrl: https://github.com/dongdongbh/Mindwtr +License: AGPL-3.0 +LicenseUrl: https://github.com/dongdongbh/Mindwtr/blob/HEAD/LICENSE +ShortDescription: A complete Getting Things Done (GTD) productivity system. +Description: A complete Getting Things Done (GTD) productivity system. +Moniker: mindwtr +Tags: + - cross-platform + - getting-things-done + - gtd + - gtd-applications + - gtd-workflow + - personal-management + - productivity + - second-brain + - task-management + - todo-app +ReleaseNotesUrl: https://github.com/dongdongbh/Mindwtr/releases/tag/v0.9.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.locale.zh-CN.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.locale.zh-CN.yaml new file mode 100644 index 000000000000..1914111ee134 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.3 +PackageLocale: zh-CN +Publisher: dongdongbh +PublisherUrl: https://github.com/dongdongbh +PublisherSupportUrl: https://github.com/dongdongbh/Mindwtr/issues +Author: dongdongbh +PackageName: Mindwtr +PackageUrl: https://github.com/dongdongbh/Mindwtr +License: AGPL-3.0 +LicenseUrl: https://github.com/dongdongbh/Mindwtr/blob/HEAD/LICENSE +ShortDescription: 完整的 GTD(搞定)任务管理系统。 +Description: 完整的 GTD(搞定)任务管理系统。 +Moniker: mindwtr +Tags: + - cross-platform + - getting-things-done + - gtd + - gtd-applications + - gtd-workflow + - personal-management + - productivity + - second-brain + - task-management + - todo-app +ReleaseNotesUrl: https://github.com/dongdongbh/Mindwtr/releases/tag/v0.9.3 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.yaml similarity index 55% rename from manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.yaml rename to manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.yaml index dc8fd30b47ad..394571a375be 100644 --- a/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.yaml +++ b/manifests/d/dongdongbh/Mindwtr/0.9.3/dongdongbh.Mindwtr.yaml @@ -1,8 +1,6 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 136.0.7103.48 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/EvaLing/dotzmy/0.1.9/EvaLing.dotzmy.installer.yaml b/manifests/e/EvaLing/dotzmy/0.1.9/EvaLing.dotzmy.installer.yaml new file mode 100644 index 000000000000..e499d63a20e9 --- /dev/null +++ b/manifests/e/EvaLing/dotzmy/0.1.9/EvaLing.dotzmy.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EvaLing.dotzmy +PackageVersion: 0.1.9 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/evagelinaling/dotz.my-update/releases/download/v0.1.9/dotz.my_0.1.9_x64-setup.exe + InstallerSha256: 6C1CAE12856E3A7ED794F9180A5CB74D08CE21EFAF700EF5503C73F28C22B565 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/e/EvaLing/dotzmy/0.1.9/EvaLing.dotzmy.locale.en-US.yaml b/manifests/e/EvaLing/dotzmy/0.1.9/EvaLing.dotzmy.locale.en-US.yaml new file mode 100644 index 000000000000..689516f48787 --- /dev/null +++ b/manifests/e/EvaLing/dotzmy/0.1.9/EvaLing.dotzmy.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: EvaLing.dotzmy +PackageVersion: 0.1.9 +PackageLocale: en-US +Publisher: dotz.my +PublisherUrl: https://github.com/evagelinaling +PublisherSupportUrl: https://github.com/evagelinaling/dotz.my-update/issues +PackageName: dotz.my +PackageUrl: https://github.com/evagelinaling/dotz.my-update +License: MIT License +ShortDescription: dotz.my +ReleaseNotesUrl: https://github.com/evagelinaling/dotz.my-update/releases/tag/v0.1.9 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/evagelinaling/dotz.my-update/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EvaLing/dotzmy/0.1.9/EvaLing.dotzmy.yaml b/manifests/e/EvaLing/dotzmy/0.1.9/EvaLing.dotzmy.yaml new file mode 100644 index 000000000000..aaeaf5cffa4e --- /dev/null +++ b/manifests/e/EvaLing/dotzmy/0.1.9/EvaLing.dotzmy.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: EvaLing.dotzmy +PackageVersion: 0.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.installer.yaml b/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.installer.yaml index 7ff8baf0a6c5..61da4ab29b5e 100644 --- a/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.installer.yaml +++ b/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.installer.yaml @@ -1,20 +1,29 @@ -# 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: Exclaimer.CloudSignatureUpdateAgent PackageVersion: 1.21.0.0 +InstallerLocale: en-US InstallerType: wix InstallerSwitches: InstallLocation: INSTALLFOLDER="" ProductCode: '{D1827F05-CDAB-444B-90E3-D52ACB111CBD}' +ReleaseDate: 2025-10-07 AppsAndFeaturesEntries: -- UpgradeCode: '{B47CB8D5-32EC-4885-8C7D-013723AD045E}' +- ProductCode: '{D1827F05-CDAB-444B-90E3-D52ACB111CBD}' + UpgradeCode: '{B47CB8D5-32EC-4885-8C7D-013723AD045E}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Exclaimer Ltd\Cloud Signature Update Agent' Installers: - Architecture: x86 + Scope: user InstallerUrl: https://outlookclient.exclaimer.net/csua/Exclaimer.CloudSignatureUpdateAgent.Install.msi InstallerSha256: C9D3BA1A64D35ADFCA79CA9E663B7FD72E199CF1249435BDBDEEE6A3344278E6 -- Architecture: x64 +- Architecture: x86 + Scope: machine InstallerUrl: https://outlookclient.exclaimer.net/csua/Exclaimer.CloudSignatureUpdateAgent.Install.msi InstallerSha256: C9D3BA1A64D35ADFCA79CA9E663B7FD72E199CF1249435BDBDEEE6A3344278E6 + InstallerSwitches: + Custom: ALLUSERS=1 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.locale.en-US.yaml b/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.locale.en-US.yaml index 4db53ad18f40..46eac63616c1 100644 --- a/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.locale.en-US.yaml +++ b/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.locale.en-US.yaml @@ -1,4 +1,4 @@ -# 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: Exclaimer.CloudSignatureUpdateAgent diff --git a/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.locale.zh-CN.yaml b/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.locale.zh-CN.yaml index 8d4dd9b1a937..2d48c32ed643 100644 --- a/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.locale.zh-CN.yaml +++ b/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.12.8.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Exclaimer.CloudSignatureUpdateAgent diff --git a/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.yaml b/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.yaml index 52cbbdfa5900..bda6f3d200e5 100644 --- a/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.yaml +++ b/manifests/e/Exclaimer/CloudSignatureUpdateAgent/1.21.0.0/Exclaimer.CloudSignatureUpdateAgent.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.12.8.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Exclaimer.CloudSignatureUpdateAgent diff --git a/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.installer.yaml b/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.installer.yaml new file mode 100644 index 000000000000..b561dc5216f5 --- /dev/null +++ b/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ebkr.r2modman +PackageVersion: 3.2.16 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- ror2mm +ProductCode: ac231ef6-6414-5f8d-b36f-3b57705721dd +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ebkr/r2modmanPlus/releases/download/v3.2.16/r2modman-Setup-3.2.16.exe + InstallerSha256: 116A64CB4E19ADB737CCA6D43E0493EB1CD6196BF806EE924A051C21DAF5E24B + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ebkr/r2modmanPlus/releases/download/v3.2.16/r2modman-Setup-3.2.16.exe + InstallerSha256: 116A64CB4E19ADB737CCA6D43E0493EB1CD6196BF806EE924A051C21DAF5E24B + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.locale.en-US.yaml b/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.locale.en-US.yaml new file mode 100644 index 000000000000..e71ed8337253 --- /dev/null +++ b/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ebkr.r2modman +PackageVersion: 3.2.16 +PackageLocale: en-US +Publisher: ebkr +PublisherUrl: https://github.com/ebkr +PublisherSupportUrl: https://github.com/ebkr/r2modmanPlus/issues +Author: Cade Ayres +PackageName: r2modman +PackageUrl: https://github.com/ebkr/r2modmanPlus +License: MIT +LicenseUrl: https://github.com/ebkr/r2modmanPlus/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Cade Ayres +ShortDescription: A simple and easy to use mod manager for several games using Thunderstore. +Description: A simple and easy to use mod manager for several games using Thunderstore. A mod manager is an application to make it easier to control which mods you have installed. +Tags: +- bepinex +- mod +- mod-manager +- mods +- unity +ReleaseNotes: |- + What's Changed + - Add Sledding game by @ethangreen-dev in https://github.com/ebkr/r2modmanPlus/pull/2105 + - Add Hot Lava and fix three-component path resolution bug by @ethangreen-dev in https://github.com/ebkr/r2modmanPlus/pull/2106 + - Fixed DownloadMonitor.vue scrolling by @ebkr in https://github.com/ebkr/r2modmanPlus/pull/2107 + - Add four new games by @ethangreen-dev in https://github.com/ebkr/r2modmanPlus/pull/2112 + - Add enable/disable support to InstallRulePluginInstaller by @anttimaki in https://github.com/ebkr/r2modmanPlus/pull/2103 + - Extract mod uninstallation logic from GenericProfileInstaller by @anttimaki in https://github.com/ebkr/r2modmanPlus/pull/2104 + - Fix race condition in DownloadModVersionSelectModal by @anttimaki in https://github.com/ebkr/r2modmanPlus/pull/2119 + - Update game assets by @ethangreen-dev in https://github.com/ebkr/r2modmanPlus/pull/2115 + - Added explicit rejection of executables from profile exports by @ebkr in https://github.com/ebkr/r2modmanPlus/pull/2124 + - Sync ecosystem data by @anttimaki in https://github.com/ebkr/r2modmanPlus/pull/2129 + - Add missing methods to LovelyPluginInstaller by @anttimaki in https://github.com/ebkr/r2modmanPlus/pull/2120 + - Refactor GenericProfileInstaller into a simple wrapper for PackageInstaller calls by @anttimaki in https://github.com/ebkr/r2modmanPlus/pull/2121 + - Week 17 game additions by @ethangreen-dev in https://github.com/ebkr/r2modmanPlus/pull/2134 + - Show more informative error message on a FileTree failure by @anttimaki in https://github.com/ebkr/r2modmanPlus/pull/2137 + - Ecosystem merge by @ebkr in https://github.com/ebkr/r2modmanPlus/pull/2113 + - Game grouping by @ebkr in https://github.com/ebkr/r2modmanPlus/pull/2135 + - Week 18 game additions by @ethangreen-dev in https://github.com/ebkr/r2modmanPlus/pull/2140 + - Updated groupings to allow showing schema-hidden games by @ebkr in https://github.com/ebkr/r2modmanPlus/pull/2136 + - Added dynamic scaling to game selection grid by @ebkr in https://github.com/ebkr/r2modmanPlus/pull/2141 + - Prepare repo for Flathub build process by @TB516 in https://github.com/ebkr/r2modmanPlus/pull/2093 + - Week 19 game additions by @ethangreen-dev in https://github.com/ebkr/r2modmanPlus/pull/2146 + - Sync root mod files to game directory after install by @NikkelM in https://github.com/ebkr/r2modmanPlus/pull/2145 + - Pass --overlay-dir to shimloader launch args by @ethangreen-dev in https://github.com/ebkr/r2modmanPlus/pull/2148 + - Add Lootun, enable Windrose, update Sledding Game by @ethangreen-dev in https://github.com/ebkr/r2modmanPlus/pull/2155 + - Update RivetGameInstructions to use new API by @BenMcAvoy in https://github.com/ebkr/r2modmanPlus/pull/2157 + - Minor flatpak metadata fixes by @TB516 in https://github.com/ebkr/r2modmanPlus/pull/2156 + - Release 3.2.16 by @ebkr in https://github.com/ebkr/r2modmanPlus/pull/2158 + New Contributors + - @NikkelM made their first contribution in https://github.com/ebkr/r2modmanPlus/pull/2145 + Full Changelog: https://github.com/ebkr/r2modmanPlus/compare/v3.2.15...v3.2.16 +ReleaseNotesUrl: https://github.com/ebkr/r2modmanPlus/releases/tag/v3.2.16 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ebkr/r2modmanPlus/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.locale.zh-CN.yaml b/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.locale.zh-CN.yaml new file mode 100644 index 000000000000..2a5114072991 --- /dev/null +++ b/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.locale.zh-CN.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: ebkr.r2modman +PackageVersion: 3.2.16 +PackageLocale: zh-CN +ShortDescription: 一款简单易用的 mod 管理器,适用于多款使用 Thunderstore 的游戏。 +Description: 一款简单易用的 mod 管理器,适用于多款使用 Thunderstore 的游戏。mod 管理器是一种可帮助您更轻松地控制已安装的 mod 的应用程序。 +Tags: +- bepinex +- unity +- 模组 +ReleaseNotesUrl: https://github.com/ebkr/r2modmanPlus/releases/tag/v3.2.16 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.yaml b/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.yaml new file mode 100644 index 000000000000..09662fe6f28d --- /dev/null +++ b/manifests/e/ebkr/r2modman/3.2.16/ebkr.r2modman.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: ebkr.r2modman +PackageVersion: 3.2.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/electerm/electerm/3.2.0/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/3.2.0/electerm.electerm.locale.en-US.yaml deleted file mode 100644 index b9141eff4ddd..000000000000 --- a/manifests/e/electerm/electerm/3.2.0/electerm.electerm.locale.en-US.yaml +++ /dev/null @@ -1,67 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: electerm.electerm -PackageVersion: 3.2.0 -PackageLocale: en-US -Publisher: ZHAO Xudong -PublisherUrl: https://github.com/electerm/electerm -PublisherSupportUrl: https://github.com/electerm/electerm/issues -PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice -Author: ZHAO Xudong -PackageName: electerm -PackageUrl: https://github.com/electerm/electerm -License: MIT -LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE -Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong -CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE -ShortDescription: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs -Description: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs -Moniker: electerm -Tags: -- cli -- cmd -- command-line -- command-prompt -- console -- developer-tools -- file-manager -- powershell -- ps -- sftp -- shell -- ssh -- terminal -- utilities -- wsl -ReleaseNotes: |- - New features/UI/Updates - - Widget: Support auto run when app start - - Support password dropdown, click to input password when ask for password in terminal (need turn on command suggestions in terminal settings) - - MCP: Add transfer list/transfer history list check tool - - UX: connection hopping now can be edited - - UX: support connection hopping item drag/drop to reorder - - Support drag file to ssh terminal to trz/rz upload file - - Support unset global hotkey - - Lazy load setting panel to improve init load time - - Encrypt AI config history - Bug fixes - - Fix command suggestion click would input extra "s" issue - - #4265 VNC: Try show dot cursor for cursor abnormal situation in VNC - 新功能/界面/更新 - - Widget:支持应用启动时自动运行 - - 支持密码下拉框,在终端输入密码时点击即可(需在终端设置中开启命令提示) - - MCP:添加传输列表/传输历史列表检查工具 - - UX:连接跳转现在可以编辑 - - UX:支持连接跳转项目拖拽排序 - - 支持拖拽文件到 ssh 终端进行 trz/rz 上传 - - 支持取消设置全局快捷键 - - 延迟加载设置面板以提升初始化加载速度 - - 加密 AI 配置历史记录 - Bug 修复 - - 修复点击命令提示会额外输入 "s" 的问题 - - #4265 VNC: 尝试在光标异常情况下显示点状光标 - Download下载: https://electerm.html5beta.com -ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v3.2.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/e/electerm/electerm/3.2.0/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/3.9.15/electerm.electerm.installer.yaml similarity index 62% rename from manifests/e/electerm/electerm/3.2.0/electerm.electerm.installer.yaml rename to manifests/e/electerm/electerm/3.9.15/electerm.electerm.installer.yaml index dc002050c7ba..d99386290ce4 100644 --- a/manifests/e/electerm/electerm/3.2.0/electerm.electerm.installer.yaml +++ b/manifests/e/electerm/electerm/3.9.15/electerm.electerm.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.16.0 +# 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: electerm.electerm -PackageVersion: 3.2.0 +PackageVersion: 3.9.15 InstallerLocale: en-US InstallerType: nullsoft InstallModes: @@ -10,21 +10,21 @@ InstallModes: - silent UpgradeBehavior: install ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd -ReleaseDate: 2026-04-12 +ReleaseDate: 2026-05-13 AppsAndFeaturesEntries: -- DisplayName: electerm 3.2.0 +- DisplayName: electerm 3.9.15 ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd Installers: - Architecture: x64 Scope: user - InstallerUrl: https://github.com/electerm/electerm/releases/download/v3.2.0/electerm-3.2.0-win-x64-installer.exe - InstallerSha256: 7EA3393530E0162DD98B80F724E3169FF4D892A9CC4DCA13410C4AFF8B50D4C2 + InstallerUrl: https://github.com/electerm/electerm/releases/download/v3.9.15/electerm-3.9.15-win-x64-installer.exe + InstallerSha256: 3668AEE1352837479B87EB522A1A810DEFC448C33419A677D10448406971300E InstallerSwitches: Custom: /CURRENTUSER - Architecture: x64 Scope: machine - InstallerUrl: https://github.com/electerm/electerm/releases/download/v3.2.0/electerm-3.2.0-win-x64-installer.exe - InstallerSha256: 7EA3393530E0162DD98B80F724E3169FF4D892A9CC4DCA13410C4AFF8B50D4C2 + InstallerUrl: https://github.com/electerm/electerm/releases/download/v3.9.15/electerm-3.9.15-win-x64-installer.exe + InstallerSha256: 3668AEE1352837479B87EB522A1A810DEFC448C33419A677D10448406971300E InstallerSwitches: Custom: /ALLUSERS ManifestType: installer diff --git a/manifests/e/electerm/electerm/3.9.15/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/3.9.15/electerm.electerm.locale.en-US.yaml new file mode 100644 index 000000000000..becb9b65c23c --- /dev/null +++ b/manifests/e/electerm/electerm/3.9.15/electerm.electerm.locale.en-US.yaml @@ -0,0 +1,63 @@ +# 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: electerm.electerm +PackageVersion: 3.9.15 +PackageLocale: en-US +Publisher: ZHAO Xudong +PublisherUrl: https://github.com/electerm/electerm +PublisherSupportUrl: https://github.com/electerm/electerm/issues +PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice +Author: ZHAO Xudong +PackageName: electerm +PackageUrl: https://github.com/electerm/electerm +License: MIT +LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong +CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE +ShortDescription: Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win) +Description: Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win) +Moniker: electerm +Tags: +- developer-tools +- file-manager +- powershell +- rdp +- serialport +- sftp +- shell +- spice +- ssh +- telnet +- terminal +- utilities +- vnc +- wsl +ReleaseNotes: |- + UI/Feature updates + - UI: Improve tab UI — more obvious feed icon. + - New: Enhance custom editor functionality with auto-open. + - New: Improve terminal password prompt handling and show status in tab title. + Bug fixes + - Fix: update password hint format to include port if available. + - Fix: scroll reset logic on file list update. + - Fix: bookmark matching now includes description in search. + - Fix: bookmark item now updates live after edit. + Security + - Update encryption to use AES-256-GCM and improved format handling. + - Only expose a safe environment to the renderer process. + 界面/功能更新 + - 界面:改进标签 UI,突出显示订阅图标。 + - 新增:增强自定义编辑器功能,支持自动打开。 + - 新增:改进终端密码提示处理,并在标签标题显示状态反馈。 + Bug 修复 + - 修复:密码提示格式,必要时包含端口信息。 + - 修复:文件列表更新时滚动重置问题。 + - 修复:书签匹配现在包含描述字段的搜索。 + - 修复:编辑后书签项不能实时更新的问题。 + 安全 + - 将加密更新为 AES-256-GCM 并改进格式处理。 + - 仅向渲染进程暴露安全环境变量集。 +ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v3.9.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.0.1/ZedIndustries.Zed.yaml b/manifests/e/electerm/electerm/3.9.15/electerm.electerm.yaml similarity index 75% rename from manifests/z/ZedIndustries/Zed/1.0.1/ZedIndustries.Zed.yaml rename to manifests/e/electerm/electerm/3.9.15/electerm.electerm.yaml index 40d33a60196e..760b4beab53f 100644 --- a/manifests/z/ZedIndustries/Zed/1.0.1/ZedIndustries.Zed.yaml +++ b/manifests/e/electerm/electerm/3.9.15/electerm.electerm.yaml @@ -1,8 +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: ZedIndustries.Zed -PackageVersion: 1.0.1 +PackageIdentifier: electerm.electerm +PackageVersion: 3.9.15 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.1.0/FernandoTonon.QtMeshEditor.installer.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.1.0/FernandoTonon.QtMeshEditor.installer.yaml new file mode 100644 index 000000000000..6af3b22db603 --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.1.0/FernandoTonon.QtMeshEditor.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FernandoTonon.QtMeshEditor +PackageVersion: 3.1.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\QtMeshEditor.exe + PortableCommandAlias: qtmesheditor +- RelativeFilePath: bin\qtmesh.exe + PortableCommandAlias: qtmesh +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fernandotonon/QtMeshEditor/releases/download/3.1.0/QtMeshEditor-3.1.0-bin-Windows.zip + InstallerSha256: 5944EC51409D63B1F0C77B298988B2A741FE3F04866A402D7FBBD446A8619110 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.1.0/FernandoTonon.QtMeshEditor.locale.en-US.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.1.0/FernandoTonon.QtMeshEditor.locale.en-US.yaml new file mode 100644 index 000000000000..0268f39a4323 --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.1.0/FernandoTonon.QtMeshEditor.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FernandoTonon.QtMeshEditor +PackageVersion: 3.1.0 +PackageLocale: en-US +Publisher: Fernando Tonon +PublisherUrl: https://github.com/fernandotonon +PublisherSupportUrl: https://github.com/fernandotonon/QtMeshEditor/issues +PackageName: QtMeshEditor +PackageUrl: https://github.com/fernandotonon/QtMeshEditor +License: MIT +LicenseUrl: https://github.com/fernandotonon/QtMeshEditor/blob/master/License +ShortDescription: Free 3D asset tool for indie game developers +Description: |- + QtMeshEditor is a free 3D asset tool for indie game developers. + Merge animations from multiple files, convert between 40+ formats, + edit materials with AI, and inspect skeletons and bone weights. + Supports GUI, CLI (qtmesh), and REST API via MCP server. +Moniker: qtmesheditor +Tags: +- 3d +- mesh-editor +- animation +- fbx +- gltf +- ogre3d +- game-development +- material-editor +ReleaseNotesUrl: https://github.com/fernandotonon/QtMeshEditor/releases/tag/3.1.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/fernandotonon/QtMeshEditor/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.1.0/FernandoTonon.QtMeshEditor.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.1.0/FernandoTonon.QtMeshEditor.yaml new file mode 100644 index 000000000000..5296ade9c867 --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.1.0/FernandoTonon.QtMeshEditor.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: FernandoTonon.QtMeshEditor +PackageVersion: 3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.installer.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.installer.yaml new file mode 100644 index 000000000000..6ee4f7fa59b2 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.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: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2026.1.1.36485 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 6 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- foxitpdfeditor +- foxitphantom +- foxitphantompdf +FileExtensions: +- bxml +- cpdf +- fdf +- ofd +- ppdf +- xdp +- xfdf +ProductCode: '{CA7B7BF5-754E-11F0-B87B-54BF64A63C26}' +ReleaseDate: 2025-12-16 +AppsAndFeaturesEntries: +- InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2026.1.1/FoxitPDFEditor202611_L10N_Setup_Prom_x64.exe + InstallerSha256: 9BCF63A7356758B77BC48FAAC8E2739574A4FD8212BD51E7AC2444858D6C2A5C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.locale.en-US.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.locale.en-US.yaml new file mode 100644 index 000000000000..2a28e42e39d7 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2026.1.1.36485 +PackageLocale: en-US +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: Foxit Software Inc. +PackageName: Foxit PDF Editor (MSI) +PackageUrl: https://www.foxit.com/pdf-editor/ +License: Proprietary +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2026 Foxit Software Inc. All Rights Reserved. +ShortDescription: Powerful desktop PDF solution to create and edit PDF documents and integrate with Foxit eSign. +Tags: +- annotate +- annotation +- comment +- conversion +- convert +- edit +- editor +- pdf +- read +- reader +- viewer +ReleaseNotes: |- + New Features and Improvements in Foxit PDF Editor Subscription Release 2026.1.1.36485 + - The Cloud Documents service has been upgraded to Foxit Document Management System (DMS) in certain regions, giving users a unified hub to store, organize, and share files across Foxit products. Foxit DMS offers: + - Unlimited cloud storage to centralize every file in one repository. + - Secure sharing and role-based access controls to protect sensitive documents. + - Version history and document tracking to improve visibility and compliance. + - Other enhancements to the user experience. + Issues Addressed in Foxit PDF Editor Subscription Release 2026.1.1.36485 + - Fixed some security and stability issues. Click here for details. +ReleaseNotesUrl: https://www.foxit.com/pdf-editor/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +Documentations: +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: User Manuals + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.locale.zh-CN.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.locale.zh-CN.yaml new file mode 100644 index 000000000000..a4b02a0638fc --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2026.1.1.36485 +PackageLocale: zh-CN +Publisher: 福建福昕软件开发股份有限公司 +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: 福建福昕软件开发股份有限公司 +PackageName: 福昕高级PDF编辑器 (MSI) +PackageUrl: https://www.foxit.com/pdf-editor/ +License: 专有软件 +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2026 Foxit Software Inc. All Rights Reserved. +ShortDescription: 功能强大的桌面 PDF 解决方案,创建和编辑 PDF 文档,并与 Foxit eSign 集成。 +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +ReleaseNotesUrl: https://www.foxit.com/pdf-editor/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +Documentations: +- DocumentLabel: 视频教程 + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: 用户手册 + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.yaml new file mode 100644 index 000000000000..d3012ed7d70f --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2026.1.1.36485/Foxit.PhantomPDF.Subscription.MSI.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: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2026.1.1.36485 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.installer.yaml b/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.installer.yaml new file mode 100644 index 000000000000..a6183ececcb3 --- /dev/null +++ b/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GeneralOutline.Outline +PackageVersion: 1.7.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- outline +ProductCode: b2e400dc-952a-5954-bef1-c59218582c0e +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.todesktop.com/2211128hgkdcltv/Outline%20Setup%201.7.0%20-%20Build%20260513d06ppernw-x64.exe + InstallerSha256: 3548BBE915F83C795224954CF35F5F0C97C661274257E7E11BC4DE08CC301567 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.todesktop.com/2211128hgkdcltv/Outline%20Setup%201.7.0%20-%20Build%20260513d06ppernw-x64.exe + InstallerSha256: 3548BBE915F83C795224954CF35F5F0C97C661274257E7E11BC4DE08CC301567 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.locale.en-US.yaml b/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.locale.en-US.yaml new file mode 100644 index 000000000000..b222e52e0c66 --- /dev/null +++ b/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GeneralOutline.Outline +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: General Outline, Inc +PublisherUrl: https://www.getoutline.com/ +PublisherSupportUrl: https://www.getoutline.com/contact +PrivacyUrl: https://www.getoutline.com/privacy +Author: General Outline, Inc. +PackageName: Outline +PackageUrl: https://www.getoutline.com/download +License: BUSL-1.1 +LicenseUrl: https://github.com/outline/outline/blob/HEAD/LICENSE +Copyright: (c) 2026 General Outline, Inc. +CopyrightUrl: https://www.getoutline.com/terms +ShortDescription: The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and Markdown compatible. +Tags: +- collaborate +- collaboration +- docs +- document +- editor +- knowledge +- knowledge-base +- notes +- share +- team +ReleaseNotesUrl: https://www.getoutline.com/changelog +PurchaseUrl: https://www.getoutline.com/pricing +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://docs.getoutline.com/s/guide +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.locale.zh-CN.yaml b/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.locale.zh-CN.yaml new file mode 100644 index 000000000000..a3562b9ffd05 --- /dev/null +++ b/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.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: GeneralOutline.Outline +PackageVersion: 1.7.0 +PackageLocale: zh-CN +ShortDescription: 适用于成长型团队的最快的知识库。美观、实时协作、功能丰富、兼容 Markdown。 +Tags: +- 协作 +- 协同 +- 团队 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://docs.getoutline.com/s/guide +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.yaml b/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.yaml new file mode 100644 index 000000000000..b73d21be1db2 --- /dev/null +++ b/manifests/g/GeneralOutline/Outline/1.7.0/GeneralOutline.Outline.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: GeneralOutline.Outline +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.47/GitHub.Copilot.installer.yaml b/manifests/g/GitHub/Copilot/v1.0.47/GitHub.Copilot.installer.yaml new file mode 100644 index 000000000000..95293f909a90 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.47/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.47 +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.47/copilot-win32-x64.zip + InstallerSha256: 7C9B7FB6359B5B262FDF4E0FBDFFE8C7D2E0CC4C6463A3896748C2C998E40C13 +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.47/copilot-win32-arm64.zip + InstallerSha256: 0B52340C72DC9F1E02EE7DE253A73ED60BE261A5DD579D1BDE9EA9C68671E260 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/g/GitHub/Copilot/v1.0.47/GitHub.Copilot.locale.en-US.yaml b/manifests/g/GitHub/Copilot/v1.0.47/GitHub.Copilot.locale.en-US.yaml new file mode 100644 index 000000000000..a872de8438da --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.47/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.47 +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.47 +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.47/GitHub.Copilot.yaml b/manifests/g/GitHub/Copilot/v1.0.47/GitHub.Copilot.yaml new file mode 100644 index 000000000000..aeaea6c19074 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.47/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.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.4/GiulioSorrentino.CBriscola.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.4/GiulioSorrentino.CBriscola.Avalonia.installer.yaml new file mode 100644 index 000000000000..fabc6cdd93be --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.4/GiulioSorrentino.CBriscola.Avalonia.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: GiulioSorrentino.CBriscola.Avalonia +PackageVersion: 2.3.0.4 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material/releases/download/2.3/CBriscola.Avalonia-2.3.0.4-material-amd64.msi + InstallerSha256: 169D409BD9B99C35F08D04C335F7DDF00BD3F1D89A7F904AC4A59F77C7289E29 + ProductCode: '{68B61DE0-07A0-499E-B3FB-F15893941EB9}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.4/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.4/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml new file mode 100644 index 000000000000..6ba9dd099650 --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.4/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia +PackageVersion: 2.3.0.4 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material/issues +Author: Giulio Sorrentino +PackageName: CBriscola.Avalonia +PackageUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material +License: GPLv3 +LicenseUrl: https://raw.githubusercontent.com/GiulianoSpaghetti/CBriscola.Material/master/LICENSE.txt +Copyright: 2025 Giulio Sorrentino +ShortDescription: Il gioco della briscola in c# con avalonia in dialetto material di google, senza multiplayer e coi livelli +Description: "Simulatore del gioco della briscola a due giocatori senza multiplayer in Avalonia col dialetto material di google. Non utilizza lo stylesheet di google, ma utilizza la ReactiveUI. L'algoritmo è brevettato: i punti in totale sono 120, ossia 4 assi che valgono 11 punti ciascuno, 4 3 che valgono 10 punti ciascuno, 4 10 che valgono 4 punti ciascuno, 4 9 che valgono 3 punti ciascuno, 4 8 che valgono 2 punti ciascuno. Dal momento che la matematica non è una opinione: 4*11+4*10=84. 4*4+4*3+4*2=16+12+8=36 84+36=120 punti totali 120/2 = 60, servono 61 punti per vincere basandosi solo sui carichi si rischia di perdere, perché 84-61=23, bisogna prenderli quasi tutti e lasciare solo 23 punti di carichi 60-36=24, prendendo tutte le altre carte bastano solo 3 carichi per vincere. IL livello 1 gioca prendendo con la briscola, i livelli 2 e 3 seguono questa teoria." +Tags: +- trump suit +- card game +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.4/GiulioSorrentino.CBriscola.Avalonia.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.4/GiulioSorrentino.CBriscola.Avalonia.yaml new file mode 100644 index 000000000000..253c9d5c4487 --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.4/GiulioSorrentino.CBriscola.Avalonia.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: GiulioSorrentino.CBriscola.Avalonia +PackageVersion: 2.3.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.4/GiulioSorrentino.Diario.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.4/GiulioSorrentino.Diario.Avalonia.installer.yaml new file mode 100644 index 000000000000..abd1c0c84c1a --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.4/GiulioSorrentino.Diario.Avalonia.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.6.2.4 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.2/Diario-0.6.2.4-material-amd64.msi + InstallerSha256: 693F60FC8A01E2117071692A973D76CBA5C357A935CB8F8F85C05C5AA4143F33 + ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4BA9B1D35}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-14 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.4/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.4/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml new file mode 100644 index 000000000000..c8ecac457e81 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.4/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.6.2.4 +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/Diario.Material/issues +Author: Giulio Sorrentino +PackageName: Diario.Avalonia +PackageUrl: https://github.com/GiulianoSpaghetti/Diario.material/ +License: GPLv3+ +LicenseUrl: https://github.com/GiulianoSpaghetti/Diario.Material/blob/master/LICENSE.txt +Copyright: 2025 Giulio Sorrentino +ShortDescription: Un'app diario in avalonia in dialetto Material di Google e linq +Description: Un'app in avalonia e linq per contenere quello che più vi pare. Non è critttato e usa il dialetto material di google. Non usa lo stylesheet xaml di google, ma usa il ReactiveUI +Tags: +- diary +ReleaseNotesUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/tag/0.6.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GiulianoSpaghetti/Diario.Material/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.4/GiulioSorrentino.Diario.Avalonia.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.4/GiulioSorrentino.Diario.Avalonia.yaml new file mode 100644 index 000000000000..a9bbdd8b1ebd --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.4/GiulioSorrentino.Diario.Avalonia.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: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.6.2.4 +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.3.1.4/GiulioSorrentino.IlFortunedinumerone.installer.yaml b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.3.1.4/GiulioSorrentino.IlFortunedinumerone.installer.yaml new file mode 100644 index 000000000000..1b47dfbfd62a --- /dev/null +++ b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.3.1.4/GiulioSorrentino.IlFortunedinumerone.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.IlFortunedinumerone +PackageVersion: 2.3.1.4 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/ilfortunedinumeronematerial/releases/download/2.3.1/ilfortunedinumerone-2.3.1.4-material-MVVM-amd64.msi + InstallerSha256: B99A4AF7A4B98ECFB320B8E3E5312F52797BF7C461ADE686C4B59A5C02C7D2A1 + ProductCode: '{477E4D53-8455-4DD6-B16F-8722655C6714}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-14 diff --git a/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.3.1.4/GiulioSorrentino.IlFortunedinumerone.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.3.1.4/GiulioSorrentino.IlFortunedinumerone.locale.it-IT.yaml new file mode 100644 index 000000000000..aa245fba2175 --- /dev/null +++ b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.3.1.4/GiulioSorrentino.IlFortunedinumerone.locale.it-IT.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.IlFortunedinumerone +PackageVersion: 2.3.1.4 +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: https://github.com/GiulianoSpaghetti +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/Il-fortune-di-numerone/issues +Author: Giulio Sorrentino +PackageName: IlFortunedinumerone +PackageUrl: https://github.com/GiulianoSpaghetti/Il-fortune-di-numerone +License: MIT +LicenseUrl: https://raw.githubusercontent.com/GiulianoSpaghetti/Il-fortune-di-numerone/refs/heads/master/LICENSE.txt +Copyright: 2025 Giulio Sorrentino +ShortDescription: Una revisitazione del fortune per avere i cookie italiani +Description: Un fortune teller coi cookie italiani. I cookie non sono autoprodotti, ma presi dalla newselletter un trucco al giorno della buongiorno, attiva in Italia 15 anni fa. +Tags: +- fortune +ReleaseNotesUrl: https://github.com/GiulianoSpaghetti/ilfortunedinumeronematerial/releases/tag/2.3.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GiulianoSpaghetti/Il-fortune-di-numerone/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.3.1.4/GiulioSorrentino.IlFortunedinumerone.yaml b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.3.1.4/GiulioSorrentino.IlFortunedinumerone.yaml new file mode 100644 index 000000000000..fedda7d3ea15 --- /dev/null +++ b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.3.1.4/GiulioSorrentino.IlFortunedinumerone.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: GiulioSorrentino.IlFortunedinumerone +PackageVersion: 2.3.1.4 +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/3.2.0.4/GiulioSorrentino.numeronesfortuneinavalonia.installer.yaml b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/3.2.0.4/GiulioSorrentino.numeronesfortuneinavalonia.installer.yaml new file mode 100644 index 000000000000..ccc851e951e0 --- /dev/null +++ b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/3.2.0.4/GiulioSorrentino.numeronesfortuneinavalonia.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: GiulioSorrentino.numeronesfortuneinavalonia +PackageVersion: 3.2.0.4 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/numfortune.material/releases/download/3.2/numfortune.Avalonia-3.2.0.4-material-amd64.msi + InstallerSha256: 7B99701460AFBA041445DAAD199292A10839519BE3B95C316F813A8CFCB8C283 + ProductCode: '{90D24925-7418-48AD-9950-676C5FA39B25}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-02-21 diff --git a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/3.2.0.4/GiulioSorrentino.numeronesfortuneinavalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/3.2.0.4/GiulioSorrentino.numeronesfortuneinavalonia.locale.en-US.yaml new file mode 100644 index 000000000000..84eb569a31f8 --- /dev/null +++ b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/3.2.0.4/GiulioSorrentino.numeronesfortuneinavalonia.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.numeronesfortuneinavalonia +PackageVersion: 3.2.0.4 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/numfortune.material/issues +Author: Giulio Sorrentino +PackageName: numerone's fortune in avalonia +PackageUrl: https://github.com/GiulianoSpaghetti/numfortune.material +License: GPLv3+ +LicenseUrl: https://github.com/GiulianoSpaghetti/numfortune.material/blob/master/LICENSE.txt +Copyright: 2023 Giulio Sorrentino +ShortDescription: A fortune teller in avalonia, in dialect material of Google +Description: A fortune teller windows and GNU/Linux, written in Avalonia, in dialect Material of Google. It loads cookies from a web server. It does not use the material xaml stylesheet of google, but use the reactiveui. +Tags: +- fortune +ReleaseNotesUrl: https://github.com/GiulianoSpaghetti/numfortune.material/releases/tag/3.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GiulianoSpaghetti/numfortune.material/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/3.2.0.4/GiulioSorrentino.numeronesfortuneinavalonia.yaml b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/3.2.0.4/GiulioSorrentino.numeronesfortuneinavalonia.yaml new file mode 100644 index 000000000000..7d56d3ad263b --- /dev/null +++ b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/3.2.0.4/GiulioSorrentino.numeronesfortuneinavalonia.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: GiulioSorrentino.numeronesfortuneinavalonia +PackageVersion: 3.2.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.installer.yaml b/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.installer.yaml new file mode 100644 index 000000000000..28676a951905 --- /dev/null +++ b/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GnuPG.GnuPG +PackageVersion: 2.5.20 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Commands: +- dirmngr +- dirmngr_ldap +- gpg +- gpg-agent +- gpg-card +- gpg-check-pattern +- gpg-connect-agent +- gpg-preset-passphrase +- gpg-wks-client +- gpgconf +- gpgme-w32spawn +- gpgsm +- gpgtar +- gpgv +- keyboxd +- scdaemon +ProductCode: GnuPG +ReleaseDate: 2026-05-13 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.5.20_20260513.exe + InstallerSha256: CA26CD20602581B2CE05E95B16F6249F6FB6C4DCF32304165FC90519328D7981 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.locale.en-US.yaml b/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.locale.en-US.yaml new file mode 100644 index 000000000000..c26481dd6c6f --- /dev/null +++ b/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.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: GnuPG.GnuPG +PackageVersion: 2.5.20 +PackageLocale: en-US +Publisher: The GnuPG Project +PublisherUrl: https://gnupg.org/ +PrivacyUrl: https://gnupg.org/privacy-policy.html +Author: The GnuPG Project +PackageName: GNU Privacy Guard +PackageUrl: https://gnupg.org/ +License: GPLv3 +Copyright: |- + Copyright 1997-2019 Werner Koch + Copyright 1998-2021 Free Software Foundation, Inc. + Copyright 2003-2026 g10 Code GmbH +ShortDescription: GNU Privacy Guard (GnuPG or GPG) is a free-software replacement for Symantec's PGP cryptographic software suite. +Description: GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP). GnuPG allows you to encrypt and sign your data and communications; it features a versatile key management system, along with access modules for all kinds of public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications. A wealth of frontend applications and libraries are available. It also provides support for S/MIME and Secure Shell (ssh). +Moniker: gnupg +Tags: +- cryptography +- encrypt +- encryption +- gnupg +- gpg +- pgp +- privacy +- s/mime +- security +- sign +- signature +- x.509 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gnupg.org/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.locale.zh-CN.yaml b/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.locale.zh-CN.yaml new file mode 100644 index 000000000000..25a6ef96685b --- /dev/null +++ b/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GnuPG.GnuPG +PackageVersion: 2.5.20 +PackageLocale: zh-CN +Publisher: The GnuPG Project +PublisherUrl: https://gnupg.org/ +PrivacyUrl: https://gnupg.org/privacy-policy.html +Author: The GnuPG Project +PackageName: GNU Privacy Guard +PackageUrl: https://gnupg.org/ +License: GPL-3.0 +Copyright: |- + Copyright 1997-2019 Werner Koch + Copyright 1998-2021 Free Software Foundation, Inc. + Copyright 2003-2026 g10 Code GmbH +ShortDescription: GNU Privacy Guard(GnuPG 或 GPG)是赛门铁克 PGP 密码软件套件的免费替代软件。 +Description: GnuPG 是 RFC4880 定义的 OpenPGP 标准(又称 PGP)的完整免费/自由实现。GnuPG 允许你对数据和通信进行加密和签名;它拥有一个多功能密钥管理系统,以及各种公共密钥目录的访问模块。GnuPG 又称 GPG,是一种命令行工具,具有与其他应用程序轻松集成的功能,并且有大量的前端应用程序和库可供使用。GnuPG 还支持 S/MIME 和安全 Shell (ssh)。 +Tags: +- gnupg +- gpg +- pgp +- s/mime +- x.509 +- 加密 +- 安全 +- 密码学 +- 签名 +- 隐私 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gnupg.org/documentation/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.yaml b/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.yaml new file mode 100644 index 000000000000..112bdb86053a --- /dev/null +++ b/manifests/g/GnuPG/GnuPG/2.5.20/GnuPG.GnuPG.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: GnuPG.GnuPG +PackageVersion: 2.5.20 +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 deleted file mode 100644 index 1cb1e5ac5f02..000000000000 --- a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.installer.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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 -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 deleted file mode 100644 index 46c6de376643..000000000000 --- a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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 deleted file mode 100644 index 0d94cd7c8fba..000000000000 --- a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.nb-NO.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# 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 deleted file mode 100644 index 64f92899a844..000000000000 --- a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# 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/Beta/149.0.7827.3/Google.Chrome.Beta.installer.yaml b/manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.installer.yaml similarity index 63% rename from manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.installer.yaml rename to manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.installer.yaml index ed9dbf133966..04f4f43c7695 100644 --- a/manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.installer.yaml +++ b/manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 149.0.7827.3 +PackageVersion: 149.0.7827.14 InstallerType: wix Scope: machine UpgradeBehavior: install @@ -26,24 +26,24 @@ ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi - InstallerSha256: 3DABC095AB90099D157DB107EDC885898B097C4CA84D1DBB46D94018D43C769B - ProductCode: '{CD6E6308-55B2-3AD3-B272-0E6B7F2FB53D}' + InstallerSha256: 42688AD082BCC28B89C0A309A9564A296F6BD54B0A9E22077D9DA54B8596AAB9 + ProductCode: '{E044FD60-0B8D-3248-B293-F912693EDF57}' AppsAndFeaturesEntries: - - ProductCode: '{CD6E6308-55B2-3AD3-B272-0E6B7F2FB53D}' + - ProductCode: '{E044FD60-0B8D-3248-B293-F912693EDF57}' UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' - Architecture: x64 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi - InstallerSha256: D9F0E8F5DA59952F22023CD4BC3EEAB28D505476ADBD34B9B7298AB28AA1532E - ProductCode: '{FD8FC513-C979-31FF-ACD9-C9D99EFBBAF9}' + InstallerSha256: 53B765F071F041764D4CB45610403F56250DF0230323CAEAC1517C8EEF86177E + ProductCode: '{265718EA-CD29-3AC4-97F5-B81B8EFC394D}' AppsAndFeaturesEntries: - - ProductCode: '{FD8FC513-C979-31FF-ACD9-C9D99EFBBAF9}' + - ProductCode: '{265718EA-CD29-3AC4-97F5-B81B8EFC394D}' UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' - Architecture: arm64 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise_arm64.msi - InstallerSha256: 7CF95BF8831FBCFB2E38359A55CDCE11BE004AEA32500524D72292216C07F889 - ProductCode: '{9E72A1AA-1DFA-3F00-8DAA-3BC1F4C15B01}' + InstallerSha256: EA1C65A0D20E62FC1608890A099ADF2DDB63EB27B26E3AE220D0506C7E313285 + ProductCode: '{12B9040A-5C19-3BB4-ADA6-FF04ED9F13A6}' AppsAndFeaturesEntries: - - ProductCode: '{9E72A1AA-1DFA-3F00-8DAA-3BC1F4C15B01}' + - ProductCode: '{12B9040A-5C19-3BB4-ADA6-FF04ED9F13A6}' UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.locale.en-US.yaml similarity index 97% rename from manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.locale.en-US.yaml rename to manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.locale.en-US.yaml index 65f08c1e8ad2..0dad206e7b08 100644 --- a/manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.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: Google.Chrome.Beta -PackageVersion: 149.0.7827.3 +PackageVersion: 149.0.7827.14 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.locale.nb-NO.yaml similarity index 97% rename from manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.locale.nb-NO.yaml index 5d972d06368c..1bdc11dde086 100644 --- a/manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.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.Beta -PackageVersion: 149.0.7827.3 +PackageVersion: 149.0.7827.14 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.locale.zh-CN.yaml similarity index 97% rename from manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.locale.zh-CN.yaml index 39300d965cb1..f1ce96685d27 100644 --- a/manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.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: Google.Chrome.Beta -PackageVersion: 149.0.7827.3 +PackageVersion: 149.0.7827.14 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.yaml b/manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.yaml similarity index 88% rename from manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.yaml rename to manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.yaml index db004591c6bb..8afab057f1de 100644 --- a/manifests/g/Google/Chrome/Beta/149.0.7827.3/Google.Chrome.Beta.yaml +++ b/manifests/g/Google/Chrome/Beta/149.0.7827.14/Google.Chrome.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 149.0.7827.3 +PackageVersion: 149.0.7827.14 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.installer.yaml deleted file mode 100644 index a944466200c6..000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.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.Beta.EXE -PackageVersion: 136.0.7103.48 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome Beta -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/ac3vunwpmmgp5sbew3kp5j5j5mha_136.0.7103.48/136.0.7103.48_chrome_installer.exe - InstallerSha256: BD2D8920BF0C02FED3961A658BCCAE02383CBDAFE66EDA8BD1027A6FFAF439FD - InstallerSwitches: - Custom: --do-not-launch-chrome --chrome-beta -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/ac3vunwpmmgp5sbew3kp5j5j5mha_136.0.7103.48/136.0.7103.48_chrome_installer.exe - InstallerSha256: BD2D8920BF0C02FED3961A658BCCAE02383CBDAFE66EDA8BD1027A6FFAF439FD - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level --chrome-beta -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/addpndcodlurnqg2bzz7366mxoka_136.0.7103.48/136.0.7103.48_chrome_installer.exe - InstallerSha256: F68737A88CDCF38275246ADFB3309C443295DEAA8028FF3550C68BB835E7243F - InstallerSwitches: - Custom: --do-not-launch-chrome --chrome-beta -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/addpndcodlurnqg2bzz7366mxoka_136.0.7103.48/136.0.7103.48_chrome_installer.exe - InstallerSha256: F68737A88CDCF38275246ADFB3309C443295DEAA8028FF3550C68BB835E7243F - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level --chrome-beta -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/elfdkdj6hyba4coysia72neyg4_136.0.7103.48/136.0.7103.48_chrome_installer.exe - InstallerSha256: FB7A1EF68FAB9D4B26303027A734944E4942682E562905634F316D90C2A76FE9 - InstallerSwitches: - Custom: --do-not-launch-chrome --chrome-beta -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/elfdkdj6hyba4coysia72neyg4_136.0.7103.48/136.0.7103.48_chrome_installer.exe - InstallerSha256: FB7A1EF68FAB9D4B26303027A734944E4942682E562905634F316D90C2A76FE9 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level --chrome-beta -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.locale.en-US.yaml deleted file mode 100644 index 4b40d110a0a0..000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 136.0.7103.48 -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 Beta (EXE) -PackageUrl: https://www.google.com/chrome/beta -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Try new features with Chrome Beta -Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.locale.nb-NO.yaml deleted file mode 100644 index b517f63a101e..000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 136.0.7103.48 -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 Beta (EXE) -PackageUrl: https://www.google.com/intl/no/chrome/beta -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Prøv nye funksjoner med Chrome Beta -Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.locale.zh-CN.yaml deleted file mode 100644 index f5c893b6d4d4..000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/136.0.7103.48/Google.Chrome.Beta.EXE.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 136.0.7103.48 -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/beta -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 试用 Chrome 测试版的新功能 -Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.installer.yaml b/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.installer.yaml new file mode 100644 index 000000000000..f0ff39ea9ecb --- /dev/null +++ b/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 125.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent --skip_launch_new --gsuite_shortcuts=false + SilentWithProgress: --silent --skip_launch_new --gsuite_shortcuts=false +ExpectedReturnCodes: +- InstallerReturnCode: 1603 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +ProductCode: '{6BBAE539-2232-434A-A4E5-9A33560C6283}' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/drive-file-stream/jdnygtxjhspl3nvfi5zi6oumli_125.0.0.0/setup.exe + InstallerSha256: B8FFFC8035F4A6ABF8D7650DA0CF9F73ED474C161F3B577464D8DD87A86482A6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.locale.en-US.yaml b/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.locale.en-US.yaml new file mode 100644 index 000000000000..31b11c967856 --- /dev/null +++ b/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.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: Google.GoogleDrive +PackageVersion: 125.0.0.0 +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 Drive +PackageUrl: https://www.google.com/drive/download/ +License: Proprietary +LicenseUrl: https://www.google.com/drive/terms-of-service/ +Copyright: Copyright(c) 2026 Google LLC. All Rights Reserved. +ShortDescription: Safely store your files and access them from any device +Description: Choose folders on your computer to sync with Google Drive or backup to Google Photos, and access all of your content directly from your PC or Mac +Moniker: google-drive +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +ReleaseNotesUrl: https://support.google.com/a/answer/7577057?hl=en +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.locale.zh-CN.yaml b/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.locale.zh-CN.yaml new file mode 100644 index 000000000000..68b8bf189ac0 --- /dev/null +++ b/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 125.0.0.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Drive +PackageUrl: https://www.google.com/drive/download/ +License: 专有软件 +LicenseUrl: https://www.google.com/drive/terms-of-service/ +Copyright: Copyright(c) 2026 Google LLC. 保留所有权利。 +ShortDescription: 安全存储文件,且可以通过任意设备访问 +Description: 在计算机上选择要同步到 Google 云端硬盘或备份到 Google 相册的文件夹,然后直接通过 PC 或 Mac 访问您的所有内容 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotesUrl: https://support.google.com/a/answer/7577057?hl=zh-Hans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.yaml b/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.yaml new file mode 100644 index 000000000000..02eb77cacb1d --- /dev/null +++ b/manifests/g/Google/GoogleDrive/125.0.0.0/Google.GoogleDrive.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: Google.GoogleDrive +PackageVersion: 125.0.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.05.13.591/GordonBeeming.CopilotHere.installer.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.05.13.591/GordonBeeming.CopilotHere.installer.yaml new file mode 100644 index 000000000000..2450a33bcb1e --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.05.13.591/GordonBeeming.CopilotHere.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.05.13.591 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot_here.exe + PortableCommandAlias: copilot_here +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.05.13.591-68c2f9c/copilot_here-win-x64.zip + InstallerSha256: D5A0D158D66B6E046DEFF58F6F7A17FCEC130ECD0EBBFCA88FB70C29A26BB4F9 +- Architecture: arm64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.05.13.591-68c2f9c/copilot_here-win-arm64.zip + InstallerSha256: 19E9B66ED3958BA4C72E7EE1CC8CAED6F9102D44AFF35BF8987DFF6D7D3340D6 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.05.13.591/GordonBeeming.CopilotHere.locale.en-US.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.05.13.591/GordonBeeming.CopilotHere.locale.en-US.yaml new file mode 100644 index 000000000000..0c5d4f6ea1d2 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.05.13.591/GordonBeeming.CopilotHere.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.05.13.591 +PackageLocale: en-US +Publisher: Gordon Beeming +PublisherUrl: https://github.com/GordonBeeming +PublisherSupportUrl: https://github.com/GordonBeeming/copilot_here/issues +PackageName: copilot_here +PackageUrl: https://github.com/GordonBeeming/copilot_here +License: FSL-1.1-MIT +LicenseUrl: https://github.com/GordonBeeming/copilot_here/blob/main/LICENSE +ShortDescription: Run GitHub Copilot CLI in a sandboxed Docker container +Description: |- + copilot_here lets you run GitHub Copilot CLI commands inside a sandboxed Docker container, + keeping your host machine clean and secure. It provides shell function wrappers for Bash, + Zsh, and PowerShell that seamlessly proxy Copilot CLI commands through a containerized environment. +Tags: +- cli +- copilot +- docker +- github +- github-copilot +ReleaseNotesUrl: https://github.com/GordonBeeming/copilot_here/releases/tag/cli-v2026.05.13.591-68c2f9c +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.05.13.591/GordonBeeming.CopilotHere.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.05.13.591/GordonBeeming.CopilotHere.yaml new file mode 100644 index 000000000000..f99b9c4f7bbe --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.05.13.591/GordonBeeming.CopilotHere.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: GordonBeeming.CopilotHere +PackageVersion: 2026.05.13.591 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.installer.yaml new file mode 100644 index 000000000000..e013837fccdf --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.260.1887 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ProductCode: Grammarly Desktop Integrations +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.260.1887/GrammarlyInstaller.exe + InstallerSha256: 150AD3E3B99835BDC04A45AB8EE01A7F935A2FC7803B16BEE1F1687737E12D33 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.260.1887/GrammarlyInstaller.exe + InstallerSha256: 150AD3E3B99835BDC04A45AB8EE01A7F935A2FC7803B16BEE1F1687737E12D33 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 000000000000..e1c65c10e435 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.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: Grammarly.Grammarly +PackageVersion: 1.2.260.1887 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2026 Grammarly Inc. +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +Tags: +- english +- grammar +- writing +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 000000000000..ba05036782f9 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.260.1887 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2026 Grammarly Inc. +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +Tags: +- 写作 +- 英语 +- 语法 +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.yaml new file mode 100644 index 000000000000..5fab0dfab27d --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.260.1887/Grammarly.Grammarly.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: Grammarly.Grammarly +PackageVersion: 1.2.260.1887 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gdman/GDMan/0.4.0/gdman.GDMan.installer.yaml b/manifests/g/gdman/GDMan/0.4.0/gdman.GDMan.installer.yaml new file mode 100644 index 000000000000..911bef13ba02 --- /dev/null +++ b/manifests/g/gdman/GDMan/0.4.0/gdman.GDMan.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gdman.GDMan +PackageVersion: 0.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GDMan.exe + PortableCommandAlias: gdman +UpgradeBehavior: install +Commands: +- gdman +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hbread00/gdman/releases/download/0.4.0/GDMan-windows_x64.zip + InstallerSha256: 2783EA45F014284260C0DFF387F46CE1F4B4FA07EC3994501C4B2C52C37285FC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/gdman/GDMan/0.4.0/gdman.GDMan.locale.en-US.yaml b/manifests/g/gdman/GDMan/0.4.0/gdman.GDMan.locale.en-US.yaml new file mode 100644 index 000000000000..5a9a33809a81 --- /dev/null +++ b/manifests/g/gdman/GDMan/0.4.0/gdman.GDMan.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: gdman.GDMan +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: hbread00 +PublisherUrl: https://github.com/hbread00 +PublisherSupportUrl: https://github.com/hbread00/gdman/issues +Author: Bread +PackageName: GDMan +PackageUrl: https://github.com/hbread00/gdman +License: Apache-2.0 +LicenseUrl: https://github.com/hbread00/gdman/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 hbread00 +CopyrightUrl: https://github.com/hbread00/gdman/blob/HEAD/LICENSE +ShortDescription: Godot project manager +Description: Project and Engine manager for Godot +Moniker: gdman +ReleaseNotes: |- + Update to Godot 4.6.2 + Added a Fast Load option, deferring the loading of certain resources to improve startup speed + Updated the interaction logic for compiler build parameters + Added support for selecting different shell-style argument formats when building compiler parameters + UI improvements: the number of card columns can now be customized + 更新到Godot 4.6.2 + 添加了快速启动选项,延后某些资源的加载以加速启动 + 修改了编译参数构建的交互逻辑 + 构建编译参数时可以选择不同的Shell风格的参数 + UI优化,现在可以修改卡片列数 +ReleaseNotesUrl: https://github.com/hbread00/gdman/releases/tag/0.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/electerm/electerm/3.2.0/electerm.electerm.yaml b/manifests/g/gdman/GDMan/0.4.0/gdman.GDMan.yaml similarity index 73% rename from manifests/e/electerm/electerm/3.2.0/electerm.electerm.yaml rename to manifests/g/gdman/GDMan/0.4.0/gdman.GDMan.yaml index 5c399c2a78ab..30c90e655c2f 100644 --- a/manifests/e/electerm/electerm/3.2.0/electerm.electerm.yaml +++ b/manifests/g/gdman/GDMan/0.4.0/gdman.GDMan.yaml @@ -1,8 +1,8 @@ # Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: electerm.electerm -PackageVersion: 3.2.0 +PackageIdentifier: gdman.GDMan +PackageVersion: 0.4.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/h/HolgerImbery/PigeonPost/1.5.11/HolgerImbery.PigeonPost.installer.yaml b/manifests/h/HolgerImbery/PigeonPost/1.5.11/HolgerImbery.PigeonPost.installer.yaml new file mode 100644 index 000000000000..b9cde4499345 --- /dev/null +++ b/manifests/h/HolgerImbery/PigeonPost/1.5.11/HolgerImbery.PigeonPost.installer.yaml @@ -0,0 +1,33 @@ +# 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: HolgerImbery.PigeonPost +PackageVersion: 1.5.11 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + InstallLocation: --installto "" + Log: --log "" +UpgradeBehavior: install +ProductCode: PigeonPost +ReleaseDate: 2026-05-13 +AppsAndFeaturesEntries: +- Publisher: PigeonPost + ProductCode: PigeonPost +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\PigeonPost' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/holgerimbery/PigeonPost/releases/download/v1.5.11/PigeonPost-win-x64-Setup.exe + InstallerSha256: C41E2789046372B39EE812EDEE981D16ABC12ACBADB6A9C8218CBE9F074C0E3F +- Architecture: arm64 + InstallerUrl: https://github.com/holgerimbery/PigeonPost/releases/download/v1.5.11/PigeonPost-win-arm64-Setup.exe + InstallerSha256: E16CEF62D39EDAD38175A178B53DB946D4D966AE617721F4CB26C45F863A9891 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HolgerImbery/PigeonPost/1.5.11/HolgerImbery.PigeonPost.locale.en-US.yaml b/manifests/h/HolgerImbery/PigeonPost/1.5.11/HolgerImbery.PigeonPost.locale.en-US.yaml new file mode 100644 index 000000000000..6fc60ad6d5f7 --- /dev/null +++ b/manifests/h/HolgerImbery/PigeonPost/1.5.11/HolgerImbery.PigeonPost.locale.en-US.yaml @@ -0,0 +1,42 @@ +# 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: HolgerImbery.PigeonPost +PackageVersion: 1.5.11 +PackageLocale: en-US +Publisher: Holger Imbery +PublisherUrl: https://github.com/holgerimbery +PublisherSupportUrl: https://github.com/holgerimbery/PigeonPost/issues +PrivacyUrl: https://holgerimbery.github.io/PigeonPost/privacy.html +Author: Holger Imbery +PackageName: PigeonPost +PackageUrl: https://github.com/holgerimbery/PigeonPost +License: MIT +LicenseUrl: https://github.com/holgerimbery/PigeonPost/blob/HEAD/LICENSE +ShortDescription: Windows 11 tray app exposing a local HTTP API for file and clipboard transfer from any network-connected device. +Description: |- + PigeonPost is a lightweight Windows 11 tray application that exposes a simple + local HTTP API for transferring files and clipboard content from any network-connected + device to your Windows PC. Any HTTP-capable client can use it — automation tools + like Android Tasker, command-line utilities like curl, scripts, or custom apps. + No cloud service, no account, no setup beyond the app itself. + + Features: + - Local HTTP API on port 2560 — receive files, read and write the clipboard + - Bearer token authentication (optional) + - mDNS/Bonjour auto-discovery for iOS companion app + - Minimize to tray with live status indicator + - Auto-update via GitHub Releases + - Start with Windows option +Moniker: pigeonpost +Tags: +- clipboard +- file-transfer +- http-api +- mdns +- tray +- windows +ReleaseNotes: 'Full Changelog: v1.5.10...v1.5.11' +ReleaseNotesUrl: https://github.com/holgerimbery/PigeonPost/releases/tag/v1.5.11 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HolgerImbery/PigeonPost/1.5.11/HolgerImbery.PigeonPost.yaml b/manifests/h/HolgerImbery/PigeonPost/1.5.11/HolgerImbery.PigeonPost.yaml new file mode 100644 index 000000000000..97937c18a0b6 --- /dev/null +++ b/manifests/h/HolgerImbery/PigeonPost/1.5.11/HolgerImbery.PigeonPost.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: HolgerImbery.PigeonPost +PackageVersion: 1.5.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.9.69/HubDev.HubDev.installer.yaml b/manifests/h/HubDev/HubDev/1.9.69/HubDev.HubDev.installer.yaml new file mode 100644 index 000000000000..cce61d41683b --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.9.69/HubDev.HubDev.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: HubDev.HubDev +PackageVersion: 1.9.69 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- DisplayVersion: 1.9.69 +Installers: +- Architecture: x64 + InstallerUrl: https://apt.hubdev.io/v1.9.69/HubDev_1.9.69_Setup.exe + InstallerSha256: 87116C63E6389B7019CFAE9E7665D785946F1F207B40BAC42B1C9E0F8F7D251F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.9.69/HubDev.HubDev.locale.en-US.yaml b/manifests/h/HubDev/HubDev/1.9.69/HubDev.HubDev.locale.en-US.yaml new file mode 100644 index 000000000000..8280232d28b8 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.9.69/HubDev.HubDev.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HubDev.HubDev +PackageVersion: 1.9.69 +PackageLocale: en-US +Publisher: HubDev +PublisherUrl: https://hubdev.io +PackageName: HubDev +License: Proprietary +Copyright: Copyright......... +ShortDescription: Hybrid Development Environment Manager +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.9.69/HubDev.HubDev.yaml b/manifests/h/HubDev/HubDev/1.9.69/HubDev.HubDev.yaml new file mode 100644 index 000000000000..607bfd1787b8 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.9.69/HubDev.HubDev.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: HubDev.HubDev +PackageVersion: 1.9.69 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.installer.yaml b/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.installer.yaml new file mode 100644 index 000000000000..9bde2441c78f --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IvanCharapanau.Harbor +PackageVersion: 0.4.16 +UpgradeBehavior: install +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/av/harbor/releases/download/v0.4.16/Harbor_0.4.16_x64-setup.exe + InstallerSha256: 0C4468AC7B3964E4233DB13FA33FD6C3D265C9B226A9A68FAC639C40CBE2BB5E + ProductCode: Harbor +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/av/harbor/releases/download/v0.4.16/Harbor_0.4.16_x64_en-US.msi + InstallerSha256: 44CFBD7F8907956DAF20C7BCE40A73C57E1C62EE7DCC051CC69AFFFA39CAFEBC + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{E593757F-EB88-4AD3-AD4B-F1D108B0B952}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8389C8AD-7952-5AB4-B907-63255087F027}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.locale.en-US.yaml b/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.locale.en-US.yaml new file mode 100644 index 000000000000..2d03063aa38b --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.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: IvanCharapanau.Harbor +PackageVersion: 0.4.16 +PackageLocale: en-US +Publisher: harbor +PublisherUrl: https://av.codes/ +PublisherSupportUrl: https://github.com/av/harbor/issues +Author: Ivan Charapanau +PackageName: Harbor +PackageUrl: https://github.com/av/harbor +License: Apache-2.0 +LicenseUrl: https://github.com/av/harbor/blob/HEAD/LICENSE +ShortDescription: Effortlessly run LLM backends, APIs, frontends, and services with one command. +Description: Harbor is a containerized LLM toolkit that allows you to run LLMs and additional services. It consists of a CLI and a companion App that allows you to manage and run AI services with ease. +Tags: +- ai +- large-language-model +- llm +- ollama +ReleaseNotes: |- + ML Intern + Hugging Face ML engineering agent for researching papers, inspecting Hugging Face resources, training models, and shipping ML-related code with local or cloud LLM backends. + harbor up ml-intern ollama --open + facts + Fact-driven development CLI for project specs that agents can verify and implement from inside Harbor. + harbor facts list + mi + Minimal agentic coding CLI that runs against OpenAI-compatible local or cloud model APIs. + harbor mi -p "inspect this project and summarize it" + Misc + - ML Intern llama.cpp auto mode selects ranked text/code models from the advertised router catalog and rejects unsuitable non-chat models. + - ML Intern can use GitHub token override env and reports unhealthy LLM backends with HTTP 503. + - Harbor config search now matches hyphenated service handles such as ml-intern against normalized config keys. + Full Changelog: https://github.com/av/harbor/compare/v0.4.15...v0.4.16 +ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.4.16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.locale.zh-CN.yaml b/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.locale.zh-CN.yaml new file mode 100644 index 000000000000..8f0eab00b99b --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.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: IvanCharapanau.Harbor +PackageVersion: 0.4.16 +PackageLocale: zh-CN +ShortDescription: 只需一个命令,即可轻松运行 LLM 后端、API、前端和服务。 +Description: Harbor 是一个容器化 LLM 工具包,帮助您运行 LLM 和附加服务。它由 CLI 和配套应用程序组成,帮助您轻松管理和运行人工智能服务。 +Tags: +- llm +- ollama +- 人工智能 +- 大语言模型 +ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.4.16 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.yaml b/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.yaml new file mode 100644 index 000000000000..c6f0df406278 --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.4.16/IvanCharapanau.Harbor.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: IvanCharapanau.Harbor +PackageVersion: 0.4.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.installer.yaml b/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.installer.yaml new file mode 100644 index 000000000000..f4d6952910a8 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 3.2.135 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-3.2.135.exe + InstallerSha256: 3192BF527EF51F96D69E85F45728D5D2906D231F5188CC21307CD74298E98780 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-3.2.135.exe + InstallerSha256: 3192BF527EF51F96D69E85F45728D5D2906D231F5188CC21307CD74298E98780 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-arm64-3.2.135.exe + InstallerSha256: 6F52FEE3AF413CE9159B246FF0C9E00E443B038B2608290A2BB116803D7E15B3 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-arm64-3.2.135.exe + InstallerSha256: 6F52FEE3AF413CE9159B246FF0C9E00E443B038B2608290A2BB116803D7E15B3 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.locale.en-US.yaml new file mode 100644 index 000000000000..fcf52627983d --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 3.2.135 +PackageLocale: en-US +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +License: Freeware +ShortDescription: Professional and powerful Chinese PCB design tool +Tags: +- eda +- electronic-design-automation +- pcb +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 000000000000..1e1d579c42ed --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.locale.zh-CN.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: JLC.LCEDA.Pro +PackageVersion: 3.2.135 +PackageLocale: zh-CN +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: 免费软件 +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2026 LCEDA.cn. All rights reserved. +ShortDescription: 专业、强大的国产 PCB 设计工具 +Tags: +- eda +- pcb +- 电子设计自动化 +ReleaseNotes: |- + 原理图 + - 修复导出 PDF 时表格排版错乱 + - 修复立创商城元件下单时导出 BOM 控制台报错 + PCB + - 修复预览图生成耗时过长 + - 修复打开两个窗口时布局传递失效 + - 修复自动布线异常及导线路径报错 + 其他 + - 修复 V2 工程打开时默认变成只读模式 + - 修复系统库器件右键另存为本地失败 + - 修复存在未保存图页时关闭客户端无法完全退出 + - 修复直接打印时丢失虚线框 + - 修复使用模板导出 BOM 时单元格被拆分 +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.yaml b/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.yaml new file mode 100644 index 000000000000..33e01750bcd8 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/3.2.135/JLC.LCEDA.Pro.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: JLC.LCEDA.Pro +PackageVersion: 3.2.135 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml deleted file mode 100644 index 602de127638b..000000000000 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 253.28294.169 -InstallerType: nullsoft -InstallerSwitches: - Log: /LOG="" -UpgradeBehavior: uninstallPrevious -FileExtensions: -- groovy -- ipr -- java -- kt -- kts -ProductCode: IntelliJ IDEA 253.28294.169 -ReleaseDate: 2025-11-19 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.jetbrains.com/idea/idea-253.28294.169.exe - InstallerSha256: D1918D6AE232D8AABEE24197D877E527C112C5BAA493A7C5C52CB5D632BEFBC7 -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.jetbrains.com/idea/idea-253.28294.169.exe - InstallerSha256: D1918D6AE232D8AABEE24197D877E527C112C5BAA493A7C5C52CB5D632BEFBC7 - ElevationRequirement: elevationRequired -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.jetbrains.com/idea/idea-253.28294.169-aarch64.exe - InstallerSha256: 2A316112CD4D13EB6269971C41778FEEB3359C55412A11EF0DEADB20CA508FAA -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.jetbrains.com/idea/idea-253.28294.169-aarch64.exe - InstallerSha256: 2A316112CD4D13EB6269971C41778FEEB3359C55412A11EF0DEADB20CA508FAA - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml deleted file mode 100644 index 9e807854b6cd..000000000000 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 253.28294.169 -PackageLocale: en-US -Publisher: JetBrains s.r.o. -PublisherUrl: https://www.jetbrains.com/ -PublisherSupportUrl: https://www.jetbrains.com/support/ -PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ -Author: JetBrains s.r.o. -PackageName: IntelliJ IDEA Ultimate Edition (EAP) -PackageUrl: https://www.jetbrains.com/idea/nextversion/ -License: Freeware -LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ -Copyright: Copyright © 2000-2025 JetBrains s.r.o. -ShortDescription: The Leading Java and Kotlin IDE -Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. -Tags: -- code -- coding -- develop -- development -- java -- kotlin -- programming -ReleaseNotes: IntelliJ IDEA 2025.3 Beta is out! For the list of changes included in this build, refer to the release notes. -ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662532/IntelliJ-IDEA-2025.3-Beta-253.28294.169-build-Release-Notes -Documentations: -- DocumentLabel: Resources - DocumentUrl: https://www.jetbrains.com/idea/resources/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml deleted file mode 100644 index 7a2322278004..000000000000 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 253.28294.169 -PackageLocale: zh-CN -PublisherUrl: https://www.jetbrains.com/zh-cn/ -PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ -PackageName: IntelliJ IDEA Ultimate Edition(抢先体验计划) -PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion/ -License: 免费软件 -ShortDescription: 领先的 Java 和 Kotlin IDE -Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 -Tags: -- java -- kotlin -- 代码 -- 开发 -- 编程 -- 集成开发环境 -ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662532/IntelliJ-IDEA-2025.3-Beta-253.28294.169-build-Release-Notes -Documentations: -- DocumentLabel: 资源 - DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml deleted file mode 100644 index b09db032e73d..000000000000 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/253.28294.169/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 253.28294.169 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml deleted file mode 100644 index 2f8154e36f84..000000000000 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 261.21525.39 -InstallerType: nullsoft -InstallerSwitches: - Log: /LOG="" -UpgradeBehavior: uninstallPrevious -FileExtensions: -- groovy -- ipr -- java -- kt -- kts -ProductCode: IntelliJ IDEA 261.21525.39 -ReleaseDate: 2026-02-20 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.jetbrains.com/idea/idea-261.21525.39.exe - InstallerSha256: EFFC7589760B3A961A9F5954E94C96C978F336809EEAF128C5F8DDD357C8BC39 -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.jetbrains.com/idea/idea-261.21525.39.exe - InstallerSha256: EFFC7589760B3A961A9F5954E94C96C978F336809EEAF128C5F8DDD357C8BC39 - ElevationRequirement: elevationRequired -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.jetbrains.com/idea/idea-261.21525.39-aarch64.exe - InstallerSha256: 699218C2EC44F211DA624A4BADF7D3485B1DD33CCCCD216CDF1E17612128CCE4 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.jetbrains.com/idea/idea-261.21525.39-aarch64.exe - InstallerSha256: 699218C2EC44F211DA624A4BADF7D3485B1DD33CCCCD216CDF1E17612128CCE4 - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml deleted file mode 100644 index 52c7894c6eb4..000000000000 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 261.21525.39 -PackageLocale: en-US -Publisher: JetBrains s.r.o. -PublisherUrl: https://www.jetbrains.com/ -PublisherSupportUrl: https://www.jetbrains.com/support/ -PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ -Author: JetBrains s.r.o. -PackageName: IntelliJ IDEA Ultimate Edition (EAP) -PackageUrl: https://www.jetbrains.com/idea/nextversion/ -License: Freeware -LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ -Copyright: Copyright © 2000-2026 JetBrains s.r.o. -ShortDescription: The Leading Java and Kotlin IDE -Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. -Tags: -- code -- coding -- develop -- development -- java -- kotlin -- programming -ReleaseNotes: IntelliJ IDEA 2026.1 EAP 5 is out! For the list of changes included in this build, refer to the release notes. -ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662632 -Documentations: -- DocumentLabel: Resources - DocumentUrl: https://www.jetbrains.com/idea/resources/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml deleted file mode 100644 index 4ca9b3da01c4..000000000000 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21525.39/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 261.21525.39 -PackageLocale: zh-CN -PublisherUrl: https://www.jetbrains.com/zh-cn/ -PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ -PackageName: IntelliJ IDEA Ultimate Edition(抢先体验计划) -PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion/ -License: 免费软件 -ShortDescription: 领先的 Java 和 Kotlin IDE -Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 -Tags: -- java -- kotlin -- 代码 -- 开发 -- 编程 -- 集成开发环境 -ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662632 -Documentations: -- DocumentLabel: 资源 - DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml deleted file mode 100644 index de9d57cfbe3b..000000000000 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 261.21849.20 -InstallerType: nullsoft -InstallerSwitches: - Log: /LOG="" -UpgradeBehavior: uninstallPrevious -FileExtensions: -- groovy -- ipr -- java -- kt -- kts -ProductCode: IntelliJ IDEA 261.21849.20 -ReleaseDate: 2026-02-25 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.jetbrains.com/idea/idea-261.21849.20.exe - InstallerSha256: B38BD403D861F746CBCB6FDFD6E989BEA14398F0F6855625BEB0730B7DCE283C -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.jetbrains.com/idea/idea-261.21849.20.exe - InstallerSha256: B38BD403D861F746CBCB6FDFD6E989BEA14398F0F6855625BEB0730B7DCE283C - ElevationRequirement: elevationRequired -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.jetbrains.com/idea/idea-261.21849.20-aarch64.exe - InstallerSha256: FEFE9EF7FE34EB7D6039F174456709BDD3A6ECC405BDB74AA83A1F0ED8AF04C3 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.jetbrains.com/idea/idea-261.21849.20-aarch64.exe - InstallerSha256: FEFE9EF7FE34EB7D6039F174456709BDD3A6ECC405BDB74AA83A1F0ED8AF04C3 - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml deleted file mode 100644 index 66b8da6a81fa..000000000000 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 261.21849.20 -PackageLocale: en-US -Publisher: JetBrains s.r.o. -PublisherUrl: https://www.jetbrains.com/ -PublisherSupportUrl: https://www.jetbrains.com/support/ -PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ -Author: JetBrains s.r.o. -PackageName: IntelliJ IDEA Ultimate Edition (EAP) -PackageUrl: https://www.jetbrains.com/idea/nextversion/ -License: Freeware -LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ -Copyright: Copyright © 2000-2026 JetBrains s.r.o. -ShortDescription: The Leading Java and Kotlin IDE -Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. -Tags: -- code -- coding -- develop -- development -- java -- kotlin -- programming -ReleaseNotes: IntelliJ IDEA 2026.1 EAP 6 is out! For the list of changes included in this build, refer to the release notes. -ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662635/IntelliJ-IDEA-2026.1-EAP-6-261.21849.20-build-Release-Notes -Documentations: -- DocumentLabel: Resources - DocumentUrl: https://www.jetbrains.com/idea/resources/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml deleted file mode 100644 index 6334b1338ba5..000000000000 --- a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/261.21849.20/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP -PackageVersion: 261.21849.20 -PackageLocale: zh-CN -PublisherUrl: https://www.jetbrains.com/zh-cn/ -PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ -PackageName: IntelliJ IDEA Ultimate Edition(抢先体验计划) -PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion/ -License: 免费软件 -ShortDescription: 领先的 Java 和 Kotlin IDE -Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 -Tags: -- java -- kotlin -- 代码 -- 开发 -- 编程 -- 集成开发环境 -ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662635/IntelliJ-IDEA-2026.1-EAP-6-261.21849.20-build-Release-Notes -Documentations: -- DocumentLabel: 资源 - DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.installer.yaml deleted file mode 100644 index 947812a16b62..000000000000 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: JetBrains.PyCharm.Professional.EAP -PackageVersion: 252.23892.194 -InstallerType: nullsoft -InstallerSwitches: - Log: /LOG="" -UpgradeBehavior: uninstallPrevious -FileExtensions: -- ipr -- py -ProductCode: PyCharm 252.23892.194 -ReleaseDate: 2025-07-15 -AppsAndFeaturesEntries: -- DisplayName: PyCharm 251.23774.211 - ProductCode: PyCharm 251.23774.211 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.jetbrains.com/python/pycharm-252.23892.194.exe - InstallerSha256: 8EBDC278020D579B884309F5931B8DEAC96DD886D387ED5E1010ED053E79DBC9 -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.jetbrains.com/python/pycharm-252.23892.194.exe - InstallerSha256: 8EBDC278020D579B884309F5931B8DEAC96DD886D387ED5E1010ED053E79DBC9 -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.jetbrains.com/python/pycharm-252.23892.194-aarch64.exe - InstallerSha256: 649A248D7B6C632141685AA0482F3BC9B6BA45B84972227AB88B173515C4CA36 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.jetbrains.com/python/pycharm-252.23892.194-aarch64.exe - InstallerSha256: 649A248D7B6C632141685AA0482F3BC9B6BA45B84972227AB88B173515C4CA36 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml deleted file mode 100644 index 1ae096ff05ba..000000000000 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: JetBrains.PyCharm.Professional.EAP -PackageVersion: 252.23892.194 -PackageLocale: en-US -Publisher: JetBrains s.r.o. -PublisherUrl: https://www.jetbrains.com/ -PublisherSupportUrl: https://www.jetbrains.com/support/ -PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ -Author: JetBrains s.r.o. -PackageName: PyCharm Professional Edition (EAP) -PackageUrl: https://www.jetbrains.com/pycharm/nextversion/ -License: Freeware -LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ -Copyright: Copyright © 2000-2024 JetBrains s.r.o. -ShortDescription: The Python IDE for Professional Developers -Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... -Tags: -- code -- coding -- develop -- development -- django -- programming -- python -ReleaseNotes: Check out all the new features in the release notes. -ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538438/PyCharm-2025.2-EAP-5-252.23892.194-build-Release-Notes -Documentations: -- DocumentLabel: Learn PyCharm - DocumentUrl: https://www.jetbrains.com/pycharm/learn/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml deleted file mode 100644 index 09fa0b4976e0..000000000000 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: JetBrains.PyCharm.Professional.EAP -PackageVersion: 252.23892.194 -PackageLocale: zh-CN -Publisher: JetBrains s.r.o. -PublisherUrl: https://www.jetbrains.com/zh-cn/ -PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ -PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ -Author: JetBrains s.r.o. -PackageName: PyCharm Professional Edition(抢先体验计划) -PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/nextversion/ -License: 免费软件 -LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ -Copyright: Copyright © 2000-2024 JetBrains s.r.o. -ShortDescription: 面向专业开发者的 Python IDE -Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… -Tags: -- django -- python -- 代码 -- 开发 -- 编程 -- 集成开发环境 -ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538438/PyCharm-2025.2-EAP-5-252.23892.194-build-Release-Notes -Documentations: -- DocumentLabel: 学习 PyCharm - DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.yaml deleted file mode 100644 index c34a94583495..000000000000 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/252.23892.194/JetBrains.PyCharm.Professional.EAP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: JetBrains.PyCharm.Professional.EAP -PackageVersion: 252.23892.194 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.installer.yaml deleted file mode 100644 index fbe499fcd2ec..000000000000 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: JetBrains.PyCharm.Professional.EAP -PackageVersion: 253.24325.40 -InstallerType: nullsoft -InstallerSwitches: - Log: /LOG="" -UpgradeBehavior: uninstallPrevious -FileExtensions: -- ipr -- py -ProductCode: PyCharm 253.24325.40 -ReleaseDate: 2025-10-03 -AppsAndFeaturesEntries: -- DisplayName: PyCharm 251.23774.211 - ProductCode: PyCharm 251.23774.211 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.jetbrains.com/python/pycharm-253.24325.40.exe - InstallerSha256: 971D0C97DF80BBC055153153789582D1C954AF51603B5F78628EC336A4BE68F9 -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.jetbrains.com/python/pycharm-253.24325.40.exe - InstallerSha256: 971D0C97DF80BBC055153153789582D1C954AF51603B5F78628EC336A4BE68F9 -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.jetbrains.com/python/pycharm-253.24325.40-aarch64.exe - InstallerSha256: FF4D564CAFD6657A4DCF3EB68AB0CB75697B6C4A3CEBD73542CDE642B3F7F68D -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.jetbrains.com/python/pycharm-253.24325.40-aarch64.exe - InstallerSha256: FF4D564CAFD6657A4DCF3EB68AB0CB75697B6C4A3CEBD73542CDE642B3F7F68D -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml deleted file mode 100644 index 222e2e415f5f..000000000000 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: JetBrains.PyCharm.Professional.EAP -PackageVersion: 253.24325.40 -PackageLocale: en-US -Publisher: JetBrains s.r.o. -PublisherUrl: https://www.jetbrains.com/ -PublisherSupportUrl: https://www.jetbrains.com/support/ -PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ -Author: JetBrains s.r.o. -PackageName: PyCharm Professional Edition (EAP) -PackageUrl: https://www.jetbrains.com/pycharm/nextversion/ -License: Freeware -LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ -Copyright: Copyright © 2000-2024 JetBrains s.r.o. -ShortDescription: The Python IDE for Professional Developers -Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... -Tags: -- code -- coding -- develop -- development -- django -- programming -- python -ReleaseNotes: |- - - Better support for KW_ONLY annotation in dataclasses - PY-57582 - - Improved type inference in Jupyter notebooks - PY-84356 - - PyCharm now recognizes individual cells using Databricks meta-comments - PY-84419 - - "Extract Method" works correctly with multiline parenthesized expressions - PY-54512 - - New compatibility inspection for PEP 758 - PY-84322 - Check out all the new features in the release notes. -ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538478/PyCharm-2025.3-EAP-3-253.24325.40-build-Release-Notes -Documentations: -- DocumentLabel: Learn PyCharm - DocumentUrl: https://www.jetbrains.com/pycharm/learn/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml deleted file mode 100644 index 542adc0c59bd..000000000000 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: JetBrains.PyCharm.Professional.EAP -PackageVersion: 253.24325.40 -PackageLocale: zh-CN -Publisher: JetBrains s.r.o. -PublisherUrl: https://www.jetbrains.com/zh-cn/ -PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ -PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ -Author: JetBrains s.r.o. -PackageName: PyCharm Professional Edition(抢先体验计划) -PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/nextversion/ -License: 免费软件 -LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ -Copyright: Copyright © 2000-2024 JetBrains s.r.o. -ShortDescription: 面向专业开发者的 Python IDE -Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… -Tags: -- django -- python -- 代码 -- 开发 -- 编程 -- 集成开发环境 -ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538478/PyCharm-2025.3-EAP-3-253.24325.40-build-Release-Notes -Documentations: -- DocumentLabel: 学习 PyCharm - DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.yaml deleted file mode 100644 index 81a50000719d..000000000000 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/253.24325.40/JetBrains.PyCharm.Professional.EAP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: JetBrains.PyCharm.Professional.EAP -PackageVersion: 253.24325.40 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.installer.yaml b/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.installer.yaml index b1404fecd06c..ea1a1bac4796 100644 --- a/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.installer.yaml +++ b/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.installer.yaml @@ -1,19 +1,20 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Koyubi.SKK -PackageVersion: 0.1.1 -Platform: - - Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -ElevationRequirement: elevationRequired -Installers: - - Architecture: x64 - InstallerUrl: https://github.com/m-takeuchi/koyubi/releases/download/v0.1.1/koyubi-0.1.1-setup.exe - InstallerSha256: affa44ecd615ae068ed08e888566a473ceab705bc253575bb0b26c5af3235da2 - InstallerSwitches: - Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART - SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART -ManifestType: installer -ManifestVersion: 1.6.0 +# Automatically updated by the winget bot at 2026/May/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Koyubi.SKK +PackageVersion: 0.1.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/m-takeuchi/koyubi/releases/download/v0.1.1/koyubi-0.1.1-setup.exe + InstallerSha256: 14B8AEDEBDE925047E2214F56FAA4A8FC92727E1C4C931B5BBDF83D644445C92 + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.locale.en-US.yaml b/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.locale.en-US.yaml index cda1f519750b..2e9b3ef662dd 100644 --- a/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.locale.en-US.yaml +++ b/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.locale.en-US.yaml @@ -1,23 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Koyubi.SKK -PackageVersion: 0.1.1 -PackageLocale: en-US -Publisher: Koyubi Project -PackageName: Koyubi SKK -PackageUrl: https://github.com/m-takeuchi/koyubi -License: MIT -LicenseUrl: https://github.com/m-takeuchi/koyubi/blob/main/LICENSE -ShortDescription: SKK Japanese input method for Windows (English keyboard layout) -Description: >- - Koyubi is an SKK-based Japanese input method system for Windows, - designed for English keyboard layout users (especially HHKB). - Implemented as a TSF (Text Services Framework) IME in Rust. -Tags: - - ime - - japanese - - input-method - - skk - - tsf -ManifestType: defaultLocale -ManifestVersion: 1.6.0 +# Automatically updated by the winget bot at 2026/May/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Koyubi.SKK +PackageVersion: 0.1.1 +PackageLocale: en-US +Publisher: Koyubi Project +PackageName: Koyubi SKK +PackageUrl: https://github.com/m-takeuchi/koyubi +License: MIT +LicenseUrl: https://github.com/m-takeuchi/koyubi/blob/main/LICENSE +ShortDescription: SKK Japanese input method for Windows (English keyboard layout) +Description: >- + Koyubi is an SKK-based Japanese input method system for Windows, designed for English keyboard layout users (especially HHKB). Implemented as a TSF (Text Services Framework) IME in Rust. +Tags: +- ime +- japanese +- input-method +- skk +- tsf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.yaml b/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.yaml index 87bc2de5bb37..e597832c0373 100644 --- a/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.yaml +++ b/manifests/k/Koyubi/SKK/0.1.1/Koyubi.SKK.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Koyubi.SKK -PackageVersion: 0.1.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 +# Automatically updated by the winget bot at 2026/May/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Koyubi.SKK +PackageVersion: 0.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.installer.yaml b/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.installer.yaml new file mode 100644 index 000000000000..dbc5292efad5 --- /dev/null +++ b/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kubus.BIMcollabZoom +PackageVersion: 9.8.13 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +FileExtensions: +- bcp +- ifc +- ifczip +ProductCode: '{F4F1BB34-985A-4041-A57E-424E38AF04EE}' +AppsAndFeaturesEntries: +- UpgradeCode: '{3621CEFE-9628-45EC-882E-156F91421FA5}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.bimcollab.com/BIMcollab%20Zoom%209.8%20build%2013.msi + InstallerSha256: 0DE924908EA9CD62F02484B19C960ACFAE1414E8343B7294E709892522C5E0D7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.locale.en-US.yaml b/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.locale.en-US.yaml new file mode 100644 index 000000000000..9e3cd1c72b45 --- /dev/null +++ b/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kubus.BIMcollabZoom +PackageVersion: 9.8.13 +PackageLocale: en-US +Publisher: KUBUS BV +PublisherUrl: https://www.bimcollab.com/ +PublisherSupportUrl: https://helpcenter.bimcollab.com/ +PrivacyUrl: https://www.bimcollab.com/terms-conditions/privacy-policy/ +Author: Kubus B.V. +PackageName: BIMcollab Zoom +PackageUrl: https://www.bimcollab.com/products/bimcollab-zoom/ +License: Proprietary +LicenseUrl: https://www.bimcollab.com/terms-conditions/software-license-agreement +Copyright: © 2015-2026 KUBUS BV. All rights reserved. +CopyrightUrl: https://www.bimcollab.com/terms-conditions/software-license-agreement +ShortDescription: Model checking that gets issues solved +Description: |- + BIMcollab Zoom is the only model checking solution smoothly integrated with BIM coordination. Easily combine models, analyze object properties and find clashes faster than ever with intuitive model checking. + Find issues, communicate them and verify solutions. Visualize and share customized views with stakeholders and empower them to address design issues in the early stages of the project. +Tags: +- bim +ReleaseNotesUrl: https://www.bimcollab.com/in-app-messages/zoom/ +PurchaseUrl: https://www.bimcollab.com/plans/bimcollab-zoom/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.locale.zh-CN.yaml b/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.locale.zh-CN.yaml new file mode 100644 index 000000000000..20c97626715b --- /dev/null +++ b/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.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: Kubus.BIMcollabZoom +PackageVersion: 9.8.13 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 通过检查模型高效解决问题 +Description: |- + BIMcollab Zoom 是唯一与 BIM 协调无缝集成的模型检查解决方案。通过直观的模型检查功能,轻松合并模型、分析对象属性,并以前所未有的速度发现碰撞问题。 + 发现隐患、高效沟通并验证解决方案。为项目各方可视化并分享定制化视图,助力团队在项目早期阶段解决设计问题。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.yaml b/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.yaml new file mode 100644 index 000000000000..7fe6da3bbf3c --- /dev/null +++ b/manifests/k/Kubus/BIMcollabZoom/9.8.13/Kubus.BIMcollabZoom.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: Kubus.BIMcollabZoom +PackageVersion: 9.8.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.installer.yaml similarity index 84% rename from manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.installer.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.installer.yaml index 15acbba79c07..0dcad5e132da 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.49 +PackageVersion: 1.3.50 InstallerType: exe Scope: machine InstallModes: @@ -20,6 +20,6 @@ ProductCode: easyclaw Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe - InstallerSha256: 6460258E4F83832C299E62C7A381114817B9137D5875EE82AFBC2DF41CCD275E + InstallerSha256: 2902BB0C3F7032DE9BA0B795EC70EFE6163365B390246E5490540011D021E8A6 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.locale.en-US.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.locale.en-US.yaml index 4eff60a0b937..7a000a9afc2d 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.49 +PackageVersion: 1.3.50 PackageLocale: en-US Publisher: EasyClaw Team PublisherUrl: https://easyclaw.com/ diff --git a/manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.locale.zh-CN.yaml similarity index 96% rename from manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.locale.zh-CN.yaml index 8939b926549c..de5465bd1137 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.49 +PackageVersion: 1.3.50 PackageLocale: zh-CN PublisherUrl: https://easyclaw.com/zh-cn PrivacyUrl: https://easyclaw.com/zh-cn/privacy diff --git a/manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.yaml index 8df7a141bf09..2a76bd4efb60 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.49/Lingbao.EasyClaw.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.50/Lingbao.EasyClaw.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.49 +PackageVersion: 1.3.50 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.installer.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.installer.yaml similarity index 84% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.installer.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.installer.yaml index 25fa1958d70f..bc4c680ec618 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.49 +PackageVersion: 1.3.50 InstallerType: exe Scope: machine InstallModes: @@ -20,6 +20,6 @@ ProductCode: easyclawcn Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.cn/public/package/easyclawcnsetup.exe - InstallerSha256: 236974C113E374AB84D73F6ACA231EA0C4175612913619C40F9D9627729432EA + InstallerSha256: 8B185CD4B854B6D979EBAB2112BC8DD6EE2242F78319C44A0917ED0F5D0DA1C7 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.locale.en-US.yaml similarity index 95% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.locale.en-US.yaml index 3453eec2e7e5..555a423aa50b 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.49 +PackageVersion: 1.3.50 PackageLocale: en-US Author: Beijing Lingbao Intelligent Technology Co., Ltd. License: Proprietary diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.locale.zh-CN.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.locale.zh-CN.yaml index 1a220e091fc0..33e7731fecc5 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.49 +PackageVersion: 1.3.50 PackageLocale: zh-CN Publisher: EasyClaw Team PublisherUrl: https://easyclaw.cn/ diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.yaml index 80635a3b9c1b..cde9f1983933 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.49/Lingbao.EasyClaw.CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.50/Lingbao.EasyClaw.CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.49 +PackageVersion: 1.3.50 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/MSEndpointMgr/1PhoneMirror/0.3.5/MSEndpointMgr.1PhoneMirror.installer.yaml b/manifests/m/MSEndpointMgr/1PhoneMirror/0.3.5/MSEndpointMgr.1PhoneMirror.installer.yaml new file mode 100644 index 000000000000..65d404c91324 --- /dev/null +++ b/manifests/m/MSEndpointMgr/1PhoneMirror/0.3.5/MSEndpointMgr.1PhoneMirror.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MSEndpointMgr.1PhoneMirror +PackageVersion: 0.3.5 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{30D28484-5202-4258-AC1D-17A30E0A3971}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MSEndpointMgr/1PhoneMirror/releases/download/v0.3.5/1PhoneMirror-0.3.5.msi + InstallerSha256: 8AD523EEC4BF1EAA47B6A4F2E39E0931206F222CCCE89B27FDF49378EE2BBB5E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/m/MSEndpointMgr/1PhoneMirror/0.3.5/MSEndpointMgr.1PhoneMirror.locale.en-US.yaml b/manifests/m/MSEndpointMgr/1PhoneMirror/0.3.5/MSEndpointMgr.1PhoneMirror.locale.en-US.yaml new file mode 100644 index 000000000000..03aa1dd55987 --- /dev/null +++ b/manifests/m/MSEndpointMgr/1PhoneMirror/0.3.5/MSEndpointMgr.1PhoneMirror.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MSEndpointMgr.1PhoneMirror +PackageVersion: 0.3.5 +PackageLocale: en-US +Publisher: MSEndpointMgr +PublisherUrl: https://github.com/MSEndpointMgr +PublisherSupportUrl: https://github.com/MSEndpointMgr/1PhoneMirror/issues +PackageName: 1PhoneMirror +PackageUrl: https://github.com/MSEndpointMgr/1PhoneMirror +License: GPL-3.0-or-later +ShortDescription: Wireless screen mirroring for iOS (AirPlay) and Android (scrcpy) on Windows. +ReleaseNotesUrl: https://github.com/MSEndpointMgr/1PhoneMirror/releases/tag/v0.3.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MSEndpointMgr/1PhoneMirror/0.3.5/MSEndpointMgr.1PhoneMirror.yaml b/manifests/m/MSEndpointMgr/1PhoneMirror/0.3.5/MSEndpointMgr.1PhoneMirror.yaml new file mode 100644 index 000000000000..81c4531e551e --- /dev/null +++ b/manifests/m/MSEndpointMgr/1PhoneMirror/0.3.5/MSEndpointMgr.1PhoneMirror.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: MSEndpointMgr.1PhoneMirror +PackageVersion: 0.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Miro/Miro/0.11.139/Miro.Miro.installer.yaml b/manifests/m/Miro/Miro/0.11.140/Miro.Miro.installer.yaml similarity index 73% rename from manifests/m/Miro/Miro/0.11.139/Miro.Miro.installer.yaml rename to manifests/m/Miro/Miro/0.11.140/Miro.Miro.installer.yaml index 7eb2f165d2d8..f47937fd03e7 100644 --- a/manifests/m/Miro/Miro/0.11.139/Miro.Miro.installer.yaml +++ b/manifests/m/Miro/Miro/0.11.140/Miro.Miro.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Miro.Miro -PackageVersion: 0.11.139 +PackageVersion: 0.11.140 InstallerType: nullsoft Scope: user InstallerSwitches: @@ -11,13 +11,13 @@ UpgradeBehavior: install Protocols: - miroapp ProductCode: 01f85b1b-f63c-544c-9e47-432831b23be6 -ReleaseDate: 2026-04-21 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 InstallerUrl: https://desktop.miro.com/platforms/win32-x86-nsis-pu/Miro-setup.exe - InstallerSha256: DADFC4CCCB6A06D4382AC64D0C122C390D9F57CCB63FCD4CD5E72A162D89593E + InstallerSha256: 78955DA47293CA35E0E10A87B5289F72B14952D410CF79613F1F6D1A26A8FAF9 - Architecture: x64 InstallerUrl: https://desktop.miro.com/platforms/win32-nsis-pu/Miro-setup.exe - InstallerSha256: 96D077AC9EF957AB55CCA34774AEFD198AC78E2932C5E22DDEAE12711FBD2EC9 + InstallerSha256: 552AD2CF35ED14D688090FFBA913DDDF02124A2F86B22DCD55B2195FFADCDFC1 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Miro/Miro/0.11.139/Miro.Miro.locale.en-US.yaml b/manifests/m/Miro/Miro/0.11.140/Miro.Miro.locale.en-US.yaml similarity index 97% rename from manifests/m/Miro/Miro/0.11.139/Miro.Miro.locale.en-US.yaml rename to manifests/m/Miro/Miro/0.11.140/Miro.Miro.locale.en-US.yaml index 1ef240a0888f..49ebd194fed0 100644 --- a/manifests/m/Miro/Miro/0.11.139/Miro.Miro.locale.en-US.yaml +++ b/manifests/m/Miro/Miro/0.11.140/Miro.Miro.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Miro.Miro -PackageVersion: 0.11.139 +PackageVersion: 0.11.140 PackageLocale: en-US Publisher: Miro PublisherUrl: https://miro.com/ diff --git a/manifests/m/Miro/Miro/0.11.139/Miro.Miro.locale.zh-CN.yaml b/manifests/m/Miro/Miro/0.11.140/Miro.Miro.locale.zh-CN.yaml similarity index 97% rename from manifests/m/Miro/Miro/0.11.139/Miro.Miro.locale.zh-CN.yaml rename to manifests/m/Miro/Miro/0.11.140/Miro.Miro.locale.zh-CN.yaml index cfb5933836f8..a6cdd40cf8c6 100644 --- a/manifests/m/Miro/Miro/0.11.139/Miro.Miro.locale.zh-CN.yaml +++ b/manifests/m/Miro/Miro/0.11.140/Miro.Miro.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Miro.Miro -PackageVersion: 0.11.139 +PackageVersion: 0.11.140 PackageLocale: zh-CN Publisher: Miro PublisherUrl: https://miro.com/ diff --git a/manifests/m/Miro/Miro/0.11.139/Miro.Miro.yaml b/manifests/m/Miro/Miro/0.11.140/Miro.Miro.yaml similarity index 90% rename from manifests/m/Miro/Miro/0.11.139/Miro.Miro.yaml rename to manifests/m/Miro/Miro/0.11.140/Miro.Miro.yaml index f694406d1b4a..9e7a63f69d49 100644 --- a/manifests/m/Miro/Miro/0.11.139/Miro.Miro.yaml +++ b/manifests/m/Miro/Miro/0.11.140/Miro.Miro.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Miro.Miro -PackageVersion: 0.11.139 +PackageVersion: 0.11.140 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/151.0/Mozilla.Firefox.DeveloperEdition.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/151.0/Mozilla.Firefox.DeveloperEdition.installer.yaml index 77718108ae74..9630c77ab491 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/151.0/Mozilla.Firefox.DeveloperEdition.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/151.0/Mozilla.Firefox.DeveloperEdition.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/en-US/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 81392E90329A2A22F495E83A44B0C936DB6674544ABAAF296F077C51D376C4C6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/en-US/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 5AF33BEEDBA4B99B927DB185796182457C7FF7AC2F1DE2AB35FF37D43439613D - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/en-US/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 6719CEE2257B5F62130ED05D9D118663DC83BC9864758AD4CC23C631BDE42D25 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/en-US/Firefox%20Setup%20151.0b10.exe + InstallerSha256: EF21F97A29DE39F55882368E22189C32C289518E9063ACF89D1EB28B12F31023 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/en-US/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 4D2849B534DFCEFE9C400AA81852455F8CC8CAE30302B20B1B6BAE70FB6C5270 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/en-US/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A8A5257F6397E6323A8D8756802E7DE7CF7A6E6D1BB604C31954428F36E0FC1F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/151.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/151.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml index c248be94ca1c..8710c8cf0b66 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/151.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/151.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ach/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 02D884B3AB57DFF69B319C7E143A81FD30A7B8C0A8FCB485AF32C6825291D262 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ach/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 1725E5C9533DBC2931CFA9EE053808E876132F7B6B6EB21A32202C1EA97930B7 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ach/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 41F991B22774052854F4B0D5755C6EABE8FA1154C88FF8829E1FF4C81A31344C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ach/Firefox%20Setup%20151.0b10.exe + InstallerSha256: CB3C59828D6F5EDB07890DE7FFECBB49D46155CF1B77D3CF488EBCF6718BADC4 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ach/Firefox%20Setup%20151.0b9.exe - InstallerSha256: EC5318885C4B2DFD2A7008FF4EBDD94E1A04E4EDE910D2F6C1CDB311DE3744E0 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ach/Firefox%20Setup%20151.0b10.exe + InstallerSha256: AC4CF239005FA75828B174845869049A784612728A07F472256FF6175972E0E0 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/af/151.0/Mozilla.Firefox.DeveloperEdition.af.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/af/151.0/Mozilla.Firefox.DeveloperEdition.af.installer.yaml index 4bbcb64558d3..20f994638f20 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/af/151.0/Mozilla.Firefox.DeveloperEdition.af.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/af/151.0/Mozilla.Firefox.DeveloperEdition.af.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/af/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 38C0B3306E083A2A5DA7CCBCEBAC527028EBB1BFB0AE40049900F6FE4D613031 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/af/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 2A17ED094D31A1A5F8EE6B409EDA6C03415059128139EA9BF69C29DFDDAF11A6 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/af/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 10C34D5AA1544CD03FFA46AD969A1BE66C652F8A5CD0542A686596C43FDE7045 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/af/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A285C3DDCF079A7A81C9B23FC655B590B6EB0A08DCBC9ABC586A11A4F02DD1A0 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/af/Firefox%20Setup%20151.0b9.exe - InstallerSha256: B7AB9E59A77588CF5C4551227E8C2F32382F1B72559B1ED07743C611102FD8AA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/af/Firefox%20Setup%20151.0b10.exe + InstallerSha256: F1EB4A14AF772C88DE0D63032C4E06B52E8FD55F78DA45416009FC77162EF270 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/151.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/151.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml index 926a84fd8903..3099dad191f9 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/151.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/151.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ast/Firefox%20Setup%20151.0b9.exe - InstallerSha256: B99FEC7D689CE814F67DDCAACA2E7890A874BD8E6703D12CEAD89E09158419F5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ast/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 13BF45E8610E226B63C1F0DD678036BC7E20A8FD9870AD9A8DA96800066AFCB3 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ast/Firefox%20Setup%20151.0b9.exe - InstallerSha256: D688D60E0A5BFE717C1F3F1F3A1DDB23BD13614EE1DDE1D33791E3E59AE6B0C1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ast/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 75AB91F305E6B1987EF4E31A2D408FC097A2A61EE2CA5E476DFEA07D730C6987 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ast/Firefox%20Setup%20151.0b9.exe - InstallerSha256: B36076108F73FAEB4596AD241C1571C286314AEFD71E09DC489C74356B514AD8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ast/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 43C744BAA27B2AFCAF7385A44DBA2803BE70D57489D092C3C2339DD11BF9AA1D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/az/151.0/Mozilla.Firefox.DeveloperEdition.az.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/az/151.0/Mozilla.Firefox.DeveloperEdition.az.installer.yaml index 0acab59891c7..b0b64e8435d4 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/az/151.0/Mozilla.Firefox.DeveloperEdition.az.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/az/151.0/Mozilla.Firefox.DeveloperEdition.az.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/az/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 62B091D3C594B8CE2A9BFC078C57CD16C7431C343A093B6A6DB4DC1611599D3C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/az/Firefox%20Setup%20151.0b10.exe + InstallerSha256: CF68B369B7EE38DF4E67B583C822753837F1CC11FE59CAC3F7E6D9C8653F2FD9 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/az/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 59F4A7E534E102011352982533436B4D97841F71BE08EA48C58C70E0BB745C55 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/az/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 17595196B4FE84491FE957ADB8F8C8FBE1C049B174FF08B3871A242891471592 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/az/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 06E1A865E6E8C765A4FF6EA4AB5429FED71314CDB6DFD4A96FDA3CEE45272E51 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/az/Firefox%20Setup%20151.0b10.exe + InstallerSha256: F106DB17AC70F9A9482529FC655F83536438526FB55F9A9208ED8C8FF49BF3B5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/be/151.0/Mozilla.Firefox.DeveloperEdition.be.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/be/151.0/Mozilla.Firefox.DeveloperEdition.be.installer.yaml index 4955f0c7c517..fec80da778f1 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/be/151.0/Mozilla.Firefox.DeveloperEdition.be.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/be/151.0/Mozilla.Firefox.DeveloperEdition.be.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/be/Firefox%20Setup%20151.0b9.exe - InstallerSha256: AA05DCF8840A147B4261AD17F7237E1AE17136A33CEF81613B87187C784FE56A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/be/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 0E27A9CD3730B9E87B1F3D53B1F65E3C6A139481409145267932B03A81BCF73A - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/be/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 108B817A3695F9745CE3C2CCE39946E7D46C854130665B24C69D7B30B17F03CB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/be/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 3E61A58668175AF56BE2B94FF76E1ABD4CB076CFD174CE3077C26F02C0998705 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/be/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 7817C44D8BD27F0B8089440B525C5C697A70EB1DF17BA30D77F0D7A7C656E3EA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/be/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 87BC8E1251AF357218F3D7423BEC5515A6CF6793DCBB46670E64FE2DA6E68BAE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/bg/151.0/Mozilla.Firefox.DeveloperEdition.bg.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/bg/151.0/Mozilla.Firefox.DeveloperEdition.bg.installer.yaml index bc7705a890de..3ce6c9ef7eb9 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/bg/151.0/Mozilla.Firefox.DeveloperEdition.bg.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/bg/151.0/Mozilla.Firefox.DeveloperEdition.bg.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/bg/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 06A6A6E03E0CE7BA1557A58990E2FA3CB0D17FEBA208505589FFEAEDC0F3476D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/bg/Firefox%20Setup%20151.0b10.exe + InstallerSha256: E958CCCCDA5AE9F81319AD98F71842A0EF0387AAA2472DEEF0C79CDAAD52255D - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/bg/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 5054CC6A149F6E90066E13A5366769A74B076D6F5F7A14D18C5F1868CB16A67E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/bg/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 9789034A28EDC5EF9C7AF15D67A4DADE72E111E92A16E106F3DEE221740DCE83 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/bg/Firefox%20Setup%20151.0b9.exe - InstallerSha256: C07E9FF32BCAD37F659E23137FF81499326DFEE9C175236B0429C716F5791038 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/bg/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A110AA00DA2C64D096771EE178486047179C6802475C947A969C26567759409A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/151.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/151.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml index 3d01024fc438..338061325c92 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/151.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/151.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/bn/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DEA1E321058894EBFC834FC198244DF335F213A257FAE6ACA5857D8C986516A2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/bn/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D413D4DD368702A918377C5BAEB25B9F539AF7BB649D7A8C121F20C21F37B4C8 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/bn/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DEFDBB94F87EC8AB9B5B012D2B773C634BC7CE884966EBFE68CB3481951FDB65 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/bn/Firefox%20Setup%20151.0b10.exe + InstallerSha256: DF6377FF16EA641AEAB8ED68614AD3D1C2206E6B6BB8F649F9D6E43976EEB1BB - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/bn/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 95722B05AA5A47E8F68F97C9BF2F33716606590BF4D09310786D464BC462F0A4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/bn/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 58C0B6DACFAD7A61A72A23244BCC091C525C32FFCAD770A76548CC94D1461595 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/br/151.0/Mozilla.Firefox.DeveloperEdition.br.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/br/151.0/Mozilla.Firefox.DeveloperEdition.br.installer.yaml index 978d65187da1..88df03ee8cc8 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/br/151.0/Mozilla.Firefox.DeveloperEdition.br.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/br/151.0/Mozilla.Firefox.DeveloperEdition.br.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/br/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 147F7D3F62D8F5C4F4BA72EFE6667E7B9517291478B39BF7799613C7EDAF4668 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/br/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 90B353E7E34967250C08704F866C58AC06A2F820D92F7CB45B29206BF6E184DA - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/br/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DD6B78899514A40C8268BD2EC593F403238E19B666DBDAF0F44DBF75046B5AE6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/br/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 541F153136AFC0B2B7A748BC2F334A60BC59A829F9459B635275235D0ACD6980 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/br/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 3C61B0E07FDE1043B6CB915DE2AD81110DE3AD25E0282FDA5853C5C8BF7382C3 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/br/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 02595D773C26E826EB24A44E34BBF9910697D3D426CED25BB12A280187666E40 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/151.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/151.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml index aff637960736..44578e8d6af3 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/151.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/151.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/bs/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 8D5B7AD7766BEB8649E70FECC72057ACBD4052E5E13CD13842E6F75AC09D1CE4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/bs/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D83CB64310EA435C6010F988064DF3E5483AF4B9A319EBD0880F97354192D656 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/bs/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 8DF5FFD4EC129C8953BF9E07CB107E5B5B0B0F3C674F7AADE01656D637540E0A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/bs/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 6D49B7BE91EE63D68A3BB0D0FFE86FDEF5332BD645E73F4A0A6CC12D6FBBF1D4 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/bs/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 46537BC2A26EB4CE6FAEA72FAC71DEA75BF5480AD3BBBD5A88527EB9AFB11DC1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/bs/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 2430472EE489CB78DA321238EDEF1A405EE0A17166874762345FD37E8C232E33 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/151.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/151.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml index 420df5aa7e57..eb88e9019bf5 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/151.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/151.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ca-valencia/Firefox%20Setup%20151.0b9.exe - InstallerSha256: EA1B1508CDF0ECC16F14511E73E752702C8A18DEC4CE3EDF1795BE6A6A4680A4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ca-valencia/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 921899F62A0FA59BE65EF551A7FD10FC685F7CCF73CC1A31A97456BBCFB8F292 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ca-valencia/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 3E17DD12D1E77790C4159FAD8AFEEBE154EEA9C56196B1E565ABE23726B9654A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ca-valencia/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 0391BFCE4964701B8BB3B01CF3554E2A6C52DEB245498834F0185E2209BB5A99 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ca-valencia/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DB5641A9CACF3F3D346C51D5671C05B58E6BFA5751A725B3F603046C3F4F598D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ca-valencia/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A94F12D645851FD0A1891EFC628ABA673499D0FB24FFC9A77169A417962351FD ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ca/151.0/Mozilla.Firefox.DeveloperEdition.ca.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ca/151.0/Mozilla.Firefox.DeveloperEdition.ca.installer.yaml index b0c8dc4531e6..2b23a74f52ca 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ca/151.0/Mozilla.Firefox.DeveloperEdition.ca.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ca/151.0/Mozilla.Firefox.DeveloperEdition.ca.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ca/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DDA6FF565647AF4B362A0DE830E448C7C8BDC7E3B77CA4DDF97F3CAEA0E78513 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ca/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 03ADF44F87EA135FDC673AAB95FEF667520CE1DAFF90AE9B2DB6DA622EEC91B9 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ca/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 329C5A4DA8EB1D006956B7CCB214D9CF76F599B429BFDF46475CA61480C96415 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ca/Firefox%20Setup%20151.0b10.exe + InstallerSha256: C467B0F2AF59126B615114E68856749B7776C2507D807E70BC6B627DD34E77FF - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ca/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 932745F8020D2BA95DE5A2FB455733DCA708CCD510F1A629211F4A679814E53B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ca/Firefox%20Setup%20151.0b10.exe + InstallerSha256: BB88900F1B3EB670A5B44455DA159352BD561748A5F8CB9E68CCB89A7718D590 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/cak/151.0/Mozilla.Firefox.DeveloperEdition.cak.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/cak/151.0/Mozilla.Firefox.DeveloperEdition.cak.installer.yaml index be1fad105736..e8b422a06dbc 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/cak/151.0/Mozilla.Firefox.DeveloperEdition.cak.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/cak/151.0/Mozilla.Firefox.DeveloperEdition.cak.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/cak/Firefox%20Setup%20151.0b9.exe - InstallerSha256: EADA0AFB26D1A4C6870EACE4CC03069CB5476EBEA07544C8E3E7FB036BA3035E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/cak/Firefox%20Setup%20151.0b10.exe + InstallerSha256: C1B477CDA0F74EB3AA7BEAB564F8F8F4E92AAFDE7120316E66F9F01B76559EA7 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/cak/Firefox%20Setup%20151.0b9.exe - InstallerSha256: FE69211FD97EEBC5BFE56C9D6DB111BD75E9D93EB123960A5C219793B9B476BB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/cak/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 094845A9FA5C783C6D7C1579FDF2BA137B8B063263A60C538A57BF0758849B50 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/cak/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 5E9EF4CBCD843CC10BD0FB2D8B347B2E4C1AB5EEAEB23DDF9066F0EABC8A0885 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/cak/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 1355DD3BA78CEDBFEDAF67A2287C0DEA0D3F74CD0C99854196FAC33C3FFE2309 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/cs/151.0/Mozilla.Firefox.DeveloperEdition.cs.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/cs/151.0/Mozilla.Firefox.DeveloperEdition.cs.installer.yaml index d9965220635c..02d5e4291015 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/cs/151.0/Mozilla.Firefox.DeveloperEdition.cs.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/cs/151.0/Mozilla.Firefox.DeveloperEdition.cs.installer.yaml @@ -25,15 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b8/win32/cs/Firefox%20Setup%20151.0b8.exe - InstallerSha256: E656167157BC5E38B690F1A937F21BFC7ECEA36DCE7CCD7CDEBE76B7753C139F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/cs/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D7BD7F9AB277A64F609CD45BA44A85282613A2E64336B5821DFA4D6464697033 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b8/win64/cs/Firefox%20Setup%20151.0b8.exe - InstallerSha256: 7CD3F498D4E76D11EAE0E564D401E785611E93732F833A567374B68D59786AA2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/cs/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 104AAAA639E4492FC4B68C34161B3DF37ECC8A967F6774DE60D6F9D3EF8E8A60 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b8/win64-aarch64/cs/Firefox%20Setup%20151.0b8.exe - InstallerSha256: D5DB98108374840D0D9FFE764C2FF21DE42A4362055A7A3180D39CBBDE2DF36B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/cs/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D55F51BF344E346B4C02AE1DC9AB476822E5335CA796CF5A392105CF3BEC74DD ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/de/151.0/Mozilla.Firefox.DeveloperEdition.de.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/de/151.0/Mozilla.Firefox.DeveloperEdition.de.installer.yaml index 7932ae37b563..dbd589910268 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/de/151.0/Mozilla.Firefox.DeveloperEdition.de.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/de/151.0/Mozilla.Firefox.DeveloperEdition.de.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/de/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 335458F534E25A7ADD257AB0B3BEA051E4ECAF4DE6A8F0E2CD9C0ADDEF3BCE6C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/de/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 4D6357C200B4E5B2449FD7493F299D86C572A3E9221E966F7AA5BE3215776FE0 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/de/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 0077A5A3884F51A907F6C4534336930C7566020D82B2D4C7D52907C10AD2E1E8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/de/Firefox%20Setup%20151.0b10.exe + InstallerSha256: E08AF1B971E9E32152116DA1A423838384F41E4434505BA6F58A98372F44C8B3 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/de/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 3FAD113F59955C6BC2BDE787A387BCB144DFF350D2EFB372730F6D3D7BF04A11 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/de/Firefox%20Setup%20151.0b10.exe + InstallerSha256: C29A8F7CB75846738F78A7756A7C6E242D28EF7BCABA7478C113CEC29C244E3D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/151.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/151.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml index 21624d5e0813..bcb5ddaa57cb 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/151.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/151.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/dsb/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 5048A342D122D9EA6413C3C3E6DB666680349E0B24A23F094F8C330EC862C2F9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/dsb/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 2F1B17928D565AE9CED2A5480B214D1C961E14581A8FA87F105B072A7E09BFD1 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/dsb/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 3D07785BBF20862BB9E417ABC22BB9630E72AF07FE421284F156EE6E5A6EB983 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/dsb/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 93521C3F4F9AEDD5C261C8288943F41585EC3B5451A8BF8ABA6F71E79E281859 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/dsb/Firefox%20Setup%20151.0b9.exe - InstallerSha256: EFA13A488C848B4F21C6616AD54FA5604A5729F0C2ABC2A94276CB1BAC56527C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/dsb/Firefox%20Setup%20151.0b10.exe + InstallerSha256: B0ACA0B32651D5F47A2C5D802CCFF5B06C67A3AEB1834195A56FC2C969CFFF8D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/el/151.0/Mozilla.Firefox.DeveloperEdition.el.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/el/151.0/Mozilla.Firefox.DeveloperEdition.el.installer.yaml index 5142b6da9748..d400e08a7cea 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/el/151.0/Mozilla.Firefox.DeveloperEdition.el.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/el/151.0/Mozilla.Firefox.DeveloperEdition.el.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/el/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 893786499F92F63E4D502BAF0E3CCF90990A68E123DF95022CADF85DF6569E91 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/el/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A5BE5E6A55723098FAAD7B6E698A5AB6B5604CCC23BB9DA4D3B913DC0306E6D4 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/el/Firefox%20Setup%20151.0b9.exe - InstallerSha256: FBDD913CB750DBAE11C1CBF3F573C7DC55424FF274271E8BAD4428C1C82AD991 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/el/Firefox%20Setup%20151.0b10.exe + InstallerSha256: AB42A7B653B7B2D1E5C859AD39AF488A99AB257207E332307AA3D2E45B5F4463 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/el/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DD487108B4123970FA0CFDF2C776C99ACDA3D348B87FA60ACAEEA67684403B03 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/el/Firefox%20Setup%20151.0b10.exe + InstallerSha256: BF7801AE5431D50CCFCEF6794CD6766404252858DFFB8BB41379A6C068D91CED ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/151.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/151.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml index c8d9e68ffeeb..8450f7c3c3b6 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/151.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/151.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/en-CA/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 3D1909415DAEB3A270D9652231347A11B45D3A6B63C18F334AB30C848AE3A01C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/en-CA/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 3C26137E359B4C5E283C696AD611BD8AE22DD9405FF27CA0987E639ECE526E96 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/en-CA/Firefox%20Setup%20151.0b9.exe - InstallerSha256: E95903EB5730255767C11844747DD059636890A8851246181206B3CF2FFDB3DC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/en-CA/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D387C318F85E1AAD44F31E12F734D64E035C711FA4DB0A2F42FE3B96663FA2D3 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/en-CA/Firefox%20Setup%20151.0b9.exe - InstallerSha256: F45A92E0BA6C9F46FCE880537B35EADDB32CE7B8C536891B9551E7043086C5CB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/en-CA/Firefox%20Setup%20151.0b10.exe + InstallerSha256: EF46A83BA4A80637B942C77BECBAC7565F71960B6E1AFFCD7D38A97AC4617D5F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/151.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/151.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml index b12053fa31bd..073ced2667b6 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/151.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/151.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/en-GB/Firefox%20Setup%20151.0b9.exe - InstallerSha256: CBA11968F073223ECD95AFB60DAFE58B13162CA271F6AFF00CFBCDF1D5DC3C9C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/en-GB/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 2AA040EBE19AF500C9C8D4C968C9533413E761602B0300CDA94B3FD1076B019B - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/en-GB/Firefox%20Setup%20151.0b9.exe - InstallerSha256: C54D2C384399027613652CF2DC5B2789BFEC326BCADA42FB5ABA5AB1A4B40246 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/en-GB/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 7AF1327AE0E19B6F0D9103A1BC185A18CD4893C225459E3235C74B4CABA642F5 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/en-GB/Firefox%20Setup%20151.0b9.exe - InstallerSha256: F22C130E538D43FEF7D64407140961A4E494923D132898CA9C21CDC699D5A0CC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/en-GB/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 16EFBD6BFDC032875507BD65031C104D6448A3BCA179700FE75CA3030935F4CE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-CL/151.0/Mozilla.Firefox.DeveloperEdition.es-CL.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-CL/151.0/Mozilla.Firefox.DeveloperEdition.es-CL.installer.yaml index 3c6760f2d7a5..c4bf421b614d 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-CL/151.0/Mozilla.Firefox.DeveloperEdition.es-CL.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-CL/151.0/Mozilla.Firefox.DeveloperEdition.es-CL.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/es-CL/Firefox%20Setup%20151.0b9.exe - InstallerSha256: AF4D9A9048593BD702A13AAA72B0265D442283F860AAD64A011FC5ADB2241ABA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/es-CL/Firefox%20Setup%20151.0b10.exe + InstallerSha256: C27EEC2EA8037816D14C64AD1B5BD0A147444ECA8BC0E32F5D1BCF6EB5D29F60 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/es-CL/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 110E61B9BFBAF6758080453ACC6468E6BEEE313A6CD7A057DF694DA9C789DA8C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/es-CL/Firefox%20Setup%20151.0b10.exe + InstallerSha256: FBDE9C0AB5C1F3F5A74024682C4D6ACBA73F4F0736250CBE3147203930675807 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/es-CL/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 04586DCE348C05E68A970CCC3DBEE8CD186B57D12BAA537B61299C01D8EC87D3 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/es-CL/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 1B3A0012D4DF02F7672A195B9903AC075F61FD48AE3122CA19FAD93923FF1C7B ManifestType: installer 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 e3fe1b6f93cf..8d18d07f3bef 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-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/es-ES/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 1D7D4415F7B7CFD0BF86AD07D9730C4ACCD155FC568435097F7762DEA8D0C142 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/es-ES/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 6C3D0E0AC4F49C5EF72B102269232ACAC4AB2EF8B08D4FA0223380587497BB40 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/es-ES/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 626FE2EF0FD1B854F29A4B463C635FBB8C28173688D0182E3CD1C00BE932D47B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/es-ES/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A6812FB26E4F6343F908E7EE47B161FA81DB0CC03895FFDB0B4AA6D5F2A90DCD - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/es-ES/Firefox%20Setup%20151.0b9.exe - InstallerSha256: C9884131172852D03EA0C775A99C96B16F42A3821EDEB0F982AA3964770E58E8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/es-ES/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 2C6010D61C434351B71B92BEBCBE6E5EB53744A9F6E887E7B41DA680A45576BD ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-MX/151.0/Mozilla.Firefox.DeveloperEdition.es-MX.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-MX/151.0/Mozilla.Firefox.DeveloperEdition.es-MX.installer.yaml index 2c5b91a68000..5ee6ceba0c1c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-MX/151.0/Mozilla.Firefox.DeveloperEdition.es-MX.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-MX/151.0/Mozilla.Firefox.DeveloperEdition.es-MX.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/es-MX/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 4799BB7A11E5A98E495AA0527D1A7E3650C1EF7CF0ECC309812431AD2EB1A9E8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/es-MX/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 7C077F7EFBAE8C346D46DE11319A7D9EE90963757C499BB1D65D62BCCA700677 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/es-MX/Firefox%20Setup%20151.0b9.exe - InstallerSha256: F0AB0256F60DB90965B04541AF5DC0445B2E5223F627DE919859AA134769E629 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/es-MX/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D1E52EBA97D157A6A5719C6E3270F829159C6562B0A32E901736AB095754EBD1 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/es-MX/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 2D497C9B045CE82908760BBB1B0CA16B64BCA607B167863063EC2562528FD5E7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/es-MX/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 813853CB377C0650FD2FDC3724FBCF2B827442BF8FBD2E7A75038456C3F09C2D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/et/151.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/et/151.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml index 44566551d8c7..ff96ab9b4e0c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/et/151.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/et/151.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/et/Firefox%20Setup%20151.0b9.exe - InstallerSha256: BA60318B4A39D35408986ECC243B6847FDB0593971C41BD06E3C9D070BBA8381 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/et/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 7AF7F84AAA830659E171317BDD0FCE4EF7747F09281AC975140ABE0992AB0385 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/et/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 08459A1DE677311DDA98E83C2F36BB5A7E71C617EF6B596AABF11C6F08BFF9D5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/et/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 3F1E14052FA01EE066261510C8FCA12767A60EF58F0AC294CAA157B7815DE40B - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/et/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 5A795F4C7FB7F94EE83B3CD2A54D164C2AC340120A22AC02D492B52D3A25FA92 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/et/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 8D4BA9F7EE07DA08F4221A54FBBA4ED5E190AA0B92CE00BEBD4288EAEBE0A186 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/fa/151.0/Mozilla.Firefox.DeveloperEdition.fa.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/fa/151.0/Mozilla.Firefox.DeveloperEdition.fa.installer.yaml index 9ca661361b32..350c8a56ea63 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/fa/151.0/Mozilla.Firefox.DeveloperEdition.fa.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/fa/151.0/Mozilla.Firefox.DeveloperEdition.fa.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/fa/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 7EC586C98316EC77365C4A1622EAED78C771B3B0B28640519749433E895BD1E9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/fa/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 63731BAD73F649A038FC500AEE988F3D37CA23BC72F8A73A957A667ED231B97F - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/fa/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 98C4D0F69CF32AD64C9AF27D0B41E658B436BB2F3238E2577DFB74B0A3855E39 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/fa/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A31998A06D0AFDABFDD3DA260DF61BC95E8016FF1EBD645C4A39B489E1275C57 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/fa/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 76315F15EAB28C99B279420A28A21C2093A1D6E170A05CBC3073641B891AACF7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/fa/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 0EAA657331BE9133910618C26DE31CB7DE87EC07142E3E2777EACDC12F4C9A3F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/151.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/151.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml index dfa4164baa56..fdb4fb6eeaec 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/151.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/151.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/fr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: E87F66D51952081573184C6C592E981BF5DEBE20778684CC797DDE6297BE3679 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/fr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 2A6617AC30C6BA50D88FDBBD6B3E3D9A1AE80111E87C0372AB1041FE565758BB - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/fr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 1DA6A6EC3B938D8385BCA7C26FFEFE4115AFE390FBA117A36A728CB450CC0F4A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/fr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 4DAF5B050DDC5D5EAACB82DA51C5BA9462AA8534A9A3ACCD07DB1D3746FD015A - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/fr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 1414E6643985935F704F2FD13C7401FD33EA52E6ED3978776B97D98103A2B5EB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/fr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: B1ADB880C99E44235BA1FEB9C4AA6D6287707DC7B4D8BD53E723AB66C3CC3FD7 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/fur/151.0/Mozilla.Firefox.DeveloperEdition.fur.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/fur/151.0/Mozilla.Firefox.DeveloperEdition.fur.installer.yaml index 1f1c3efbc162..92be99c125ba 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/fur/151.0/Mozilla.Firefox.DeveloperEdition.fur.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/fur/151.0/Mozilla.Firefox.DeveloperEdition.fur.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/fur/Firefox%20Setup%20151.0b9.exe - InstallerSha256: C317E9711684AA5724F8B78B7B8CE2EA409F0B0067967EBD540954EA15E64E1B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/fur/Firefox%20Setup%20151.0b10.exe + InstallerSha256: F548212618F4E0216055C8F6A9B655B219279067C114696A210CD1D73DD43FB6 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/fur/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 9BF64B265CFD0E63AB4B2876B8F77B241F74523357B6A85BF771CC53BFCA5560 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/fur/Firefox%20Setup%20151.0b10.exe + InstallerSha256: AD25BDDCD9B5058C5AA682BE91222F56DB095CC7C7FB9598C62F832C6A6A4A73 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/fur/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 2386321416180CCB8FD4AEC81D23D5E3A99F86CB600F740E7CE6D597D0D27D1D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/fur/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 9980BB3AF90EE6F2748713D356F8E5716E03F603DEFBD18EB41772AB6B11E09B ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/fy-NL/151.0/Mozilla.Firefox.DeveloperEdition.fy-NL.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/fy-NL/151.0/Mozilla.Firefox.DeveloperEdition.fy-NL.installer.yaml index 3d88227882b3..c9c1395afbd6 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/fy-NL/151.0/Mozilla.Firefox.DeveloperEdition.fy-NL.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/fy-NL/151.0/Mozilla.Firefox.DeveloperEdition.fy-NL.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/fy-NL/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 273B80C1EB3C89F1B5287C36EBB201EB997008DB4CB027268ED391736CA99FF6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/fy-NL/Firefox%20Setup%20151.0b10.exe + InstallerSha256: CAC72B5358373C5AAA899DF523289B27CCD38CDBCA98C4C25C1D5153E157F4CD - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/fy-NL/Firefox%20Setup%20151.0b9.exe - InstallerSha256: A7C146DB8F700D6B6D0CA54FC97ED956A8950F172A078413D19151DF82B861A1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/fy-NL/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 9582B5FD4653488617DECCE9A1559EE6B7DF3D6F2A453E916AA0DF5979373AE6 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/fy-NL/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 8698532C0310FCE00AB6F5F8C3492DCA38A906199FFB7846682F15D2C49562B6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/fy-NL/Firefox%20Setup%20151.0b10.exe + InstallerSha256: DE1B3E164B9E2DEF2DA9AE565C84763FC3194111B2F8681319C4BB6138AA4B62 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/151.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/151.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml index c6b5ef4e57aa..f5ea8baadf77 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/151.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/151.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml @@ -25,15 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b8/win32/gl/Firefox%20Setup%20151.0b8.exe - InstallerSha256: 90D1E9A40C0174D0FC91FC8EF1D0D1CA1147CABBCA050FFFE145848006ABDCB2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/gl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 89B6C1C9818EA8FBF6284CFBF7F79A012C28651DD0CCBCABF45916034254A001 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b8/win64/gl/Firefox%20Setup%20151.0b8.exe - InstallerSha256: 52609B7F00E0D55A24E885A579CDDB1CF368A173951C9C00E059331E793F11E7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/gl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 068083F941931BEFF4EBF84F5D92B3EE627E74D6DE1ABEBCF57C895E10F82370 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b8/win64-aarch64/gl/Firefox%20Setup%20151.0b8.exe - InstallerSha256: A3D5745B535F737BE442411A126B1105803AABF6D32C771EE01703B5333114EC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/gl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 60185B6C4FC18A4C1347D21C2A0977AD8A809E01A0243DAB256C45E32FBFB9C6 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/gn/151.0/Mozilla.Firefox.DeveloperEdition.gn.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/gn/151.0/Mozilla.Firefox.DeveloperEdition.gn.installer.yaml index f0a4fd34b6de..f3cef12f9a60 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/gn/151.0/Mozilla.Firefox.DeveloperEdition.gn.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/gn/151.0/Mozilla.Firefox.DeveloperEdition.gn.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/gn/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 724F0EFB2D58181221AABB80FE94F330D3233AC08F07320C36D52ED37F7A01C7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/gn/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 762AB07F43F474E686E84B1EB64A5FF8D22C9D448195E9A4502CD746F54C2613 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/gn/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 27A875DB5E59FAD3109ED1A988B818C3626DC41F26EA9517F9C97189A9AF522A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/gn/Firefox%20Setup%20151.0b10.exe + InstallerSha256: F3E072FEBF0951E412B211E2DECE9D16E183C9A3875AE012BC0300A85F362E84 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/gn/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 2F8AE5145F14505B0E0CE2A09F96C28A8D0074422EF89F0FE08D769B7F0339D7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/gn/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 17118E4B44A43F664AFA0B86FEC8C3FA75CDB84A8BE962457C600467BEA35F26 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/151.0/Mozilla.Firefox.DeveloperEdition.hi-IN.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/151.0/Mozilla.Firefox.DeveloperEdition.hi-IN.installer.yaml index 42d138cd548f..83a532fa84ec 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/151.0/Mozilla.Firefox.DeveloperEdition.hi-IN.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/151.0/Mozilla.Firefox.DeveloperEdition.hi-IN.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/hi-IN/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 42F6116734266F0DA8AAFAC5CBAF623C8B0D86AA39068D8ECFCF7D26948CF91E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/hi-IN/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 6053FB02AE6E9794F99C2C83ADB00B651B592F509F9886CE83B24994CC5BC231 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/hi-IN/Firefox%20Setup%20151.0b9.exe - InstallerSha256: BEEC9475487004E5009DA7BE18DAA5CF98A001183A73ED6299057A353294730C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/hi-IN/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D0611C456377B702E186AC66C19563F0E300EB5CBF2883990C51AC1A47C2B49D - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/hi-IN/Firefox%20Setup%20151.0b9.exe - InstallerSha256: C7DE94913640C0688C296837BA78BC173B5B2A4958568172AC0F6F244C96592C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/hi-IN/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A06F159B34DD4A0E0BC38467F3A1079E39D59251F31B4E5FD31C6A2481FCB4F6 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hr/151.0/Mozilla.Firefox.DeveloperEdition.hr.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hr/151.0/Mozilla.Firefox.DeveloperEdition.hr.installer.yaml index ac56c770fa2c..d9d26f0584c7 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hr/151.0/Mozilla.Firefox.DeveloperEdition.hr.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hr/151.0/Mozilla.Firefox.DeveloperEdition.hr.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/hr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 8CC555A0712255409EE9E82E28801394BDF557869786704CAAF29FAA19AF9C1A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/hr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 034558D67D3A6A3265F1176A48AB8280AA974340A14CFEB5627D042BEE5922A4 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/hr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 27025D4E5C322874500D56A01BDCFEF1B45F96E9ACFDACFB12ADCD9AAB9DB915 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/hr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: FD1F3DC16F9073F34BDE2FCB61198FCCCBD7FDE9A84DEE37D518EEDE237DF76E - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/hr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: B396F13D13D469DDC9785D1CD476D985ABD97FDA08839E0F72DA7929CF74B7AA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/hr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A270CAD5B0459DD7316EE2EC968D8CBE8659F0FBCB17A4CAADA7B9FECC7CBE9A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hsb/151.0/Mozilla.Firefox.DeveloperEdition.hsb.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hsb/151.0/Mozilla.Firefox.DeveloperEdition.hsb.installer.yaml index 7aa7247bff00..bd50452a9163 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hsb/151.0/Mozilla.Firefox.DeveloperEdition.hsb.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hsb/151.0/Mozilla.Firefox.DeveloperEdition.hsb.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/hsb/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 261A61EE314EA5F6AFEE2B7764FADAA6107C2FC2ABFBFBA80EBB904464843FCA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/hsb/Firefox%20Setup%20151.0b10.exe + InstallerSha256: ACAEDEFBFEF157D2BCD647EE5A8BBC6E25A828F5D131D4CA368AD549C5D876D8 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/hsb/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 815D52BCC54619137D812E9EC4160DE920C75402B4E3A5D78260387A5645EB04 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/hsb/Firefox%20Setup%20151.0b10.exe + InstallerSha256: ED878DA958742A4AB79CBB5272C2786340AEA9251784E5C1194EA865EBC31BA2 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/hsb/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 1F4196C5362AFF7B859094FD271F8E434F96F55F24B2378945B2A959CCCE7402 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/hsb/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 59385906F83AA47E7933C08DF7836AEFFEA428E95E92B2B18CEB99D812CF5EAD ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/151.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/151.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml index babc75df774e..5c7cc587d89b 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/151.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/151.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml @@ -25,15 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b8/win32/hu/Firefox%20Setup%20151.0b8.exe - InstallerSha256: BC0B25FE67162BB1E945E54AC5158F6D51BCC05083E6B81E4E70487398C677BD + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/hu/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 809275E2BAEEB32DD1C9E45406CC7E94E8F5AA6BEE05BED1303742639A738DE2 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b8/win64/hu/Firefox%20Setup%20151.0b8.exe - InstallerSha256: 0D2162E9056155322CAB0AB5EA8419D2CFEC7FF092FB38F2F6CBBB71E10BA28B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/hu/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 1A74DC2E89C0B379F569ECC45A908F90F59FD600E33B02401DB95758388E0581 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b8/win64-aarch64/hu/Firefox%20Setup%20151.0b8.exe - InstallerSha256: 7C820582E534D581ED32119A76ED59FD136506B4EE20DBDFBA839AD268A36946 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/hu/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 9D42117C4C7A42672F05186E79CD223AFA5FC3CABE54F2F2ACEB1915AA6AD98E ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hy-AM/151.0/Mozilla.Firefox.DeveloperEdition.hy-AM.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hy-AM/151.0/Mozilla.Firefox.DeveloperEdition.hy-AM.installer.yaml index 5a6e6810e07c..8ef809ea509b 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hy-AM/151.0/Mozilla.Firefox.DeveloperEdition.hy-AM.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hy-AM/151.0/Mozilla.Firefox.DeveloperEdition.hy-AM.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/hy-AM/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 37FD63390E9D65325856446EC270789066799FE0EBF1FAC8C20861669F2BAB13 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/hy-AM/Firefox%20Setup%20151.0b10.exe + InstallerSha256: CA4CD7BDC79E04BB8AD70C5F49DAD7ABFE0711A79B8D1C5E51EA4F7020581A8F - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/hy-AM/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 6F00C6F2C3A695A3FA245F24A2D9007A64BB7128FF0C4335DAD874875200BED0 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/hy-AM/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 1850558E50C353EBF7B98B4B7272F1F93805291945BD5AC68D14F76734788BB8 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/hy-AM/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 049BD1EB6BE2A2B06F8A3014254B8A69CEC76912A03723166A15FC4F392E1986 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/hy-AM/Firefox%20Setup%20151.0b10.exe + InstallerSha256: DEBD433FF08D4D09E39C3EB0BA920FE9A1838FD9114BAA20C9195EA5946E1F75 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ia/151.0/Mozilla.Firefox.DeveloperEdition.ia.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ia/151.0/Mozilla.Firefox.DeveloperEdition.ia.installer.yaml index ffb2d457e74b..79d68bbc9622 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ia/151.0/Mozilla.Firefox.DeveloperEdition.ia.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ia/151.0/Mozilla.Firefox.DeveloperEdition.ia.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ia/Firefox%20Setup%20151.0b9.exe - InstallerSha256: C5B874D71B4089C39E2ED239F2EDF0E99CDA6356F8F26E74566CF8F58B1D825A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ia/Firefox%20Setup%20151.0b10.exe + InstallerSha256: DCFB7FA501A0D0D7D1A9DB37611335F2A1109F759D38F8304F30DF36DE0E22A6 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ia/Firefox%20Setup%20151.0b9.exe - InstallerSha256: A63A36D7A6358F8C8A08D58EFBE6A4CA52545095BFC90C831DE38593FBB2E1A3 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ia/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 78DA2D6D7DDA22C14C9FDEB829B66FC638287C112FCECA8163941309B2F13A8B - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ia/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 202F66937FC6D49FF23D3C54FB3F43785D6705BE1B506F1B01ECF78A3D0C0F2E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ia/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 60C2E4743A0A14FFF20993B980782150B6922FC746E4FEE5B3A0765603A78B9F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/id/151.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/id/151.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml index 1b6b4652815a..05b643864517 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/id/151.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/id/151.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/id/Firefox%20Setup%20151.0b9.exe - InstallerSha256: E0AE3BBDDE0F17F005D831706D7C5C2D4784E785EE083B2752DF867EFFC299EA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/id/Firefox%20Setup%20151.0b10.exe + InstallerSha256: B6A27A4F808CFC28E39C3A38A600892591D63E875B1F94BB54EE095A7A2DB0E4 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/id/Firefox%20Setup%20151.0b9.exe - InstallerSha256: EF726184011FCBA50D3CCF3B91F24E3FF46EA130B0B1F7C5C0D0AEAB06D9D278 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/id/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 1BF3D085FDE8A3AF9F69110258237F99AEC5385DBB36B71982A3A3EB57A7527B - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/id/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 61936DA1B17D1A637F3523C8956DFD821161C5D19E951C6764B5688315478514 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/id/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D558A84E7A29A52624A108EC566BBE81A6B5446D99E618F3895C8F306A2383B2 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/is/151.0/Mozilla.Firefox.DeveloperEdition.is.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/is/151.0/Mozilla.Firefox.DeveloperEdition.is.installer.yaml index a30b39f7ed15..f879a8d0e32e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/is/151.0/Mozilla.Firefox.DeveloperEdition.is.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/is/151.0/Mozilla.Firefox.DeveloperEdition.is.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/is/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 030125813B53C1A5A06157BAE4DBBB681D9310F23A50C7B89A3E91EBA971288B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/is/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 7468A5583AE15DF1A9B72FFE56DB77936B5A6A8115FA712AC067E5567E3DCFA0 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/is/Firefox%20Setup%20151.0b9.exe - InstallerSha256: F4EBA9C3667FCC9754C1E5E30905DD53C6A015A3CECA8DD5AE9F86B734C1E9D6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/is/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 24EFA7D79FEED6F106350DC68051BCFB6E680A68EC13877B84AC3BC148B00EC9 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/is/Firefox%20Setup%20151.0b9.exe - InstallerSha256: BDEAA381C155B112668AA99EFA09068419050B2E459704B7D65D9D3C51BB5008 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/is/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 5FE97AC6971D311E8051E6F19FE47D8490BC46166E72F2F28B7FE785370DBE14 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/it/151.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/it/151.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml index cf50415664b1..97391c7f410c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/it/151.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/it/151.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/it/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 31FAEE94E4EAE93FF29F2FBEA186CA90F13875EC71A77D2036308791A67F4761 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/it/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 2AFBB3AF0A64CCDCEBAEB73BBF284868E9CAA30FE68FE637DCC48BBA9963A91C - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/it/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 13F99F329C05717826EF5245730CC7A8443829B29DE92756BC49E311F5C53FC2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/it/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 430CB2E37C4BE1EEFE07A922181E4BA540DFE92BCE3B1F407936AFD834014582 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/it/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 5BD58E73A2ACC9C5D4DB92ADD2AFDAFCB21DDC3CD317F218BCCD3B4B284E0B89 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/it/Firefox%20Setup%20151.0b10.exe + InstallerSha256: DCA6F4F81C451B48362817D0515987A1D164D2B2CCA595577169BD041B003FB5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ja/151.0/Mozilla.Firefox.DeveloperEdition.ja.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ja/151.0/Mozilla.Firefox.DeveloperEdition.ja.installer.yaml index 2967b4026daa..295375dea1d3 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ja/151.0/Mozilla.Firefox.DeveloperEdition.ja.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ja/151.0/Mozilla.Firefox.DeveloperEdition.ja.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ja/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 39D397E5ACECDA039DEAD8331F7C2B6EC9177F417D2AEE8DBD290EE92589919A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ja/Firefox%20Setup%20151.0b10.exe + InstallerSha256: C266CB449B501EC9B7368F4CDFAF139F3AC86AC05DE22B629FB6230C656EFC0E - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ja/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DAF6EB06FF507B007F8D7B33D2E21B402AAF3409A33090FC772C6327B128F410 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ja/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 8514FDF92E54653FA165C39A10AB3F997D60AC331B3306D64D90AD6E16976BEF - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ja/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 7FBEACB2A98ECE20518C93B4BBABA47AB7A25F466FBD23813167E6BAD8CFF4CC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ja/Firefox%20Setup%20151.0b10.exe + InstallerSha256: E79F63962B9778DF21BC41F0DBBF4604E4EE56026635C34C0649D705A0302FC3 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/kab/151.0/Mozilla.Firefox.DeveloperEdition.kab.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/kab/151.0/Mozilla.Firefox.DeveloperEdition.kab.installer.yaml index d244b964c8fc..719dee59724b 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/kab/151.0/Mozilla.Firefox.DeveloperEdition.kab.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/kab/151.0/Mozilla.Firefox.DeveloperEdition.kab.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/kab/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 234D661CCAD45509955792F9C0042595B205D2B0F3D788B880E0911B0CECE6A8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/kab/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 6C5431172AF46D5758FA6B222BF31DFD9F82C50D8A1E2DDBA27A6A72199430D6 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/kab/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 20F6D06EA3B9A1CA34DD43FB1930902536D41CA49C680B02460D3CBF79471C0E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/kab/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 0CD2847CC50B3DA6AFA5BEC00A6512ED5246D97FE46546C20C01D1D4BFCE7560 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/kab/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 1B234363880AFDE87D9357FA192236C47C296427FC3D5D555A49988037D866FE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/kab/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 3E5547A139A4661937B47AD12A5378E2D63F68EAF0B7E0DD2E41F461E4FA4F7E ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/lij/151.0/Mozilla.Firefox.DeveloperEdition.lij.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/lij/151.0/Mozilla.Firefox.DeveloperEdition.lij.installer.yaml index a9f9bddf7b7e..6c8d3257bf81 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/lij/151.0/Mozilla.Firefox.DeveloperEdition.lij.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/lij/151.0/Mozilla.Firefox.DeveloperEdition.lij.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/lij/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 308FE8B2B2FEAD0EB616D64D66BBF4CDAA4CCFA711E2F1F48625D9E69B0847C1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/lij/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 1DFFCC81F37C3B33B1EDE1EF841CDF1C20FB6B771DB40AC0AA522453F10B9BD0 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/lij/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 6273B9C3B5DE1AAC31CCA1A2CE5EB525E314C568161AE1C4C0FDD0F11EB033AA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/lij/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 1E8ED0D6CC895B52A114036C8CCD6792809288EF2CBAF6EB994383C1737BCA08 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/lij/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 0F78B912B1D467871D779FA4056020DCBF7F24CCEF818E5BEF1B22BB51500D5C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/lij/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A6054633BF04526EF645515B1DC92BC24A66B90551FFEAA963E5E33CDEA811CD ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/151.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/151.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml index e6fa102a2abf..1c56d816359d 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/151.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/151.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/lt/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 69DB6F5136F50F6725774EB74C5B3FB4B58A7351F71D5CAF5C94C3EE31AAF715 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/lt/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 90953920BA64D4F4F6C61B064FE2C8A21791D9C77344C53492A2AD22050F86EE - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/lt/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 59AD90ED82593A374C4939F5FC36D590F3FA9492533E99B00AA6FD138CD1B5E9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/lt/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 16D0B552541EF19BA0071F33C45AB7DE0A83EC3064FB3C5D8915714F8CFF3368 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/lt/Firefox%20Setup%20151.0b9.exe - InstallerSha256: A37DF876AA518FBA5380FAFF3C35649FDCFB202D7EB9D207BE3CAF8D7958B092 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/lt/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 7EFB92FB1273DECBB52D9B15ED2C844D761A7FCC96D6989C811A16FC6859942E ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/lv/151.0/Mozilla.Firefox.DeveloperEdition.lv.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/lv/151.0/Mozilla.Firefox.DeveloperEdition.lv.installer.yaml index d252be1c0298..9e58d254ae41 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/lv/151.0/Mozilla.Firefox.DeveloperEdition.lv.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/lv/151.0/Mozilla.Firefox.DeveloperEdition.lv.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/lv/Firefox%20Setup%20151.0b9.exe - InstallerSha256: FF822A4C74731866A4A4354BE196691BB5A0DC3BE4748181893BD71F53B549E2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/lv/Firefox%20Setup%20151.0b10.exe + InstallerSha256: DBDCBFDE4D61D606840D32F31E7B69D0B67974206E301CE6333957D5900498C9 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/lv/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 8517FDF0D9F2C3B301EE5CC77F339E0FA357D6747FA88AD65BABA8CDA84B33E9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/lv/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 3326EEC9CED8FBC7A985B5DCE825A6012DA41EF52F5E663D7F0CFACA970415F1 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/lv/Firefox%20Setup%20151.0b9.exe - InstallerSha256: C56631821D51681209152DAFCF18A2C944764162615814AC362216ACC0D199E1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/lv/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 2EAF82A267AE87C3B2000B568A407920BC176BFC351FB3A3CCB39F39B1EAE3AE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/mk/151.0/Mozilla.Firefox.DeveloperEdition.mk.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/mk/151.0/Mozilla.Firefox.DeveloperEdition.mk.installer.yaml index 10de8e21766f..3958750708e4 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/mk/151.0/Mozilla.Firefox.DeveloperEdition.mk.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/mk/151.0/Mozilla.Firefox.DeveloperEdition.mk.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/mk/Firefox%20Setup%20151.0b9.exe - InstallerSha256: C453C7DF2D1D93C5B96FD19B9F247FA0A50EB9D672DC3AB11854AD550048DACF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/mk/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 89CC3D4E0196418023EA48CC6FBBECC2F488F9B703AC317CF9C9B34C4E730E83 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/mk/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 5A852A1C2DD2D2FA9A1ED8CBE05E5C20D21EFBC8A0BF9B511EF649947C0EE5AB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/mk/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 26E12CC6CC6F26E92C5B59A1065375FD71A8B30F28674C97A4C6711CBFD558F1 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/mk/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 479917840F5743A109599D7ECAC18FE9054DD8A84E92569884C1840445909430 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/mk/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 267F073AD5AFBEC4A35A80ACAA23037003707BB6AF9EC58CFDAE45C940C51B7B ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ms/151.0/Mozilla.Firefox.DeveloperEdition.ms.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ms/151.0/Mozilla.Firefox.DeveloperEdition.ms.installer.yaml index b4afc7dea31a..7fd2d278f4ea 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ms/151.0/Mozilla.Firefox.DeveloperEdition.ms.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ms/151.0/Mozilla.Firefox.DeveloperEdition.ms.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ms/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 2C7E5D7DFC1A0F88BD04437F57A7AD9C747EFE0CA8956BEACC64843A40447A40 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ms/Firefox%20Setup%20151.0b10.exe + InstallerSha256: DDB89DB044C4C9EBEEE9E0054D4C539CB918D2EA17B5F08D14035A30802BBC24 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ms/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 612F20B6DC85489616C34DDA3587C219ADE4443C6501C192DAAA052DE36A6C23 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ms/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 70056BBFFDDC2306C41D3C2938003E86E7916562D59151F2D3C92D37F0EF2B10 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ms/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 9000CE9169BFA0CCFA1EF026A5814D3BAFD8088C194B5A5FDF42B479451C22B4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ms/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 8346049A5FFB9AE23DE5313DF4448817868A5963610CECB950B803FEA20B96E4 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/my/151.0/Mozilla.Firefox.DeveloperEdition.my.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/my/151.0/Mozilla.Firefox.DeveloperEdition.my.installer.yaml index 9cfca3240e5a..c48d370ab231 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/my/151.0/Mozilla.Firefox.DeveloperEdition.my.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/my/151.0/Mozilla.Firefox.DeveloperEdition.my.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/my/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 572FEA38B87E534867923E90662A4DE68E6A9CFBDA546666BE2D0B4B1667AB59 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/my/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 45F11D0F2A2B01D95C78B987ED94F8EF496AFA1AF922EC1D46592E70C16DE321 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/my/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 95BED062963A933FABAC7E0FD7C8E785AED7DF2E947F94C898D1230530B83E9E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/my/Firefox%20Setup%20151.0b10.exe + InstallerSha256: E9855FA38C906FB67875A04F0199CED80FADCE7A79B21567EEBDD1E4ED043261 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/my/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 99FB6D4DE779784E7103AD88A86FA498793BFA7EC57B36E8BC43A958CEFF3BB9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/my/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 23D3A0A6A645F9453A86C140C4DF4AE976C1A436DB4E4128F7416FDFF5196D1B ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ne-NP/151.0/Mozilla.Firefox.DeveloperEdition.ne-NP.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ne-NP/151.0/Mozilla.Firefox.DeveloperEdition.ne-NP.installer.yaml index 5f7b9c00e1c7..1d1a390aa020 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ne-NP/151.0/Mozilla.Firefox.DeveloperEdition.ne-NP.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ne-NP/151.0/Mozilla.Firefox.DeveloperEdition.ne-NP.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ne-NP/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 26813228D763C9EE3895492E08BABD62994FBD84F20F93A4EE6A518B4CDC8CFA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ne-NP/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 9AF47B5F258B51BA3FE48B73D900D6F3C619BE9ADF1E359712653294126FCB77 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ne-NP/Firefox%20Setup%20151.0b9.exe - InstallerSha256: B8930565E0FC024D58795739E401829E5983989C24BBADD53EC85BDB59774A32 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ne-NP/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 1F1141E23BF2077AC5B9A3A90008735FC372AAD3A0FB5F3D042EEEC2CBB1EB84 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ne-NP/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 080DFDA5BE9954E86ED3D0688B547713E55540A8DECCB87123279308139CFDF7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ne-NP/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 2EDBEEBFB8FFC4ACC29F9CF8B6CB6A420DE9A829A3461AD1587A651510106CEF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/151.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/151.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml index b24e5bcc9491..3ca05ec32ce2 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/151.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/151.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/nn-NO/Firefox%20Setup%20151.0b9.exe - InstallerSha256: D1EB82B5756048976B18EDD441B5513EA0B0FE2DB49D289425B1B242643D2345 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/nn-NO/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 9DB99AE2993DE60D85568E70C52024D84711EB8E714281506DDA37ACAD309FDC - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/nn-NO/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 1AFF8F10723ABF3509A8A33C6611464CF56CAFB6EFB1D3E673B415B2FF6C1E5D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/nn-NO/Firefox%20Setup%20151.0b10.exe + InstallerSha256: FC0B7C2D00CC88426DEA7B5C1315F93C06015EFA33690CF26F3BB0837E6D0CFE - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/nn-NO/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 8BC1CC0653DF1700A6639C4CAF187EB1FC1CC46978E5B38B49CB8440FFF8036E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/nn-NO/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 7827DB8906F4353D32CF80FEBA500F940FB6419DB9F48A858F9E5242E7F76BAF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/151.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/151.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml index ff8465a3c02d..bc8d89d7f72e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/151.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/151.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/oc/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 11E2A475DC7ECFF868A4B9EBD3DDDD43B0C6BEF087BEF62C56B6BFF8F082A1F4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/oc/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 6F61AA348C8807A8709093CEC3BC167CEEF7F42F15B695FB4712824E8D71E6E9 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/oc/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 6BC93C1FE16E1079D18204463B86990E6580276850764A4230CF1F0FB300A994 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/oc/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A514B6EC702728FC1C5F3C68805AC90A84A34B20398C45BF34BE8DA3CF484340 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/oc/Firefox%20Setup%20151.0b9.exe - InstallerSha256: AC6AF22B26588C4624CFEFA2FD4EAE64A3759F9800648292838F5DEDA2F6957F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/oc/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 8FAA7B2239049EB76C076E949ED4BE5E5C101DCCB2E58076D0614D451AF29012 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/151.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/151.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml index 33614f456698..a4eea3d41c24 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/151.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/151.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/pa-IN/Firefox%20Setup%20151.0b9.exe - InstallerSha256: C83670ECAF018AF0B03D4B059A9A6630B9A029B90CE8FF5C0C2BD7F0E856E60B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/pa-IN/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 356DB819C96F2A0E4558585C96C98E2882E45F70AB54C22BCBCE5EA2A3B85DF1 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/pa-IN/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 7614FFAE38A65090753848E1EE8B3710EA19421171C5A9CFA5DFDE325D1BFD8A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/pa-IN/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 3A641CB299CA0E646266F3634202A250404998C0F48CF1F9468192904EE0F7E2 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/pa-IN/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 3E78985C49A51BDA935C474A3B27DC08F359D03599032274D959761DBC32BD20 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/pa-IN/Firefox%20Setup%20151.0b10.exe + InstallerSha256: E5AC5B2DACF357C1585B821BAEC6C0088B4F8DE658692FB9FA57E3561965B793 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/pl/151.0/Mozilla.Firefox.DeveloperEdition.pl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/pl/151.0/Mozilla.Firefox.DeveloperEdition.pl.installer.yaml index ac9f8ed26097..b26284623a0d 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/pl/151.0/Mozilla.Firefox.DeveloperEdition.pl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/pl/151.0/Mozilla.Firefox.DeveloperEdition.pl.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/pl/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 3A875230818AED24BD792705912222BEA4175CFD097E83401FC519AF1B8D51ED + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/pl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 02846EECBDE0FE19AD4692E832A63703B7A9CA5A5F2B811C3904DE21B03B4231 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/pl/Firefox%20Setup%20151.0b9.exe - InstallerSha256: D8190AFE9036E4EBD7E0972AE840A7BC9FA2830F837C9B17C42290E8FD2C429A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/pl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 9D2628531C36405DBDB46354F76146C4A17389E078B5E6F8B0C56E5620548A77 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/pl/Firefox%20Setup%20151.0b9.exe - InstallerSha256: CC497B839EF5EFEB17F905282C26E2A7BA37E6A966F22BD1126C6E91B3877B04 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/pl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 3856E8D24C21671AB4CD85DBFEA3BA1C26719DB1CE0B9F70B14A6D658BAD3EC5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-BR/151.0/Mozilla.Firefox.DeveloperEdition.pt-BR.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-BR/151.0/Mozilla.Firefox.DeveloperEdition.pt-BR.installer.yaml index 070a068af06c..4b33025ad2f9 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-BR/151.0/Mozilla.Firefox.DeveloperEdition.pt-BR.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-BR/151.0/Mozilla.Firefox.DeveloperEdition.pt-BR.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/pt-BR/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 62DE8110E9A0A563C11727D2A9A75376BA6815AAC5529980352C0C2E235E8170 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/pt-BR/Firefox%20Setup%20151.0b10.exe + InstallerSha256: CD0490824EB30C423BD46225D764097F1B5541EEA8422724DF606DA69A5E580C - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/pt-BR/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 035B8634B88152D4422BBB11A5137D644B131BA6493999F316C7CBA7D86691D6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/pt-BR/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 64F4CA43F5173DA32A442D1456410D020912627B56A887C3AFA07CAF4355198A - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/pt-BR/Firefox%20Setup%20151.0b9.exe - InstallerSha256: B14F5387E432B64D795D08CB5B05A13EE924F8BF6F7B490B02D0332E9E31D04C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/pt-BR/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 1DACF97932D991AB3CBA63595FC023BACBE1B8E6783531DE2CB863998E30BE47 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-PT/151.0/Mozilla.Firefox.DeveloperEdition.pt-PT.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-PT/151.0/Mozilla.Firefox.DeveloperEdition.pt-PT.installer.yaml index 78ee26bee18d..59be3beababd 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-PT/151.0/Mozilla.Firefox.DeveloperEdition.pt-PT.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-PT/151.0/Mozilla.Firefox.DeveloperEdition.pt-PT.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/pt-PT/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 536C33EF19C318403B65C418E153AD19802472F51F1DAD4EB0994CB50386668F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/pt-PT/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 7CA299B1D70C8DE7684EB866B711273A93EBA4A9005C1F31448E18EED0B50419 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/pt-PT/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 97595E542F0723458840F192460B5CD4110096B82741BD1C805FD512DEAD3669 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/pt-PT/Firefox%20Setup%20151.0b10.exe + InstallerSha256: E09849DE92CB1B362029912B5816F9A1EE0BDC8FDBE0BF5631E3C60B8B96BE01 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/pt-PT/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 81858D41B154DB424395BED8605E4DB08640AC5A85E58EC8EDC52A9C38723D21 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/pt-PT/Firefox%20Setup%20151.0b10.exe + InstallerSha256: B3A6C060F324E26C42FCBC4FF1DE5B00737B5295DAAA03B0E9227B068935E7D8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/rm/151.0/Mozilla.Firefox.DeveloperEdition.rm.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/rm/151.0/Mozilla.Firefox.DeveloperEdition.rm.installer.yaml index 56866c768b4d..06e9fd50d9c4 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/rm/151.0/Mozilla.Firefox.DeveloperEdition.rm.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/rm/151.0/Mozilla.Firefox.DeveloperEdition.rm.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/rm/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 95BA135544A834FF0A5D76245E5FF72D5EDB73A6C1BA98317CE33DC203C9FA89 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/rm/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 4665332D331ABB293EA9E891DFB894479E5133E1FF8207A3B3B2709618BE046C - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/rm/Firefox%20Setup%20151.0b9.exe - InstallerSha256: CEBBF5DD9576A48680127687F93F3B38EEB62351CD3F6FBBFF039CDA140A19CF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/rm/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 26358B14038D571932902D9F928CEAEC5C3C23E856C38FECABD9D51DEC80B3F6 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/rm/Firefox%20Setup%20151.0b9.exe - InstallerSha256: EC55B99D94197EFA638A6F47F345429F8D02D9AE344AF0DA542381BFA77165F1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/rm/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 8E4DAE764F936F3552859F18534BC055BD945935A99AE32E1D663D375BBEBBF0 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/151.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/151.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml index bc7760fd18b8..33fdec957995 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/151.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/151.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ro/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DCFDC26C928B96C33C97E0ABD9ED74EB054BC3B13E622DAD1A0359C63A7F95C5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ro/Firefox%20Setup%20151.0b10.exe + InstallerSha256: E799888F51EC030B1691EC355751341DB27202D5D317ECF9F12A50CFC3453F8F - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ro/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 7C8006DC8C5C1250BB0A5E85C33A914A0F19E6359A0A507274D8637DDEEFA292 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ro/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 10B1134F90EDADA7096A8A1441F4C5764F91701923BBD52E8404D629D87D459D - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ro/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 4AEE3FE3B2E1AED9CC94EFFABAD6C6B037C51A934D777E314EBAEDEB3C74C96F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ro/Firefox%20Setup%20151.0b10.exe + InstallerSha256: AC5B4DDFFCB68FA9DF57F67B55AC62D13B8ECAF0DA8D6E459DA7D1C561B0286B ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ru/151.0/Mozilla.Firefox.DeveloperEdition.ru.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ru/151.0/Mozilla.Firefox.DeveloperEdition.ru.installer.yaml index 97e91ef73fb5..1d50e40986d4 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ru/151.0/Mozilla.Firefox.DeveloperEdition.ru.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ru/151.0/Mozilla.Firefox.DeveloperEdition.ru.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ru/Firefox%20Setup%20151.0b9.exe - InstallerSha256: A9EA1B094BA5935A264B948155C7EB82B6ACD8CB766E2D40DBFD30FF2EA8E09B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ru/Firefox%20Setup%20151.0b10.exe + InstallerSha256: B944DD7E8D0963E51A33F0C6F01ACDE91802C044F7887AF0A802FC85BC549174 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ru/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 5280148B83229A5C183CD05880A3EDBC1ADCD9F71B868CD21291C29DE8CD637A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ru/Firefox%20Setup%20151.0b10.exe + InstallerSha256: E7B2F068C0B6C5FE1A5E6B248DE954A6A6F7EBDA7E94D4AEC3F9A0EA565BF2F0 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ru/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 7BAABF421BB8F842EE388ADBF16BEF678745C9EC1C60B3BAD7E99CA57CA052B6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ru/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 17AE9CA74F10E7357CDDCA49DD51469D7543F74A4BADF58900043E297C3073F2 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sc/151.0/Mozilla.Firefox.DeveloperEdition.sc.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sc/151.0/Mozilla.Firefox.DeveloperEdition.sc.installer.yaml index 1ac201a19c04..ca479f171630 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sc/151.0/Mozilla.Firefox.DeveloperEdition.sc.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sc/151.0/Mozilla.Firefox.DeveloperEdition.sc.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/sc/Firefox%20Setup%20151.0b9.exe - InstallerSha256: E4BA0A4B6857427B5A09F1F8A101B56680C10E182ACD4B7E3C498E17D59A2069 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/sc/Firefox%20Setup%20151.0b10.exe + InstallerSha256: B8175578E788038D36303AE6AAB8A3B82B9D3253F11A822328EE038C3832515D - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/sc/Firefox%20Setup%20151.0b9.exe - InstallerSha256: FB870CF8C668F29C7BE9ADB5AF343532D7F63D708F9C463F5620201E612A9791 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/sc/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A7CAC27549BDF4C1319EC8BA7C2E3A036C5A6E56B2554B085A11977C737D803C - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/sc/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 3D6B15EB0BB74013B69EEEC078BCBC88821C88B78585D4A6D04056902AF471E9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/sc/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 5FEC775531509C35E74E8D35293773EF4E43436ED72B33B465ABED63521C330B ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sco/151.0/Mozilla.Firefox.DeveloperEdition.sco.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sco/151.0/Mozilla.Firefox.DeveloperEdition.sco.installer.yaml index 5f033470ddb3..3f9d842a3ee2 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sco/151.0/Mozilla.Firefox.DeveloperEdition.sco.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sco/151.0/Mozilla.Firefox.DeveloperEdition.sco.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/sco/Firefox%20Setup%20151.0b9.exe - InstallerSha256: AFFE2847391E6ABDA797749A3D694E11D634A876FBECBA58FD39AAD0FD6ADEE6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/sco/Firefox%20Setup%20151.0b10.exe + InstallerSha256: F88123619A4AD1ABA80CE70558F288358216F4CFF2BD41416735843FA1C68913 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/sco/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 44649C339FBA864BA7E06534A16B1261249D5C5885BD0B530AAEFCAE35D85223 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/sco/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 308FA7898D4E01A8D7FA3E99AC10EF449BBD347C8276D7C222A48BBE653F73DB - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/sco/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 4E09466311506FC67C049030B99B6D8A8EE44FB242067703381F596664EA737B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/sco/Firefox%20Setup%20151.0b10.exe + InstallerSha256: F8DEB10AB129C0971F2F0678E0EA424CEA7A07F9665A72204E8F9DE39B9EF03D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sk/151.0/Mozilla.Firefox.DeveloperEdition.sk.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sk/151.0/Mozilla.Firefox.DeveloperEdition.sk.installer.yaml index 474ff0c42c8b..09da934d716b 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sk/151.0/Mozilla.Firefox.DeveloperEdition.sk.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sk/151.0/Mozilla.Firefox.DeveloperEdition.sk.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/sk/Firefox%20Setup%20151.0b9.exe - InstallerSha256: C8C28EFB28032324346D2EE07B57F3067655F7DAE15BA08C1BE52C7CADD737A0 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/sk/Firefox%20Setup%20151.0b10.exe + InstallerSha256: CB03E587B480B9FCC371B6DA4E06DD5D7E59A81F27FA341419BF1573CAB812BB - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/sk/Firefox%20Setup%20151.0b9.exe - InstallerSha256: D67B0553243943A54AA0AC535F78547C4A6F542E9E88182F111EF15DEFAB1C8A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/sk/Firefox%20Setup%20151.0b10.exe + InstallerSha256: DF9BC1CAC0756EBF084ED748A6488A6B5A88DACA952579BD8621D86FFF726C33 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/sk/Firefox%20Setup%20151.0b9.exe - InstallerSha256: D89248498CEF9961CEF03A95CE8AB6287F3AFAA70D85976A592272DEE0DB9C5B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/sk/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D96B6D120122CD5719B2D55F1DD8F62E0445E9F109C18B98237325A41D3845D5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sl/151.0/Mozilla.Firefox.DeveloperEdition.sl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sl/151.0/Mozilla.Firefox.DeveloperEdition.sl.installer.yaml index 7a93a3c27a43..633308b5410d 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sl/151.0/Mozilla.Firefox.DeveloperEdition.sl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sl/151.0/Mozilla.Firefox.DeveloperEdition.sl.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/sl/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DF68A2B506D2CA1D4F75961608DF5B1A47B5FAC0938BE1D0DC561F611EC16415 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/sl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: E12EBA90FB19D02374D0F048E16C9A5CE13DBF082C16F2250718999706E4DC4C - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/sl/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 7EA01EB10F1BE657428CCFBF92D96890719C2BC4FC2CBAD1CFB436F9C38DC0E0 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/sl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 63EBBC57F3DCDB68D3191BC192C2E0D27B0D46EEE96C5574476438E3EEA3953E - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/sl/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 59206B0144C007857432C026EF110BD4104A7CD266247A46944F278AFE41515B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/sl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 63DFEEEA9EA5C96188932517B678F2130064E5A0333E427798B271095C9D698A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/son/151.0/Mozilla.Firefox.DeveloperEdition.son.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/son/151.0/Mozilla.Firefox.DeveloperEdition.son.installer.yaml index 0caa37fb9f80..eaecc5583f2d 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/son/151.0/Mozilla.Firefox.DeveloperEdition.son.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/son/151.0/Mozilla.Firefox.DeveloperEdition.son.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/son/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 02B4E67F3312876B1FA4E30042EAF192F73F3518552D40CDD09EACDB6EB53D72 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/son/Firefox%20Setup%20151.0b10.exe + InstallerSha256: DA9CEB845ED48940CC069AF9D0997C7AC387F792F86CEC6489947398B7AFAB85 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/son/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 653E7E65C0F6DAF2472EB672D488C4ACC1AD74F76E6062B2BA61BCCBA7FE8C3A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/son/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 7A80B81479B0009B2238E069FD76DCE03257129032E3592CA1CA2C2AE3D9AECF - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/son/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 5FA69E772AF670F4CC1AAE9319C0716A74D8BF213179D5AAE5359733C4229E10 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/son/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 256896DD4432F8DFAD12C832F0895EA95C89A3CE340810F5FA8E03A8EB813A17 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sq/151.0/Mozilla.Firefox.DeveloperEdition.sq.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sq/151.0/Mozilla.Firefox.DeveloperEdition.sq.installer.yaml index 7c4a3c45ebcd..e58c2bdebd28 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sq/151.0/Mozilla.Firefox.DeveloperEdition.sq.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sq/151.0/Mozilla.Firefox.DeveloperEdition.sq.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/sq/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 64C79B986151496EB34C2B63873C55A202244E27CF5686A65CED25962B1D7206 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/sq/Firefox%20Setup%20151.0b10.exe + InstallerSha256: C4750EEC20297CCBBA8E6542414A63034393B6E848D8E79C6139008CEAB3BE9B - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/sq/Firefox%20Setup%20151.0b9.exe - InstallerSha256: CB8D51185FEEAC7713E6FA29E648AC186CCA6B25A5BBF18E6F57EA3715F1548D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/sq/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 453E33FDA810FC893D01B45793B9AB0F762501264934AC71E6FD52A9226978D3 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/sq/Firefox%20Setup%20151.0b9.exe - InstallerSha256: A4BA528894980D72A37A00C42856BCA7785102F93E1DDD4F28072976FF778EC7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/sq/Firefox%20Setup%20151.0b10.exe + InstallerSha256: A1FB007CD582B31D96FEB8B595A810CA8BD8161F636B9A5BE970AF69FD299C64 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/151.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/151.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml index 2284230f1a5c..d949e9c9148a 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/151.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/151.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/sr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 797F9EB521E0EB62B577EFD3D3B024397A301A56DAED42349BDFC0C556359C77 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/sr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: E393EFDFE320EE03341FE48FA4FBF5DE6E8AF6309E6C68ED13840151CEB4511F - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/sr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 9C4AD84F426768AA43C69D986F470EFA9F733555673879CA2F7838C4C9793A75 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/sr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 27E57ADEC867B2C987EBFDD6986E21D4F440325408F297D39EB7AD82F3F6EF3B - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/sr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 85EF788F703726ACFF8AA382F0BE0736AA69A504EBCF684B73B116E73773BD4F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/sr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D87D286A2F300702C0344E54931CFA5C21A2AE31A61493CA1DC0426E61606C30 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sv-SE/151.0/Mozilla.Firefox.DeveloperEdition.sv-SE.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sv-SE/151.0/Mozilla.Firefox.DeveloperEdition.sv-SE.installer.yaml index 1c68a68faf3c..283348c4dba6 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sv-SE/151.0/Mozilla.Firefox.DeveloperEdition.sv-SE.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sv-SE/151.0/Mozilla.Firefox.DeveloperEdition.sv-SE.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/sv-SE/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 63C9906189E8852B26077DD835A5B2884E8794EBA07B0FC2F1E0AD2EB06146ED + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/sv-SE/Firefox%20Setup%20151.0b10.exe + InstallerSha256: EC3CAED8859713F18FE100A6BFE4DDE245D6F67B501DE928D23F02FBDA6F2E1B - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/sv-SE/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 7A61EAB976BE4C0F619BF28CC1C2CF01EEAB26A005993BC4BA9108EE072F3DAC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/sv-SE/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 4528B28F0A790BEB257E6080C04C57B68E90BA28F326B3D4A85CC2EBBA420479 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/sv-SE/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DE936818DB4AAA3B4F6C5E49BD9D0A39DA504A96F099F035D15276683E5DF468 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/sv-SE/Firefox%20Setup%20151.0b10.exe + InstallerSha256: C167B8C52CB055200A273D01094110B31806B8C17C8D58275F93E0D7BD289532 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/151.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/151.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml index fd38f8924111..d42fa74d9c48 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/151.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/151.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/szl/Firefox%20Setup%20151.0b9.exe - InstallerSha256: E1A789EA3DD9014DCBC943696AB6856C2C5109A3099A0EDD066A22CC97299257 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/szl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 5A76618F8178B796964543B1FDBFF4302213427C2DC4E910BA457B90031866A5 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/szl/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DD57566D090144CE2B1AAECA51283A91D65EE52B3067D89DD7651DBBB79BDDC3 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/szl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: AE11691507620B87EFF5AA9A173A0DEE57DF771FCA8C650365745D0DD9B1D6AA - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/szl/Firefox%20Setup%20151.0b9.exe - InstallerSha256: DA0F39E2EED43C20F5D1E3E6723146FC7F2A26752538DB44BC81086900508C51 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/szl/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 8B272237A9E6B6396FBE1CC9CBB91597EC3B2F2014D5CE284FCF2450CFA57802 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ta/151.0/Mozilla.Firefox.DeveloperEdition.ta.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ta/151.0/Mozilla.Firefox.DeveloperEdition.ta.installer.yaml index da0cdffdf235..f93fb3b4d886 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ta/151.0/Mozilla.Firefox.DeveloperEdition.ta.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ta/151.0/Mozilla.Firefox.DeveloperEdition.ta.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/ta/Firefox%20Setup%20151.0b9.exe - InstallerSha256: BE67DB8843B3444D8177A111B914BC3B5CB6369625ED1E8025DF3A777692436D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/ta/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 198485DEDAB45ADAE856DE3BEFF288504AC38D701764A6CEE921445F116F774F - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/ta/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 21A76C4A925D6261C6C7C5A50A843A22D551F6AA0AE7D37F1B4F7D1AFA22BC30 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/ta/Firefox%20Setup%20151.0b10.exe + InstallerSha256: EC2BF949B2968156C9774FE9B374E150C888DB63695B8A7AC9A7B54D359391F4 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/ta/Firefox%20Setup%20151.0b9.exe - InstallerSha256: ED94E7D1C4A718B4AC8D7F4EE06FBF839FE404E7DBCD201461C4F0158A34BEA2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/ta/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D167EC6969A7AC4940CD96C63106A32F6D513665791A0E4CFA87408879B748A2 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/th/151.0/Mozilla.Firefox.DeveloperEdition.th.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/th/151.0/Mozilla.Firefox.DeveloperEdition.th.installer.yaml index 632ad49e4f04..264a55caa8a8 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/th/151.0/Mozilla.Firefox.DeveloperEdition.th.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/th/151.0/Mozilla.Firefox.DeveloperEdition.th.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/th/Firefox%20Setup%20151.0b9.exe - InstallerSha256: D1D64BB0C9378452DCD03F15193C7D5E7B4D7E0C86C176257684144CBAC7CC4A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/th/Firefox%20Setup%20151.0b10.exe + InstallerSha256: B7D68089040DDCE18C002EAA686132577AAF9FE2FC462E6062A528CBF3BBE881 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/th/Firefox%20Setup%20151.0b9.exe - InstallerSha256: FA76B7A5E2BE2DCF6096DFC24C03206958E590E09C98B6B61941A919FEB54118 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/th/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 86DD8560BE86FECADAF6F93A9E7A3FB6E22D36A2BFAAEDDC5C69A04A159A0BF3 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/th/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 5268620358EE9187C0707A255D76B3E6099AED0AD79C8BDE7E33EA95F46DE6FC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/th/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 4EF84134CB013CF7EB72CACAA111BCDBEB7EFD2440E6113BF05E4B6E33E10F83 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/tr/151.0/Mozilla.Firefox.DeveloperEdition.tr.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/tr/151.0/Mozilla.Firefox.DeveloperEdition.tr.installer.yaml index 1a943d3c7a00..cf74f35af251 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/tr/151.0/Mozilla.Firefox.DeveloperEdition.tr.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/tr/151.0/Mozilla.Firefox.DeveloperEdition.tr.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/tr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 872F3096255A35C15D402DDF9C578FEB0144D963865451F92E807D5F66271692 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/tr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 710D6CA5E1455C0B1EE811A16E2507716C6AEC86A941BADC16CE887F559EAAAF - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/tr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 7FE1731C84997A4822CA4A17C39A7453359B0BA3DBD93218367FDACF2DDCCAF4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/tr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 9C0D12FE887709467FE37CE44AD3522FCD41402B707CDC563F6721088043E0EA - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/tr/Firefox%20Setup%20151.0b9.exe - InstallerSha256: A7E3049E3FAE3BB69388AE286BE24B975F55F56CF2CC0F6A07363D647D97BB22 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/tr/Firefox%20Setup%20151.0b10.exe + InstallerSha256: F3C06C0C5877379950CCC30D21DEC3234690488713196B010F47A03467E27C98 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/151.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/151.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml index 0dd9a7b9ceec..cdd4a9928d72 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/151.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/151.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win32/zh-TW/Firefox%20Setup%20151.0b9.exe - InstallerSha256: B4809ED8A04C11E9DCD9A04E771C66AA50BD666BF127A3FA619BCEFE3B3137ED + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win32/zh-TW/Firefox%20Setup%20151.0b10.exe + InstallerSha256: D02ED8D80FD2C4ADEB567F0BA28DC4BA5D49FCB5E38E6EFF6BCC38B6960C3379 - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64/zh-TW/Firefox%20Setup%20151.0b9.exe - InstallerSha256: AF5286544D07EFDD40348E877C9F3D7578BC8FD143C3A591B144CF23F5FAB50C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64/zh-TW/Firefox%20Setup%20151.0b10.exe + InstallerSha256: 83BD5474A9E1F2213CE406FC752AE6AB4BEE39BAC5E41D5BC5B4E32F5610B882 - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b9/win64-aarch64/zh-TW/Firefox%20Setup%20151.0b9.exe - InstallerSha256: 5B7DE27E664508572DB9785210E18EF87D7DE3A91A756A88528F62DF0087118F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b10/win64-aarch64/zh-TW/Firefox%20Setup%20151.0b10.exe + InstallerSha256: ADB4E0B1C6701885AB21D68E677C325FEF08090D0D7ECDF31CD5B8A45F62E39C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Musescore/Musescore/4.7.0.260513133/Musescore.Musescore.installer.yaml b/manifests/m/Musescore/Musescore/4.7.0.260513133/Musescore.Musescore.installer.yaml new file mode 100644 index 000000000000..498ce9d5a103 --- /dev/null +++ b/manifests/m/Musescore/Musescore/4.7.0.260513133/Musescore.Musescore.installer.yaml @@ -0,0 +1,35 @@ +# 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: Musescore.Musescore +PackageVersion: 4.7.0.260513133 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- mid +- mscx +- mscz +- musicxml +- mxml +- xml +ProductCode: '{EC654851-2F50-472D-B8A7-9F11B1AF39A5}' +ReleaseDate: 2026-05-13 +AppsAndFeaturesEntries: +- DisplayName: MuseScore Studio 4 + Publisher: MuseScore Limited + ProductCode: '{EC654851-2F50-472D-B8A7-9F11B1AF39A5}' + UpgradeCode: '{D627329B-7533-4482-A377-E5562AEFF8CF}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/MuseScore 4' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/musescore/MuseScore/releases/download/v4.7.0/MuseScore-Studio-4.7.0.260513133-x86_64.msi + InstallerSha256: 92CD05156AA8C8F6254944CFBDA3B67FD162F1897C660524A6A9C8C576E18451 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Musescore/Musescore/4.7.0.260513133/Musescore.Musescore.locale.en-US.yaml b/manifests/m/Musescore/Musescore/4.7.0.260513133/Musescore.Musescore.locale.en-US.yaml new file mode 100644 index 000000000000..aa84216aa80e --- /dev/null +++ b/manifests/m/Musescore/Musescore/4.7.0.260513133/Musescore.Musescore.locale.en-US.yaml @@ -0,0 +1,74 @@ +# 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: Musescore.Musescore +PackageVersion: 4.7.0.260513133 +PackageLocale: en-US +Publisher: MuseScore BVBA and Others +PublisherUrl: https://musescore.org/en +PublisherSupportUrl: https://musescore.org/en/support +Author: Musescore +PackageName: MuseScore +PackageUrl: https://musescore.org/en +License: GPL-3.0 License +LicenseUrl: https://github.com/musescore/MuseScore/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 1999-2023 MuseScore BVBA and others +ShortDescription: Create, play back and print beautiful sheet music with free and easy to use music notation software MuseScore. +Moniker: musescore +Tags: +- midi +- music +- music-notation +- music-production +- musicxml +- qt +- sheet-music +ReleaseNotes: |- + MuseScore Studio 4.7.0 is now available! + This release introduces new engraving tools, significant guitar updates, helpful workflow improvements, and important upgrades to the audio engine. Also included are critical bug fixes to improve app stability, particularly during start-up. + Engraving features + - Arrowheads on text lines can be found in the Lines palette, as well as via new Properties options for existing text line objects. + - Chord brackets can be added from the Lines and Keyboards palettes for showing left/right-hand distribution in keyboard music, barré positions in guitar music, as well as bracketing sections of music. + - Chords can now be parenthesised using the existing parenthesis controls in Properties + - Lyric extension and dashed lines can now be selected for refined positioning + - Curly quotation marks are now used automatically. Use undo after input to revert to straight quotation marks. + - System dividers include new scale and position options in Styles. They can also be selected and edited in the score. + - Text formatting properties have been exposed for all text lines, allowing individual text formatting for staff and system text lines, volta brackets, gradual tempo changes, etc. + - Text justification and alignment have been separated into distinct properties, providing more flexibility for positioning columns of text. + - Options and properties for scaling musical symbols within text have been improved. + Guitar features + - Major new system for displaying guitar dives, both on and above the tablature stave, as well as on the standard stave. Includes playback support. + - New capo transposition modes let you view sounding vs. played pitches on the standard stave. There's also a non-transposing option on the tablature stave for when the capo is used to simplify the fingering. + - Fretboard diagrams and chord symbols are now included in score transposition + Workflow improvements + - Double-click a single note in a chord to select the entire chord. Use shortcut 'R' to copy/paste it to the next beat. + - Search field in mixer facilitates quick location of sounds and effects + - Initial letter navigation in some long dropdown menus + - New controls for enharmonic spelling in the Tools menu + - Note input via MIDI keyboard: choose an accidental in the note input toolbar to spell inputed notes/chords with that accidental + - 'Q' and 'W' now halve/double the durations of a selected note or range of notes + - 'Find/Go to' can now be used to select a range of measures + - New option in Preferences > Appearance to set invert score mode automatically when app is in dark mode + Playback enhancements + - Refactored audio engine for improved performance and reduced lag on all operating systems + - ASIO support on Windows, plus the option for lower latency with a new 256 sample buffer size + - New 'Tuning and Temperaments' plugin, replacing the three previous plugins + - Improved playback of MS Basic SoundFont, thanks to the re-addition of a low pass filter + - New 16- and 24-bit .WAV export options + - Ability to start playback from the last selected note (using Shift+Spacebar) + Video + - The's now the option to export an MP4 video of the scrolling score view (including audio playback). Go to Publish > Export. + - MIDI machine control can allow compatible VST plugins to control the in-score playhead position + Online sounds + - Refinements have been made to determine rendering chunks in order to improve efficiency of online audio processing + Notable fixes and technical updates + - Fixed numerous crashes on app startup + - Fixed numerous issues with multiple-monitor setups + - Qt updated to version 6.10.2 + See the 4.7 project for more. +ReleaseNotesUrl: https://github.com/musescore/MuseScore/releases/tag/v4.7.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/musescore/MuseScore/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Musescore/Musescore/4.7.0.260513133/Musescore.Musescore.yaml b/manifests/m/Musescore/Musescore/4.7.0.260513133/Musescore.Musescore.yaml new file mode 100644 index 000000000000..f806facf1e20 --- /dev/null +++ b/manifests/m/Musescore/Musescore/4.7.0.260513133/Musescore.Musescore.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: Musescore.Musescore +PackageVersion: 4.7.0.260513133 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nginxinc/nginx/1.31.0/nginxinc.nginx.installer.yaml b/manifests/n/nginxinc/nginx/1.31.0/nginxinc.nginx.installer.yaml new file mode 100644 index 000000000000..b27c5b150d8e --- /dev/null +++ b/manifests/n/nginxinc/nginx/1.31.0/nginxinc.nginx.installer.yaml @@ -0,0 +1,16 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: nginxinc.nginx +PackageVersion: 1.31.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: nginx-1.31.0/nginx.exe +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://nginx.org/download/nginx-1.31.0.zip + InstallerSha256: 1710B22D0AEBF2197F4CC7FB605F2B4B34ED8AF7EE4B27DA77CB9F8761327371 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nginxinc/nginx/1.31.0/nginxinc.nginx.locale.en-US.yaml b/manifests/n/nginxinc/nginx/1.31.0/nginxinc.nginx.locale.en-US.yaml new file mode 100644 index 000000000000..c4819119e8c4 --- /dev/null +++ b/manifests/n/nginxinc/nginx/1.31.0/nginxinc.nginx.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nginxinc.nginx +PackageVersion: 1.31.0 +PackageLocale: en-US +Publisher: nginx +PublisherUrl: https://nginx.org/ +PublisherSupportUrl: https://nginx.org/en/donation.html +Author: nginx +PackageName: nginx +PackageUrl: https://nginx.org/ +License: BSD-2-Clause +LicenseUrl: https://github.com/nginx/nginx/blob/HEAD/LICENSE +ShortDescription: NGINX is the world's most popular Web Server, high performance Load Balancer, Reverse Proxy, API Gateway and Content Cache. +Description: NGINX is the world's most popular Web Server, high performance Load Balancer, Reverse Proxy, API Gateway and Content Cache. +Moniker: nginx +ReleaseNotes: |- + *) Security: when using the "proxy_set_body" directive, an attacker might inject data in the proxied request to an HTTP/2 backend (CVE-2026-42926). Thanks to Mufeed VH of Winfunc Research. + *) Security: a heap memory buffer overflow might occur in a worker process while handling a specially crafted request by ngx_http_rewrite_module, potentially resulting in arbitrary code execution (CVE-2026-42945). Thanks to Leo Lin. + *) Security: a heap memory buffer overread might occur in a worker process while handling a specially crafted response by ngx_http_scgi_module or ngx_http_uwsgi_module, allowing an attacker to cause a disclosure of worker process memory or segmentation fault in a worker process (CVE-2026-42946). Thanks to Leo Lin. + *) Security: a heap memory buffer overread might occur in a worker process while handling a specially sent response with decoding from UTF-8 via the "charset_map" directive, allowing an attacker to cause a limited disclosure of worker proccess memory or segmentation fault in a worker process (CVE-2026-42934). Thanks to David Carlier. + *) Security: when using HTTP/3, processing of connection migration might cause new QUIC streams to receive a new client address before validation, allowing an attacker to cause address spoofing (CVE-2026-40460). Thanks to Rodrigo Laneth. + *) Security: use-after-free might occur during DNS server response processing if the "ssl_ocsp" directive was used, allowing an attacker to cause worker process memory corruption or segmentation fault in a worker process (CVE-2026-40701). Thanks to Leo Lin. + *) Change: now nginx rejects HTTP/2 and HTTP/3 requests with the "Connection", "Proxy-Connection", "Keep-Alive", "Transfer-Encoding", "Upgrade" header lines, and "TE" with any value other than "trailers". + *) Change: the ngx_http_dav_module now rejects a COPY or MOVE requests when the source and destination resources are the same or have a parent-child collection relationship. + *) Change: the logging level of the "invalid alert" and "record layer failure" SSL errors, and of the "SSL alert number N" for any alert numbers has been lowered from "crit" to "info". + *) Change: now the "sticky" module can be disabled with the --without-http_upstream_sticky_module configure option; the --without-http_upstream_sticky configure option is deprecated. + *) Feature: the ngx_http_tunnel_module; support for authenticating to proxies in the "auth_basic", "satisfy", and "auth_delay" directives. + *) Feature: the "least_time" directive inside the "upstream" block. + *) Feature: the "proxy_ssl_alpn" directive in the stream module. + *) Bugfix: connections with HTTP/2 backends might not be cached when using the "proxy_set_body" or "proxy_pass_request_body" directives. + *) Bugfix: proxied HTTP/0.9, SCGI, or uWSGI responses might be transferred incorrectly if the first line was not fully read. +ReleaseNotesUrl: https://nginx.org/en/CHANGES +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://nginx.org/en/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nginxinc/nginx/1.31.0/nginxinc.nginx.yaml b/manifests/n/nginxinc/nginx/1.31.0/nginxinc.nginx.yaml new file mode 100644 index 000000000000..d33ad3513c4a --- /dev/null +++ b/manifests/n/nginxinc/nginx/1.31.0/nginxinc.nginx.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: nginxinc.nginx +PackageVersion: 1.31.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/google-readonly/1.0.44/OpenCLICollective.google-readonly.installer.yaml b/manifests/o/OpenCLICollective/google-readonly/1.0.44/OpenCLICollective.google-readonly.installer.yaml new file mode 100644 index 000000000000..b8a14c3dc90a --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.0.44/OpenCLICollective.google-readonly.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.google-readonly +PackageVersion: 1.0.44 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gro.exe + PortableCommandAlias: gro +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.44/gro_v1.0.44_windows_amd64.zip + InstallerSha256: 461C97415FE4B5265BC62EF38311DD1BC707E9A07723EB1FF05447E41E583741 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.44/gro_v1.0.44_windows_arm64.zip + InstallerSha256: DDED6EC9DCBE368B2CA15314FA6C26B3463860DBF9A49FBFAB9FECF4DA3CFF17 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/o/OpenCLICollective/google-readonly/1.0.44/OpenCLICollective.google-readonly.locale.en-US.yaml b/manifests/o/OpenCLICollective/google-readonly/1.0.44/OpenCLICollective.google-readonly.locale.en-US.yaml new file mode 100644 index 000000000000..d6298b7b5919 --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.0.44/OpenCLICollective.google-readonly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.google-readonly +PackageVersion: 1.0.44 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/google-readonly/issues +PackageName: Google Readonly CLI +PackageUrl: https://github.com/open-cli-collective/google-readonly +License: MIT +LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE +ShortDescription: Read-only command-line interface for Google services +Description: |- + A read-only CLI for Google services. Provides secure, read-only access to + Gmail, Google Calendar, and Google Drive including searching messages, + reading emails, viewing calendar events, and browsing Drive files. +Tags: +- google +- gmail +- calendar +- drive +- cli +- api +- readonly +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases/tag/v1.0.44 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/google-readonly/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/google-readonly/1.0.44/OpenCLICollective.google-readonly.yaml b/manifests/o/OpenCLICollective/google-readonly/1.0.44/OpenCLICollective.google-readonly.yaml new file mode 100644 index 000000000000..11db471422c9 --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.0.44/OpenCLICollective.google-readonly.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: OpenCLICollective.google-readonly +PackageVersion: 1.0.44 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.115/OpenCLICollective.jira-ticket-cli.installer.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.115/OpenCLICollective.jira-ticket-cli.installer.yaml new file mode 100644 index 000000000000..e8383416faf5 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.115/OpenCLICollective.jira-ticket-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.115 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: jtk.exe + PortableCommandAlias: jtk +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.0.115/jtk_1.0.115_windows_amd64.zip + InstallerSha256: 8719CB948545EC37417FF4B5E676EFD30BFC50ED2E42170BCF25BE41D7F98546 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.0.115/jtk_1.0.115_windows_arm64.zip + InstallerSha256: 3B0F490C2BDBC5879436180FEB3AFB920A18FBC801AD377F4936568E7D89773A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.115/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.115/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml new file mode 100644 index 000000000000..bfa3c1123f42 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.115/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.115 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/atlassian-cli/issues +PackageName: Jira Ticket CLI +PackageUrl: https://github.com/open-cli-collective/atlassian-cli/tree/main/tools/jtk +License: MIT +LicenseUrl: https://github.com/open-cli-collective/atlassian-cli/blob/main/tools/jtk/LICENSE +ShortDescription: Command-line interface for Jira Cloud +Description: |- + A CLI tool for managing Jira issues directly from your terminal. + Features include issue creation, viewing, updating, and deletion, + workflow transitions, sprint management, JQL search, and comments. +Tags: +- jira +- atlassian +- cli +- ticket +- issue-tracking +- agile +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases/tag/jtk-v1.0.115 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/atlassian-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.115/OpenCLICollective.jira-ticket-cli.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.115/OpenCLICollective.jira-ticket-cli.yaml new file mode 100644 index 000000000000..9d0cef237b66 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.115/OpenCLICollective.jira-ticket-cli.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: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.115 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/41/41.5.2/OpenJS.Electron.41.installer.yaml b/manifests/o/OpenJS/Electron/41/41.5.2/OpenJS.Electron.41.installer.yaml new file mode 100644 index 000000000000..d77c0ea86747 --- /dev/null +++ b/manifests/o/OpenJS/Electron/41/41.5.2/OpenJS.Electron.41.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenJS.Electron.41 +PackageVersion: 41.5.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: electron.exe + PortableCommandAlias: electron +UpgradeBehavior: install +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/electron/electron/releases/download/v41.5.2/electron-v41.5.2-win32-ia32.zip + InstallerSha256: 41FB8BD9FEFD2FC97A9E2F0BAFB2007E652BD2FB395DA8051096B367B34A4D29 +- Architecture: x64 + InstallerUrl: https://github.com/electron/electron/releases/download/v41.5.2/electron-v41.5.2-win32-x64.zip + InstallerSha256: A68988F384E3558D55C5E45BE9991E711CBA9D42956926B6A88605B4DFE5CE83 +- Architecture: arm64 + InstallerUrl: https://github.com/electron/electron/releases/download/v41.5.2/electron-v41.5.2-win32-arm64.zip + InstallerSha256: CC882534DE492BAECEAC955977F829F0DDB86B3505C273AEAA46F3F985F2E556 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/41/41.5.2/OpenJS.Electron.41.locale.en-US.yaml b/manifests/o/OpenJS/Electron/41/41.5.2/OpenJS.Electron.41.locale.en-US.yaml new file mode 100644 index 000000000000..8fd2dd105a8b --- /dev/null +++ b/manifests/o/OpenJS/Electron/41/41.5.2/OpenJS.Electron.41.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: OpenJS.Electron.41 +PackageVersion: 41.5.2 +PackageLocale: en-US +Publisher: OpenJS Foundation +PublisherUrl: https://openjsf.org/ +PublisherSupportUrl: https://github.com/electron/electron/issues +PrivacyUrl: https://privacy-policy.openjsf.org/ +PackageName: Electron +PackageUrl: https://www.electronjs.org/ +License: MIT +LicenseUrl: https://github.com/electron/electron/blob/HEAD/LICENSE +ShortDescription: Build cross-platform desktop apps with JavaScript, HTML, and CSS. +Moniker: electron +Tags: +- c-plus-plus +- chrome +- css +- electron +- html +- javascript +- nodejs +- v8 +- works-with-codespaces +ReleaseNotes: |- + Release Notes for v41.5.2 + Fixes + - Improved external resize band positioning and scaling for frameless windows on Windows. #51560 ^{(Also in 43)} +ReleaseNotesUrl: https://github.com/electron/electron/releases/tag/v41.5.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.yaml b/manifests/o/OpenJS/Electron/41/41.5.2/OpenJS.Electron.41.yaml similarity index 72% rename from manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.yaml rename to manifests/o/OpenJS/Electron/41/41.5.2/OpenJS.Electron.41.yaml index 14c276ad9829..ef1b5afa0d61 100644 --- a/manifests/g/Google/Chrome/148.0.7778.97/Google.Chrome.yaml +++ b/manifests/o/OpenJS/Electron/41/41.5.2/OpenJS.Electron.41.yaml @@ -1,8 +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 +PackageIdentifier: OpenJS.Electron.41 +PackageVersion: 41.5.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenPolicyContainers/Policy/0.3.7/OpenPolicyContainers.Policy.installer.yaml b/manifests/o/OpenPolicyContainers/Policy/0.3.7/OpenPolicyContainers.Policy.installer.yaml new file mode 100644 index 000000000000..2d9f0524e4b2 --- /dev/null +++ b/manifests/o/OpenPolicyContainers/Policy/0.3.7/OpenPolicyContainers.Policy.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: OpenPolicyContainers.Policy +PackageVersion: 0.3.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: policy.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/opcr-io/policy/releases/download/v0.3.7/policy_windows_amd64.zip + InstallerSha256: 412B8D714FE64E47C364368B936097C6C6DAA1836810B5046AE5AAC09C65ADEC +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/o/OpenPolicyContainers/Policy/0.3.7/OpenPolicyContainers.Policy.locale.en-US.yaml b/manifests/o/OpenPolicyContainers/Policy/0.3.7/OpenPolicyContainers.Policy.locale.en-US.yaml new file mode 100644 index 000000000000..422a4ba20a6a --- /dev/null +++ b/manifests/o/OpenPolicyContainers/Policy/0.3.7/OpenPolicyContainers.Policy.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenPolicyContainers.Policy +PackageVersion: 0.3.7 +PackageLocale: en-US +Publisher: OpenPolicyContainer +PublisherUrl: https://openpolicycontainers.com/ +PublisherSupportUrl: https://github.com/opcr-io/policy/issues +Author: Gert Drapers +PackageName: Policy +PackageUrl: https://openpolicycontainers.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/opcr-io/policy/blob/HEAD/LICENSE +ShortDescription: A Docker-inspired workflow for OPA policies +Tags: +- oci +- oci-image +- openpolicyagent +ReleaseNotesUrl: https://github.com/opcr-io/policy/releases/tag/v0.3.7 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/opcr-io/policy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenPolicyContainers/Policy/0.3.7/OpenPolicyContainers.Policy.yaml b/manifests/o/OpenPolicyContainers/Policy/0.3.7/OpenPolicyContainers.Policy.yaml new file mode 100644 index 000000000000..63eafad563c6 --- /dev/null +++ b/manifests/o/OpenPolicyContainers/Policy/0.3.7/OpenPolicyContainers.Policy.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: OpenPolicyContainers.Policy +PackageVersion: 0.3.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Profile/1.3.14/Oven-sh.Bun.Profile.installer.yaml b/manifests/o/Oven-sh/Bun/Profile/1.3.14/Oven-sh.Bun.Profile.installer.yaml new file mode 100644 index 000000000000..7961efe587ae --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Profile/1.3.14/Oven-sh.Bun.Profile.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: Oven-sh.Bun.Profile +PackageVersion: 1.3.14 +InstallerType: zip +NestedInstallerType: portable +UpgradeBehavior: install +Commands: +- bun +- bunx +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ./bun-windows-x64-profile/bun-profile.exe + PortableCommandAlias: bunx + - RelativeFilePath: bun-windows-x64-profile/bun-profile.exe + PortableCommandAlias: bun + InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64-profile.zip + InstallerSha256: 5A1AB29AD03849B7B86A33776808FEEFDC43E3D75C4F1CD595C882671E46B7E8 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: ./bun-windows-aarch64-profile/bun-profile.exe + PortableCommandAlias: bunx + - RelativeFilePath: bun-windows-aarch64-profile/bun-profile.exe + PortableCommandAlias: bun + InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-aarch64-profile.zip + InstallerSha256: 9A342170A91463688703127A46C617EF2AB3F2A4694F4DE8990E3846E463ABED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Profile/1.3.14/Oven-sh.Bun.Profile.locale.en-US.yaml b/manifests/o/Oven-sh/Bun/Profile/1.3.14/Oven-sh.Bun.Profile.locale.en-US.yaml new file mode 100644 index 000000000000..bf6e98dd6543 --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Profile/1.3.14/Oven-sh.Bun.Profile.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun.Profile +PackageVersion: 1.3.14 +PackageLocale: en-US +Publisher: Oven-sh +PublisherUrl: https://github.com/oven-sh +PublisherSupportUrl: https://github.com/oven-sh/bun/issues +PackageName: Bun Profile +PackageUrl: https://bun.sh/ +License: MIT +LicenseUrl: https://github.com/oven-sh/bun/blob/HEAD/LICENSE.md +ShortDescription: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one +Moniker: bun-profile +Tags: +- bun +- bundler +- javascript +- javascriptcore +- jsx +- nodejs +- npm +- react +- transpiler +- typescript +- zig +- ziglang +ReleaseNotes: |- + To install Bun v1.3.14 + curl -fsSL https://bun.sh/install | bash + # or you can use npm + # npm install -g bun + Windows: + powershell -c "irm bun.sh/install.ps1|iex" + To upgrade to Bun v1.3.14: + bun upgrade + Read Bun v1.3.14's release notes on Bun's blog + + Thanks to 11 contributors! + - @190n + - @alii + - @carlsmedstad + - @cirospaciari + - @coleleavitt + - @djs5008 + - @dylan-conway + - @ig-ant + - @Jarred-Sumner + - @robobun + - @sosukesuzuki +ReleaseNotesUrl: https://bun.com/blog/bun-v1.3.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Profile/1.3.14/Oven-sh.Bun.Profile.yaml b/manifests/o/Oven-sh/Bun/Profile/1.3.14/Oven-sh.Bun.Profile.yaml new file mode 100644 index 000000000000..c8186b179d0f --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Profile/1.3.14/Oven-sh.Bun.Profile.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: Oven-sh.Bun.Profile +PackageVersion: 1.3.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.installer.yaml b/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.installer.yaml new file mode 100644 index 000000000000..2962babf8448 --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PVsyst.PVsyst +PackageVersion: 8.1.2 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /quiet /norestart + SilentWithProgress: /exenoui /passive /norestart + InstallLocation: APPDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: PVsyst 8.1.2 +ReleaseDate: 2026-05-06 +Installers: +- Architecture: x64 + InstallerUrl: https://www.pvsyst.com/download/bin/PVsyst-8.1.2.48544-setup.exe + InstallerSha256: 6ADDC5D77E794C7BD2077B13B40320029481DD62DD630C25F6EC34200B71551B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.locale.en-US.yaml b/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.locale.en-US.yaml new file mode 100644 index 000000000000..d8fc3e96adde --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PVsyst.PVsyst +PackageVersion: 8.1.2 +PackageLocale: en-US +Publisher: PVsyst SA +PublisherUrl: https://www.pvsyst.com/ +PublisherSupportUrl: https://www.pvsyst.com/help/ +PrivacyUrl: https://www.pvsyst.com/pdf/common/data-protection-policy-english.pdf +Author: PVsyst SA +PackageName: PVsyst +PackageUrl: https://www.pvsyst.com/en/products/pvsyst/ +License: Proprietary +LicenseUrl: https://www.pvsyst.com/pdf/common/general-conditions-of-use-english.pdf +Copyright: Copyright © PVsyst SA +CopyrightUrl: https://www.pvsyst.com/pdf/common/general-conditions-of-use-english.pdf +ShortDescription: A PC software package for the study, sizing and data analysis of complete PV systems. +Description: |- + PVsyst is a PC software package for the study, sizing and data analysis of complete PV systems. + It deals with grid-connected, stand-alone, pumping and DC-grid (public transportation) PV systems, and includes extensive weather data and PV systems components databases, as well as general solar energy tools. + This software is geared to the needs of architects, engineers, researchers. It is also very helpful for educational training. + PVsyst focuses on complete and precise PV system study with a complete set of tools. +Tags: +- photovoltaic +- pv +ReleaseNotes: |- + ** Improvements + + - Bifacial: ground albedo can now be defined from a CSV file containing a time series + - Project: improved message handling in the main project form to display project settings and variant messages + - Storage: updated battery model, allowing for a more consistent energy balance tracking (*). + + ** Corrections + + - 3D scene: object selection is now correctly synchronized between the object tree and group editor + - Economic evaluation: action icons in the "Investment and Costs" tab are visible again + - Horizon: fixed incorrect azimuth handling in Meteonorm horizon import + - Import Time Series: loading certain types of time series no longer causes crashes + - Optimizers: fixed issue that could attribute the full inverter power to each string when the inverter was modified and saved after the system was designed + - Optimizers, SolarEdge: systems with two sub-arrays, one with SolarEdge optimizers and one without, no longer cause crashes + - Report: added an alternative rendering mode in settings to work around a crash caused by AMD Adrenalin GPU drivers on large scenes when printing the 3D scene + - Standalone simulation: fixed issue triggering the backup generator when the battery SOC was high + - Storage, power shifting: charging power is now correctly taken into account when the units are displayed in MW + - Weather data, custom file: added validation for variable column assignments to prevent potential crashes. + + (*) More detailed information are available in PVsyst Forum (topic "Announcements - main changes - PVsyst 8.1.2"). +ReleaseNotesUrl: https://www.pvsyst.com/help/release-notes/index.html#8.1.2 +PurchaseUrl: https://www.pvsyst.com/shop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.locale.zh-CN.yaml b/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.locale.zh-CN.yaml new file mode 100644 index 000000000000..55c878eee114 --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PVsyst.PVsyst +PackageVersion: 8.1.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 用于光伏系统整体研究、规模测算与数据分析的 PC 端专业软件 +Description: |- + PVsyst 是一款用于光伏系统整体研究、规模测算与数据分析的 PC 端专业软件。 + 该软件涵盖并网型、离网型、光伏水泵及直流电网(公共交通)等光伏系统,内置全面的气象数据库与光伏组件数据库,并提供通用太阳能工具集。 + 本软件专为建筑师、工程师及研究人员需求设计,同时也可作为教学培训的实用辅助工具。 + PVsyst 通过集成化工具套件,致力于提供全面精准的光伏系统研究解决方案。 +Tags: +- pv +- 光伏 +- 光电 +ReleaseNotesUrl: https://www.pvsyst.com/help/release-notes/index.html#8.1.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.yaml b/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.yaml new file mode 100644 index 000000000000..753c69fd4013 --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.1.2/PVsyst.PVsyst.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: PVsyst.PVsyst +PackageVersion: 8.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.installer.yaml b/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.installer.yaml new file mode 100644 index 000000000000..f7fd4a85bc6c --- /dev/null +++ b/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proxyman.Proxyman +PackageVersion: 3.13.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- har +- proxymanlogv2 +ProductCode: 1c658a2b-63bd-5737-96bf-d2b01fd7d360 +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + InstallerUrl: https://assets.proxyman.com/windows/3.13.0/build/Proxyman%20Setup%203.13.0.exe + InstallerSha256: 7F4D663D07AB7A70D0DE80E88F61EE2ED1F5497CA9A594054F7BFC6463406F8A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.locale.en-US.yaml b/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.locale.en-US.yaml new file mode 100644 index 000000000000..c294a3a5512a --- /dev/null +++ b/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proxyman.Proxyman +PackageVersion: 3.13.0 +PackageLocale: en-US +Publisher: Proxyman LLC +PublisherUrl: https://proxyman.io/ +PublisherSupportUrl: https://proxyman.io/support +PrivacyUrl: https://proxyman.io/privacy +Author: Proxyman LLC +PackageName: Proxyman +PackageUrl: https://proxyman.io/windows +License: Proprietary +LicenseUrl: https://proxyman.io/eula +Copyright: Copyright © 2026 Proxyman LLC +ShortDescription: Debug Network Faster & Smarter with Proxyman +Description: Proxyman is a high-performance Windows app, which enables developers to capture, inspect, and manipulate HTTP/HTTPS requests/responses with ease. +Moniker: proxyman +Tags: +- capture +- debug +- network +- proxy +- request +- response +- traffic +- web +ReleaseNotes: |- + ✨ Features + - Charles CHLZ import: You can now open Charles .chlz session files in Proxyman. + - Markdown Custom Preview Tabs: Custom Previewer tabs can now render Markdown content. + - Recent JSON filters: Proxyman now remembers your recent JSON filters, so you can reuse them faster. + - Raw copy actions: You can now copy raw request and response content directly from the request list. + - Debugging Tools column: The main table can now show which debugging tools affected each request. + - Android premium download: Premium users can now find the Android download from the license screen. + + ⚡️ Improve + - Large body storage: Proxyman now stores large request and response bodies on disk, which helps reduce memory use with big traffic. + - Custom header columns are easier to manage and work better across the main table and tabs. + - MCP Server dependencies were updated for better stability and security. + + 🐞 Bugs + - Fixed: Scripting editor cursor could jump while editing scripts. + - Fixed: cURL export now escapes quotes in header values correctly. +ReleaseNotesUrl: https://proxyman.io/changelog +PurchaseUrl: https://proxyman.io/pricing +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.proxyman.io/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.locale.zh-CN.yaml b/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.locale.zh-CN.yaml new file mode 100644 index 000000000000..d9a4ba32324b --- /dev/null +++ b/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Proxyman.Proxyman +PackageVersion: 3.13.0 +PackageLocale: zh-CN +Publisher: Proxyman LLC +PublisherUrl: https://proxyman.io/ +PublisherSupportUrl: https://proxyman.io/support +PrivacyUrl: https://proxyman.io/privacy +Author: Proxyman LLC +PackageName: Proxyman +PackageUrl: https://proxyman.io/windows +License: 专有软件 +LicenseUrl: https://proxyman.io/eula +Copyright: Copyright © 2026 Proxyman LLC +ShortDescription: 用 Proxyman 更快、更智能地调试网络 +Description: Proxyman 是一款高效的 Windows 应用程序,让开发人员轻松捕获、检查和操作 HTTP/HTTPS 请求/响应。 +Tags: +- 代理 +- 响应 +- 抓包 +- 流量 +- 网络 +- 网页 +- 请求 +- 调试 +ReleaseNotesUrl: https://proxyman.io/changelog +PurchaseUrl: https://proxyman.io/pricing +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.proxyman.io/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.yaml b/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.yaml new file mode 100644 index 000000000000..dc2bf2ada1ec --- /dev/null +++ b/manifests/p/Proxyman/Proxyman/3.13.0/Proxyman.Proxyman.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: Proxyman.Proxyman +PackageVersion: 3.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.installer.yaml b/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.installer.yaml new file mode 100644 index 000000000000..4423fb8e5dc9 --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.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: QuantumNous.NewAPI +PackageVersion: 1.0.0-rc.6 +InstallerType: portable +Commands: +- new-api +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/QuantumNous/new-api/releases/download/v1.0.0-rc.6/new-api-v1.0.0-rc.6.exe + InstallerSha256: 5C254839141195295DABA5C029517A835D3F41E513B48C515C2A1219CE36AE38 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.locale.en-US.yaml b/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.locale.en-US.yaml new file mode 100644 index 000000000000..86736049641b --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: QuantumNous.NewAPI +PackageVersion: 1.0.0-rc.6 +PackageLocale: en-US +PublisherUrl: https://www.newapi.ai/en/ +PublisherSupportUrl: https://www.newapi.ai/en/support/ +PackageUrl: https://www.newapi.ai/en/ +ShortDescription: Next-Gen LLM Gateway & AI Asset Platform +Description: New API is a next-generation large model gateway and AI asset management system, developed based on One API. The project aims to provide a unified interface for managing and utilizing various AI model services, including but not limited to OpenAI, Anthropic, Gemini, and Midjourney. +Tags: +- ai +- anthropic-api +- chatbot +- large-language-model +- llm +- openai-api +- openai-response +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://www.newapi.ai/en/guide/ +- DocumentLabel: Wiki + DocumentUrl: https://www.newapi.ai/en/wiki/ +- DocumentLabel: API Reference + DocumentUrl: https://www.newapi.ai/en/api/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.locale.zh-CN.yaml b/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..f50c9dd0d7ae --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.locale.zh-CN.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: QuantumNous.NewAPI +PackageVersion: 1.0.0-rc.6 +PackageLocale: zh-CN +Publisher: Quantum Nous +PublisherUrl: https://www.newapi.ai/ +PublisherSupportUrl: https://www.newapi.ai/support/ +Author: 锟腾科技(杭州)有限公司 +PackageName: New API +PackageUrl: https://www.newapi.ai/ +License: AGPL-3.0 +LicenseUrl: https://github.com/QuantumNous/new-api/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Quantum Nous. All Rights Reserved. +ShortDescription: 新一代大模型网关与 AI 资产管理系统 +Description: New API 是一个新一代大模型网关与 AI 资产管理系统,基于 One API 进行二次开发。该项目旨在提供一个统一的接口来管理和使用各种 AI 模型服务,包括但不限于 OpenAI、Anthropic、Gemini和 Midjourney 等。 +Tags: +- anthropic-api +- openai-api +- openai-response +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + Highlights + This release improves observability by recording upstream request IDs in logs and adds a compliance confirmation step for paid features. If your logs table is large, pre-apply the upstream_request_id column and index with online DDL before upgrading to avoid a potentially long migration. + New Features + - Added upstream request ID tracking in request logs for easier upstream call tracing, while avoiding unintended response header overrides. + - Added a compliance confirmation step before paid features can be used. + Bug Fixes + - Fixed the channel combobox so focusing it no longer hides valid channel options (#4829). + Other + - Upgrade notice: the logs table now includes a new upstream_request_id column and index; on large installations, run the appropriate online DDL below before upgrading to avoid a long or blocking automatic migration. + MySQL / InnoDB: + -- 1. Add the column using online DDL. + ALTER TABLE logs + ADD COLUMN upstream_request_id VARCHAR(128) NOT NULL DEFAULT '', + ALGORITHM=INPLACE, LOCK=NONE; + + -- 2. Add the index using online DDL. + ALTER TABLE logs + ADD INDEX idx_logs_upstream_request_id (upstream_request_id), + ALGORITHM=INPLACE, LOCK=NONE; + PostgreSQL 11+: + -- 1. Add the column without rewriting the table on PG 11+. + ALTER TABLE logs + ADD COLUMN IF NOT EXISTS upstream_request_id VARCHAR(128) NOT NULL DEFAULT ''; + + -- 2. Add the index concurrently to avoid blocking reads and writes. + CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_logs_upstream_request_id + ON logs (upstream_request_id); + + What's Changed + - chore(deps): bump axios from 1.15.0 to 1.15.2 in /web/classic by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4634 + - chore(deps-dev): bump ip-address from 10.1.0 to 10.2.0 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4811 + - 修复渠道列表显示不全问题 by @feitianbubu in https://github.com/QuantumNous/new-api/pull/4829 + Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.5...v1.0.0-rc.6 +ReleaseNotesUrl: https://github.com/QuantumNous/new-api/releases/tag/v1.0.0-rc.6 +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://www.newapi.ai/guide/ +- DocumentLabel: 维基百科 + DocumentUrl: https://www.newapi.ai/wiki/ +- DocumentLabel: 接口文档 + DocumentUrl: https://www.newapi.ai/api/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.yaml b/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.yaml new file mode 100644 index 000000000000..eec2ef247c59 --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/1.0.0-rc.6/QuantumNous.NewAPI.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: QuantumNous.NewAPI +PackageVersion: 1.0.0-rc.6 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.installer.yaml b/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.installer.yaml new file mode 100644 index 000000000000..cfce97f59ede --- /dev/null +++ b/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.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: RIA.DigiDoc4 +PackageVersion: 4.10.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" +FileExtensions: +- adoc +- asice +- asics +- bdoc +- cdoc +- cdoc2 +- ddoc +- edoc +- sce +- scs +ProductCode: '{5B158FB6-886F-42E4-8070-EA13857C5107}' +ReleaseDate: 2026-05-13 +AppsAndFeaturesEntries: +- UpgradeCode: '{67932072-AA9E-45E3-B697-D825349F273D}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\.\DigiDoc4 Client' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-eid/DigiDoc4-Client/releases/download/v4.10.0/Digidoc4-4.10.0.5399.x64.msi + InstallerSha256: FEAD190C779244DDE3F40455BD061343277525306894CCDE6AAD30A0843DD1DB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.locale.en-US.yaml b/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.locale.en-US.yaml new file mode 100644 index 000000000000..a0d9b05402f2 --- /dev/null +++ b/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RIA.DigiDoc4 +PackageVersion: 4.10.0 +PackageLocale: en-US +Publisher: RIA +PublisherUrl: https://www.ria.ee/ +PublisherSupportUrl: https://github.com/open-eid/DigiDoc4-Client/issues +Author: Estonian Information System Authority +PackageName: DigiDoc4 Client +PackageUrl: https://github.com/open-eid/DigiDoc4-Client +License: LGPL-2.1 +LicenseUrl: https://github.com/open-eid/DigiDoc4-Client/blob/HEAD/LICENSE.LGPL +Copyright: © Estonian Information System Authority +ShortDescription: DigiDoc4 is an application for digitally signing and encrypting documents; the software includes functionality to manage Estonian ID-card - change pin codes etc. +Description: |- + DigiDoc4 is a part of Estonian national ID-software developed by governmental institution - Estonian Information System Authority. + DigiDoc4 is a program that can be used to sign digitally with ID-card, mobile-ID and Smart-ID, check the validity of digital signatures, open and save documents inside the signature container, encrypt and decrypt files and review personal information stored on the ID-card. Digitally signed containers are files with .ddoc, .bdoc or .asice extensions, encrypted/decrypted files are with .cdoc extension. +Moniker: digidoc +Tags: +- digital-signature +- eid +- encrypt +- encryption +- sign +ReleaseNotes: |- + We appreciate your feedback to www.id.ee. + - Code, Text and translation improvements and updates + Full Changelog: https://github.com/open-eid/DigiDoc4-Client/compare/v4.9.0...v4.10.0 +ReleaseNotesUrl: https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.10.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-eid/DigiDoc4-Client/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.locale.zh-CN.yaml b/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.locale.zh-CN.yaml new file mode 100644 index 000000000000..bbae5c7b058e --- /dev/null +++ b/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: RIA.DigiDoc4 +PackageVersion: 4.10.0 +PackageLocale: zh-CN +ShortDescription: DigiDoc4 是一款用于数字签名和加密文档的应用程序;该软件包含管理爱沙尼亚身份证的功能——如更改 PIN 码等。 +Description: |- + DigiDoc4 是由政府机构——爱沙尼亚信息系统管理局开发的国民电子身份证软件组件。 + 该程序支持通过身份证、mobile-ID 和 Smart-ID 进行数字签名,可验证数字签名的有效性,在签名容器内打开和保存文档,对文件进行加密解密操作,并查看身份证芯片存储的个人信息。数字签名容器文件扩展名为 .ddoc、.bdoc 或 .asice,加密/解密文件则采用 .cdoc 扩展名。 +Tags: +- eid +- 加密 +- 数字签名 +- 签名 +ReleaseNotesUrl: https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.10.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.yaml b/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.yaml new file mode 100644 index 000000000000..652ae89bceca --- /dev/null +++ b/manifests/r/RIA/DigiDoc4/4.10.0/RIA.DigiDoc4.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: RIA.DigiDoc4 +PackageVersion: 4.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.installer.yaml b/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.installer.yaml new file mode 100644 index 000000000000..9becfada21b2 --- /dev/null +++ b/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sinew.Enpass +PackageVersion: 6.12.0.2413 +InstallerType: burn +Scope: machine +UpgradeBehavior: install +Protocols: +- enpass +- enpassauth +- enpasscard +- enpassshare +- enpassstart +FileExtensions: +- enpassbackup +- enpasscard +- enpassdb +AppsAndFeaturesEntries: +- ProductCode: '{fefedc69-898e-4bde-9cb4-64f9587b6ca7}' + UpgradeCode: '{0BB552C5-B5B4-406D-9F42-9FA62580F18A}' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.enpass.io/stable/windows/setup/x64/6.12.0.2413/Enpass-setup.exe + InstallerSha256: 3E656EF36E4E26FE2EF7CB0C652DA92EAE098B1F4AF3E5D9F942C4C2C07956C4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.locale.en-US.yaml b/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.locale.en-US.yaml new file mode 100644 index 000000000000..434988695353 --- /dev/null +++ b/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sinew.Enpass +PackageVersion: 6.12.0.2413 +PackageLocale: en-US +Publisher: Enpass Technologies Inc. +PublisherUrl: https://www.enpass.io/ +PublisherSupportUrl: https://support.enpass.io/ +PrivacyUrl: https://www.enpass.io/privacy/ +Author: Enpass Technologies Inc. +PackageName: Enpass +PackageUrl: https://www.enpass.io/ +License: Proprietary +LicenseUrl: https://www.enpass.io/terms-of-use/ +Copyright: Copyright © Enpass Technologies Inc. +ShortDescription: Enpass is a cross-platform password management app to securely store passwords and other credentials in a virtual vault locked with a master password. Unlike most other popular password managers, Enpass is an offline password manager. +Moniker: enpass +Tags: +- credential +- password +- protect +- protection +- security +- vault +ReleaseNotes: |- + A Fresh New Look. The Same Enpass You Trust. + Enpass has been redesigned from the ground up with a modern, polished interface, which includes cleaner layouts, streamlined workflows, and refined visuals across every screen. Plus, Enpass is now a native 64-bit and ARM64 app, bringing faster performance and improved memory usage. Everything you know and rely on works exactly the same, it just looks and feels a whole lot better. +  Here's what you'll notice: + - Modern design throughout — Cleaner layouts, improved spacing, and refined icons across every screen including the sidebar, item lists, item details, editing, autofill, sharing, password generator, and lock screen. + - Redesigned settings — Settings have a new, spacious layout that's less cluttered and easier to read, so configuring Enpass feels effortless. + - Streamlined workflows — Common tasks like adding items and importing data now take fewer steps and are more organized, so you can get things done faster. + - Updated visual elements — Buttons, icons, typography, and interactive elements have been refined for a cleaner, more intuitive experience. + - Refreshed Share Center — For Business users, you can now manage all your vault sharing in one space, and update access rights on the spot. + Try It Out + We'd love for you to experience the new Enpass. + Install the update and try the new Enpass. +PurchaseUrl: https://www.enpass.io/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.locale.zh-CN.yaml b/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.locale.zh-CN.yaml new file mode 100644 index 000000000000..059ae832c10f --- /dev/null +++ b/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sinew.Enpass +PackageVersion: 6.12.0.2413 +PackageLocale: zh-CN +Publisher: Enpass Technologies Inc. +PublisherUrl: https://www.enpass.io/ +PublisherSupportUrl: https://support.enpass.io/ +PrivacyUrl: https://www.enpass.io/privacy/ +Author: Enpass Technologies Inc. +PackageName: Enpass +PackageUrl: https://www.enpass.io/ +License: 专有软件 +LicenseUrl: https://www.enpass.io/terms-of-use/ +Copyright: Copyright © Enpass Technologies Inc. +ShortDescription: Enpass 是一款跨平台密码管理应用程序,可将密码和其它凭证安全地存储在一个用主密码锁定的虚拟保险库中。与其它大多数流行的密码管理器不同,Enpass 是一款离线密码管理器。 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +PurchaseUrl: https://www.enpass.io/pricing/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.yaml b/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.yaml new file mode 100644 index 000000000000..38845fbdfc54 --- /dev/null +++ b/manifests/s/Sinew/Enpass/6.12.0.2413/Sinew.Enpass.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: Sinew.Enpass +PackageVersion: 6.12.0.2413 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftMaker/Office/2024/24.0.6174/SoftMaker.Office.2024.installer.yaml b/manifests/s/SoftMaker/Office/2024/24.0.6174/SoftMaker.Office.2024.installer.yaml new file mode 100644 index 000000000000..d567b35d46b7 --- /dev/null +++ b/manifests/s/SoftMaker/Office/2024/24.0.6174/SoftMaker.Office.2024.installer.yaml @@ -0,0 +1,34 @@ +# 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.Office.2024 +PackageVersion: 24.0.6174 +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +FileExtensions: +- csv +- dbf +- doc +- docx +- epub +- ods +- odt +- pdf +- pmdx +- ppt +- pptx +- sqlite +- xls +- xlsx +Installers: +- Architecture: x64 + InstallerUrl: https://www.softmaker.net/down/softmaker-office-2024-64.msi + InstallerSha256: EEF3F52EA850A430E3F922AA4A7D2D94592E4BBA70CA67710D14622D2505D85C + ProductCode: "{24BD768B-6174-4F64-8E22-46BDFE97EFFB}" +- Architecture: x86 + InstallerUrl: https://www.softmaker.net/down/softmaker-office-2024-32.msi + InstallerSha256: 265E1484983968E583ECE0C481B3DC78F35881CF5AAEF126B548A5EE687C3CE8 + ProductCode: "{24BD768B-6174-4F32-8E22-46BDFE97EFFB}" +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftMaker/Office/2024/24.0.6174/SoftMaker.Office.2024.locale.en-US.yaml b/manifests/s/SoftMaker/Office/2024/24.0.6174/SoftMaker.Office.2024.locale.en-US.yaml new file mode 100644 index 000000000000..e1f112f4adff --- /dev/null +++ b/manifests/s/SoftMaker/Office/2024/24.0.6174/SoftMaker.Office.2024.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: SoftMaker.Office.2024 +PackageVersion: 24.0.6174 +PackageLocale: en-US +Publisher: SoftMaker Software GmbH +PublisherUrl: https://www.softmaker.com/ +PublisherSupportUrl: https://www.softmaker.com/en/support +PrivacyUrl: https://www.softmaker.com/en/privacy-policy +PackageName: SoftMaker Office 2024 +PackageUrl: https://www.softmaker.com/en/softmaker-office +License: Proprietary +LicenseUrl: https://www.softmaker.com/en/general-terms-and-conditions +ShortDescription: Your Office suite for Windows, Mac, Linux, Android and iOS +Tags: +- documents +- office +- planmaker +- presentations +- slides +- softmaker +- softmaker-office +- spreadsheets +- textmaker +- worksheets +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftMaker/Office/2024/24.0.6174/SoftMaker.Office.2024.yaml b/manifests/s/SoftMaker/Office/2024/24.0.6174/SoftMaker.Office.2024.yaml new file mode 100644 index 000000000000..52527bb338e6 --- /dev/null +++ b/manifests/s/SoftMaker/Office/2024/24.0.6174/SoftMaker.Office.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.Office.2024 +PackageVersion: 24.0.6174 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stardock/Start11/2.7.1.0/Stardock.Start11.installer.yaml b/manifests/s/Stardock/Start11/2.7.1.0/Stardock.Start11.installer.yaml new file mode 100644 index 000000000000..b8d3f827002d --- /dev/null +++ b/manifests/s/Stardock/Start11/2.7.1.0/Stardock.Start11.installer.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/May/13 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Stardock.Start11 +PackageVersion: 2.7.1.0 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: install +ProductCode: Stardock Start11 +ReleaseDate: 2024-09-09 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.stardock.us/downloads/public/software/start/v2/Start11v2-setup.exe + InstallerSha256: B5A813A14D32AF0884533F1896890BB5A5555A29CDC465228331ABA7857AB644 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stardock/Start11/2.7.1.0/Stardock.Start11.locale.en-US.yaml b/manifests/s/Stardock/Start11/2.7.1.0/Stardock.Start11.locale.en-US.yaml new file mode 100644 index 000000000000..2e71a4ad33a5 --- /dev/null +++ b/manifests/s/Stardock/Start11/2.7.1.0/Stardock.Start11.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/May/13 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Stardock.Start11 +PackageVersion: 2.7.1.0 +PackageLocale: en-US +Publisher: Stardock Software, Inc. +PublisherUrl: https://www.stardock.com/ +PublisherSupportUrl: https://www.stardock.com/support/ +PrivacyUrl: https://www.stardock.com/policies/privacy +Author: Stardock Software, Inc. +PackageName: Stardock Start11 +PackageUrl: https://www.stardock.com/products/start11/ +License: Proprietary +LicenseUrl: https://www.stardock.com/support/software-eula +Copyright: (c) Stardock Software, Inc. All rights reserved. +CopyrightUrl: https://www.stardock.com/support/software-eula +ShortDescription: Customize the Start Menu and Taskbar in Windows 10/11 +Moniker: start11 +PurchaseUrl: https://www.stardock.com/products/start11/download +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stardock/Start11/2.7.1.0/Stardock.Start11.yaml b/manifests/s/Stardock/Start11/2.7.1.0/Stardock.Start11.yaml new file mode 100644 index 000000000000..536814847563 --- /dev/null +++ b/manifests/s/Stardock/Start11/2.7.1.0/Stardock.Start11.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/13 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Stardock.Start11 +PackageVersion: 2.7.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/suzuki-shunsuke/pinact/3.10.0/suzuki-shunsuke.pinact.installer.yaml b/manifests/s/suzuki-shunsuke/pinact/3.10.0/suzuki-shunsuke.pinact.installer.yaml new file mode 100644 index 000000000000..18ba4a98a5a8 --- /dev/null +++ b/manifests/s/suzuki-shunsuke/pinact/3.10.0/suzuki-shunsuke.pinact.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: suzuki-shunsuke.pinact +PackageVersion: 3.10.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pinact.exe + PortableCommandAlias: pinact +Commands: +- pinact +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/suzuki-shunsuke/pinact/releases/download/v3.10.0/pinact_windows_amd64.zip + InstallerSha256: 0FB39A543A4D8E6D08CC4C7CB414A2B4E03C448E5AEF50085EA581BFFC1DB3B2 +- Architecture: arm64 + InstallerUrl: https://github.com/suzuki-shunsuke/pinact/releases/download/v3.10.0/pinact_windows_arm64.zip + InstallerSha256: BD872B369C53F1A8848B68E53180FF72DEF1EC09E053F8ABF71ED5006962554F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/suzuki-shunsuke/pinact/3.10.0/suzuki-shunsuke.pinact.locale.en-US.yaml b/manifests/s/suzuki-shunsuke/pinact/3.10.0/suzuki-shunsuke.pinact.locale.en-US.yaml new file mode 100644 index 000000000000..6406521393a8 --- /dev/null +++ b/manifests/s/suzuki-shunsuke/pinact/3.10.0/suzuki-shunsuke.pinact.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: suzuki-shunsuke.pinact +PackageVersion: 3.10.0 +PackageLocale: en-US +Publisher: Shunsuke Suzuki +PublisherUrl: https://suzuki-shunsuke.github.io/profile/ +PublisherSupportUrl: https://github.com/suzuki-shunsuke/pinact/issues +Author: Shunsuke Suzuki +PackageName: pinact +PackageUrl: https://github.com/suzuki-shunsuke/pinact +License: MIT +LicenseUrl: https://github.com/suzuki-shunsuke/pinact/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Shunsuke Suzuki +CopyrightUrl: https://github.com/suzuki-shunsuke/pinact/blob/HEAD/LICENSE +ShortDescription: pinact is a CLI to edit GitHub Workflow and Composite action files and pin versions of Actions and Reusable Workflows. pinact can also update their versions and verify version annotations. +Moniker: pinact +Tags: +- cli +- github-actions +- oss +- security +ReleaseNotes: |- + Features + #1530 Support pinning branches to latest stable tags by the --branch-to-tag option + The default behabiour isn't changed. + By default, pinact doesn't pin branches such as main or master. + If you want to pin specific branches, you can use the --branch-to-tag option. + e.g. + pinact run --branch-to-tag '^main$' --branch-to-tag '^release/.*$' +ReleaseNotesUrl: https://github.com/suzuki-shunsuke/pinact/releases/tag/v3.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/suzuki-shunsuke/pinact/3.10.0/suzuki-shunsuke.pinact.yaml b/manifests/s/suzuki-shunsuke/pinact/3.10.0/suzuki-shunsuke.pinact.yaml new file mode 100644 index 000000000000..5e782fb3cf38 --- /dev/null +++ b/manifests/s/suzuki-shunsuke/pinact/3.10.0/suzuki-shunsuke.pinact.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: suzuki-shunsuke.pinact +PackageVersion: 3.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.installer.yaml b/manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.installer.yaml similarity index 81% rename from manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.installer.yaml rename to manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.installer.yaml index e08429ca710b..4941ef4a77ed 100644 --- a/manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.installer.yaml +++ b/manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: TIMi.TIMi -PackageVersion: 2026.05.02 +PackageVersion: 2026.05.13 InstallerType: nullsoft Scope: machine FileExtensions: @@ -19,6 +19,6 @@ ProductCode: TIMi Installers: - Architecture: x64 InstallerUrl: https://timi.global.ssl.fastly.net/TIMi_Full/TIMiSetup_Full.exe - InstallerSha256: 8BA759C42F716A2032ECFA8AFDCF388F15949ABCCFBECFE0B40E612F35183CA8 + InstallerSha256: 1CAE869FFC7B379289CFE4040BA9864A72B982F429959A1B4D2DF3702043CCB9 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.locale.en-US.yaml b/manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.locale.en-US.yaml similarity index 97% rename from manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.locale.en-US.yaml rename to manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.locale.en-US.yaml index 26b51eacca8a..0546c2579fe0 100644 --- a/manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.locale.en-US.yaml +++ b/manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: TIMi.TIMi -PackageVersion: 2026.05.02 +PackageVersion: 2026.05.13 PackageLocale: en-US Publisher: TIMi SPRL PublisherUrl: https://timi.eu/ diff --git a/manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.locale.zh-CN.yaml b/manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.locale.zh-CN.yaml similarity index 96% rename from manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.locale.zh-CN.yaml rename to manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.locale.zh-CN.yaml index c9f7e516977c..2ecb70b9d413 100644 --- a/manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.locale.zh-CN.yaml +++ b/manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TIMi.TIMi -PackageVersion: 2026.05.02 +PackageVersion: 2026.05.13 PackageLocale: zh-CN License: 专有软件 ShortDescription: 增强企业分析文化 diff --git a/manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.yaml b/manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.yaml similarity index 89% rename from manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.yaml rename to manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.yaml index 44a53e2216bc..2837fd1450dc 100644 --- a/manifests/t/TIMi/TIMi/2026.05.02/TIMi.TIMi.yaml +++ b/manifests/t/TIMi/TIMi/2026.05.13/TIMi.TIMi.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: TIMi.TIMi -PackageVersion: 2026.05.02 +PackageVersion: 2026.05.13 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.installer.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.installer.yaml similarity index 83% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.installer.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.installer.yaml index 1b16b8c99a29..f38f6931337e 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.installer.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 InstallerType: exe Scope: user InstallModes: @@ -17,6 +17,6 @@ ProductCode: Tandem Installers: - Architecture: x64 InstallerUrl: https://tandemhealth.blob.core.windows.net/tandem-public/native/Tandem-win-Setup.exe - InstallerSha256: AC1C9F64613A9C9EE46F2EA25A6294F9A2EC0B86BBD66911BFA793E8ED5D7A51 + InstallerSha256: 163079E2E53C641B501FDF56F69E716702CB20C22D4E5BBF8FC5402006792D7C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.da.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.da.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.da.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.da.yaml index dc08388e42aa..eeeccaabd07a 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.da.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.da.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 PackageLocale: da PublisherUrl: https://tandemhealth.ai/da/ PrivacyUrl: https://tandemhealth.ai/da/juridisk/privatlivspolitik diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.de.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.de.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.de.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.de.yaml index 9ac9583959b0..f9d15131b8fb 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.de.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.de.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 PackageLocale: de PublisherUrl: https://tandemhealth.ai/de/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/de/ diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.en-US.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.en-US.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.en-US.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.en-US.yaml index 4402b5fdc2ac..d4febf6493e1 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.en-US.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 PackageLocale: en-US Publisher: Tandem PublisherUrl: https://tandemhealth.ai/ diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.es.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.es.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.es.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.es.yaml index 04bbabb5d005..3795c8f168e6 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.es.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.es.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 PackageLocale: es PublisherUrl: https://tandemhealth.ai/es/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/es/ diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.et.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.et.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.et.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.et.yaml index 7a9b84294ae0..6ae269166838 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.et.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.et.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 PackageLocale: et PublisherUrl: https://tandemhealth.ai/et/ PrivacyUrl: https://tandemhealth.ai/et/juriidiline/privacy-policy diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.fi.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.fi.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.fi.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.fi.yaml index 9923064aaf94..f4bd5a8eca63 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.fi.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.fi.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 PackageLocale: fi PublisherUrl: https://tandemhealth.ai/fi/ PrivacyUrl: https://tandemhealth.ai/fi/legal/tietosuoja diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.fr.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.fr.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.fr.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.fr.yaml index 8935299f8ed0..023b135b8a02 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.fr.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.fr.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 PackageLocale: fr PublisherUrl: https://tandemhealth.ai/fr/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/fr/ diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.nb-NO.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.nb-NO.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.nb-NO.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.nb-NO.yaml index c550df8be82f..1381c388f7f9 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.nb-NO.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 PackageLocale: nb-NO PublisherUrl: https://tandemhealth.ai/no/ PrivacyUrl: https://tandemhealth.ai/no/juridisk/personvern diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.sv.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.sv.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.sv.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.sv.yaml index 9727ec195ca5..3d948d3a8006 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.locale.sv.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.locale.sv.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 PackageLocale: sv PublisherUrl: https://tandemhealth.ai/sv/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/sv/ diff --git a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.yaml b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.yaml similarity index 90% rename from manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.yaml index 5539f3c0b951..e92ceec8639c 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.12/TandemHealth.Tandem.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.13/TandemHealth.Tandem.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.12 +PackageVersion: 2026.5.13 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/0.42.21/tinyrack.dotweave.installer.yaml b/manifests/t/tinyrack/dotweave/0.42.21/tinyrack.dotweave.installer.yaml new file mode 100644 index 000000000000..d50eabe5dbe1 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/0.42.21/tinyrack.dotweave.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 0.42.21 +InstallerLocale: en-US +InstallerType: portable +Commands: +- dotweave +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v0.42.21/dotweave-win-x64.exe + InstallerSha256: 3F954B797939EDD0E61899E79303327F30DD4C3EBCAD129AEA29FE8493D1DB6E +- Architecture: arm64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v0.42.21/dotweave-win-arm64.exe + InstallerSha256: E9EDA9DE56B5707132E0FBA5739D5C2F88391BB30878FDC7BA26A3B5912CC2F7 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/t/tinyrack/dotweave/0.42.21/tinyrack.dotweave.locale.en-US.yaml b/manifests/t/tinyrack/dotweave/0.42.21/tinyrack.dotweave.locale.en-US.yaml new file mode 100644 index 000000000000..c56b4b1bc040 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/0.42.21/tinyrack.dotweave.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 0.42.21 +PackageLocale: en-US +Publisher: tinyrack +PublisherUrl: https://github.com/tinyrack-net +PublisherSupportUrl: https://github.com/tinyrack-net/dotweave/issues +PackageName: dotweave +PackageUrl: https://github.com/tinyrack-net/dotweave +License: MIT +LicenseUrl: https://github.com/tinyrack-net/dotweave/blob/main/LICENSE +Copyright: Copyright (c) winetree94 +ShortDescription: Git-backed configuration synchronization tool for dotfiles +Tags: +- cli +- dotfiles +- sync +- configuration +ReleaseNotesUrl: https://github.com/tinyrack-net/dotweave/releases/tag/v0.42.21 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/tinyrack-net/dotweave/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/0.42.21/tinyrack.dotweave.yaml b/manifests/t/tinyrack/dotweave/0.42.21/tinyrack.dotweave.yaml new file mode 100644 index 000000000000..396c0bd45be0 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/0.42.21/tinyrack.dotweave.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: tinyrack.dotweave +PackageVersion: 0.42.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ubisoft/Connect/170.2.0.13140/Ubisoft.Connect.installer.yaml b/manifests/u/Ubisoft/Connect/171.0.0.13174/Ubisoft.Connect.installer.yaml similarity index 77% rename from manifests/u/Ubisoft/Connect/170.2.0.13140/Ubisoft.Connect.installer.yaml rename to manifests/u/Ubisoft/Connect/171.0.0.13174/Ubisoft.Connect.installer.yaml index 2c13f845984a..e81dd56da141 100644 --- a/manifests/u/Ubisoft/Connect/170.2.0.13140/Ubisoft.Connect.installer.yaml +++ b/manifests/u/Ubisoft/Connect/171.0.0.13174/Ubisoft.Connect.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Ubisoft.Connect -PackageVersion: 170.2.0.13140 +PackageVersion: 171.0.0.13174 InstallerLocale: en-US InstallerType: nullsoft Scope: machine @@ -12,7 +12,7 @@ InstallModes: UpgradeBehavior: install ProductCode: Uplay AppsAndFeaturesEntries: -- DisplayVersion: 170.2.13140 +- DisplayVersion: 171.0.13174 ProductCode: Uplay ElevationRequirement: elevatesSelf InstallationMetadata: @@ -20,6 +20,7 @@ InstallationMetadata: Installers: - Architecture: x86 InstallerUrl: https://static3.cdn.ubi.com/orbit/launcher_installer/UbisoftConnectInstaller.exe - InstallerSha256: BE622DF39659212209F770266E61327772B422EEB6395ED9FB95D255FF13E3E7 + InstallerSha256: 7A6942EF2C96ED516B4E06256B03AC0BB994DE22702E944F4EBF2C2507F31A24 ManifestType: installer ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-12 diff --git a/manifests/u/Ubisoft/Connect/170.2.0.13140/Ubisoft.Connect.locale.en-US.yaml b/manifests/u/Ubisoft/Connect/171.0.0.13174/Ubisoft.Connect.locale.en-US.yaml similarity index 94% rename from manifests/u/Ubisoft/Connect/170.2.0.13140/Ubisoft.Connect.locale.en-US.yaml rename to manifests/u/Ubisoft/Connect/171.0.0.13174/Ubisoft.Connect.locale.en-US.yaml index ae7637da4ef5..2e9be8a2122c 100644 --- a/manifests/u/Ubisoft/Connect/170.2.0.13140/Ubisoft.Connect.locale.en-US.yaml +++ b/manifests/u/Ubisoft/Connect/171.0.0.13174/Ubisoft.Connect.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Ubisoft.Connect -PackageVersion: 170.2.0.13140 +PackageVersion: 171.0.0.13174 PackageLocale: en-US Publisher: Ubisoft PublisherUrl: https://www.ubisoft.com/en-us diff --git a/manifests/u/Ubisoft/Connect/170.2.0.13140/Ubisoft.Connect.yaml b/manifests/u/Ubisoft/Connect/171.0.0.13174/Ubisoft.Connect.yaml similarity index 85% rename from manifests/u/Ubisoft/Connect/170.2.0.13140/Ubisoft.Connect.yaml rename to manifests/u/Ubisoft/Connect/171.0.0.13174/Ubisoft.Connect.yaml index 72c7236df6ec..7f62f0470130 100644 --- a/manifests/u/Ubisoft/Connect/170.2.0.13140/Ubisoft.Connect.yaml +++ b/manifests/u/Ubisoft/Connect/171.0.0.13174/Ubisoft.Connect.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Ubisoft.Connect -PackageVersion: 170.2.0.13140 +PackageVersion: 171.0.0.13174 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.installer.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.installer.yaml new file mode 100644 index 000000000000..38ab812aba55 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.0.4033.9 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- mht +- mhtml +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Vivaldi +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.0.4033.9.x64.exe + InstallerSha256: BBDF9CD50414EDE9DF454A8EA257DFCEC28DE281034FC3BD8428506883F887E6 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.0.4033.9.x64.exe + InstallerSha256: BBDF9CD50414EDE9DF454A8EA257DFCEC28DE281034FC3BD8428506883F887E6 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.0.4033.9.arm64.exe + InstallerSha256: 7E4172155582B6085C7EF6C275A92B87AE75E1DDAF3797CD366551D03CFD4E1D + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.0.4033.9.arm64.exe + InstallerSha256: 7E4172155582B6085C7EF6C275A92B87AE75E1DDAF3797CD366551D03CFD4E1D + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml new file mode 100644 index 000000000000..987b98677be8 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.0.4033.9 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi (Snapshot) +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotes: |- + - [Address field] Progress indicator visually stuck with certain themes VB-127707 + - [Chromium] Update to 148.0.7778.172 + - [Crash] During User‑Agent String Update in Network Request Pipeline VB-127616 + - [Crash] When deleting browsing data from Chrome settings page VB-127704 + - [Layouts] Update Vertical Right layout VB-127784 + - [Linux] Touch events not reaching web page VB-127717 + - [Panel Editor] Add web panel input shows URL of extension page VB-127715 + - [Settings] Tab Stacking Compact text misplaced VB-127796 + - [Tabs] Horizontal tab scroll has stopped working correctly VB-127523 + - [Themes] Limit background and mask layers VB-127709 + - [Themes][Settings] Wrong preview images VB-127783 + - [UI] Restart notification displays no text until moused over VB-127721 + - [Web Panel] Panel zoom is broken VB-127433 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/snapshot/8.0.4033.9.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml new file mode 100644 index 000000000000..63aa0790854e --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.0.4033.9 +PackageLocale: zh-CN +PublisherUrl: https://vivaldi.com/zh-hans/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +PackageName: Vivaldi(快照版) +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.yaml new file mode 100644 index 000000000000..16a5edfaeba4 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.9/Vivaldi.Vivaldi.Snapshot.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: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.0.4033.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.installer.yaml b/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.installer.yaml new file mode 100644 index 000000000000..118cfd0d0076 --- /dev/null +++ b/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: viarotel.Escrcpy +PackageVersion: 2.10.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 92c478f5-fc35-5335-9d6a-1009f8a9201c +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/viarotel-org/escrcpy/releases/download/v2.10.2/Escrcpy-2.10.2-win-setup-x64.exe + InstallerSha256: AA1768A9FC120E8B2020F882A1283ADB72A06EDF1CECE58954C543D839F7B21F + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/viarotel-org/escrcpy/releases/download/v2.10.2/Escrcpy-2.10.2-win-setup-x64.exe + InstallerSha256: AA1768A9FC120E8B2020F882A1283ADB72A06EDF1CECE58954C543D839F7B21F + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/viarotel-org/escrcpy/releases/download/v2.10.2/Escrcpy-2.10.2-win-setup-arm64.exe + InstallerSha256: 202CC4E98CD1687B3D17E73CB727F419A53A79B162C2DF4EC0D2754CDE687D19 + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/viarotel-org/escrcpy/releases/download/v2.10.2/Escrcpy-2.10.2-win-setup-arm64.exe + InstallerSha256: 202CC4E98CD1687B3D17E73CB727F419A53A79B162C2DF4EC0D2754CDE687D19 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.locale.en-US.yaml b/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.locale.en-US.yaml new file mode 100644 index 000000000000..4ac1e7b1156e --- /dev/null +++ b/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.locale.en-US.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: viarotel.Escrcpy +PackageVersion: 2.10.2 +PackageLocale: en-US +Publisher: viarotel +PublisherUrl: https://viarotel.eu.org/ +PublisherSupportUrl: https://github.com/viarotel-org/escrcpy/issues +PackageName: Escrcpy +PackageUrl: https://github.com/viarotel-org/escrcpy +License: Apache-2.0 +LicenseUrl: https://github.com/viarotel-org/escrcpy/blob/main/LICENSE +Copyright: Copyright (C) 2026 viarotel +ShortDescription: Graphical Scrcpy to display and control Android, devices powered by Electron. +Tags: +- adb +- android +- capture +- cast +- casting +- mirror +- mirroring +- mobile +- phone +- record +- scrcpy +- screen +- screen-mirroring +ReleaseNotes: |- + Features + - ⚡️ Added automatic discovery support to scan and connect all available devices within the LAN automatically + - ✨ Embedded mirroring now supports keyboard mapping functionality + - 🎉 Added perspective control, mouse mapping, and random range configuration support for keyboard mapping + Bug Fixes + - 🐛 Fix i18n variable declaration exceptions + - 🐛 Fixed the issue where embedded audio forwarding was not cleared after closing the window + - 🐛 Fix the app startup list search box jitter problem + - 🐛 Fixed normalized boundary calculation issues for keyboard mapping coordinates + - 👷 Fix dependency update issues + Performance Improvements + - ♻️ Optimize automatic discovery logic to exclude already connected devices + - ✨ Optimize embedded mirroring keyboard mapping interaction details + - 🚀 Improve app startup performance for loading device and app list data + - 🚀 Improve the reliability and stability of wscrcpy and embedded mirror group control + - 🚀 Keymap macros now support automation script execution + - 🚀 Optimize keyboard mapping interaction details and rendering performance + - 🚀 Optimize keyboard mapping module interaction and visual effects + - 🚀 Improve synchronization between embedded mirror rotation and device rotation + - 🚀 Improve sub-window naming rules + - 🚀 Keyboard mapping now supports switch hotkeys for temporary enable and disable control + - 🚀 Optimize keyboard mapping performance and trigger response speed + - 🚀 Optimize keyboard mapping switch hotkey interaction details + - 🚀 Optimize subscription page interaction effects + - 🚀 Keyboard mapping trigger logic now supports Extreme Speed Mode and Natural Mode + Code Refactoring + - ♻️ Refactor and modularize wscrcpy functionality + - 👷 Refactored scheduled task module now supports application restart recovery + - 🔧 Replace custom shell escaping implementation with the safer shell-quote library + - 🚀 Improve execution performance and reliability of batch automation image tasks + - 🚀 Optimize subscription system token storage logic + - 🚀 Reconstruct the keyboard mapping module architecture to improve maintainability and performance + - 🚀 Refactored keyboard mapping key input logic for more flexible configuration support +ReleaseNotesUrl: https://github.com/viarotel-org/escrcpy/releases/tag/v2.10.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.locale.zh-CN.yaml b/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.locale.zh-CN.yaml new file mode 100644 index 000000000000..647f952e1727 --- /dev/null +++ b/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.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: viarotel.Escrcpy +PackageVersion: 2.10.2 +PackageLocale: zh-CN +PublisherUrl: https://viarotel.eu.org/zhHans/ +ShortDescription: 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动。 +Tags: +- adb +- scrcpy +- 安卓 +- 屏幕 +- 屏幕镜像 +- 录制 +- 录屏 +- 手机 +- 投射 +- 投屏 +- 镜像 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.yaml b/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.yaml new file mode 100644 index 000000000000..c97c63550eb2 --- /dev/null +++ b/manifests/v/viarotel/Escrcpy/2.10.2/viarotel.Escrcpy.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: viarotel.Escrcpy +PackageVersion: 2.10.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WebMinds/NetOptimizer/7.0.26.309/WebMinds.NetOptimizer.installer.yaml b/manifests/w/WebMinds/NetOptimizer/7.0.26.309/WebMinds.NetOptimizer.installer.yaml new file mode 100644 index 000000000000..c0340b414501 --- /dev/null +++ b/manifests/w/WebMinds/NetOptimizer/7.0.26.309/WebMinds.NetOptimizer.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WebMinds.NetOptimizer +PackageVersion: 7.0.26.309 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{62D992B6-3F5A-4E3B-A7DB-60989AD0F378}_is1' +AppsAndFeaturesEntries: +- ProductCode: '{62D992B6-3F5A-4E3B-A7DB-60989AD0F378}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\NetOptimizer™' +Installers: +- Architecture: x86 + InstallerUrl: https://www.netoptimizer.com/files/NetOptimizer.exe + InstallerSha256: 606324273E0E31A5CF4157426F03167CCAFDB0874D6F871CD8145357CDDCA4E9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WebMinds/NetOptimizer/7.0.26.309/WebMinds.NetOptimizer.locale.en-US.yaml b/manifests/w/WebMinds/NetOptimizer/7.0.26.309/WebMinds.NetOptimizer.locale.en-US.yaml new file mode 100644 index 000000000000..b40b70942452 --- /dev/null +++ b/manifests/w/WebMinds/NetOptimizer/7.0.26.309/WebMinds.NetOptimizer.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/May/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WebMinds.NetOptimizer +PackageVersion: 7.0.26.309 +PackageLocale: en-US +Publisher: Webminds +PublisherUrl: https://www.webminds.com/ +PublisherSupportUrl: https://support.webminds-support.com/index.php +PrivacyUrl: https://www.netoptimizer.com/privacy-policy/ +Author: WebMinds +PackageName: NetOptimizer™ +PackageUrl: https://www.netoptimizer.com/ +License: Proprietary +LicenseUrl: https://www.netoptimizer.com/eula/ +Copyright: Copyright © 2025 NetOptimizer | Powered by WebMinds, Inc. +ShortDescription: NetOptimizer uses advanced techniques to speed up and optimize Internet connection on your PC. With NetOptimizer you’ll be able to optimize your Internet settings allowing you to recognize your highest Internet speed. +Description: |- + NetOptimizer uses advanced techniques to speed up and optimize Internet connection on your PC. With NetOptimizer you’ll be able to optimize your Internet settings allowing you to recognize your highest Internet speed. Whether you’re connected with a cable, Wi-Fi, or mobile broadband, NetOptimizer will help! + + Incorrect Windows settings can slow down your browsing. NetOptimizer will fix all the wrong configurations and make your Internet fly. + Different browsers behave differently. NetOptimizer will automatically apply the optimal settings for all your browsers. + Internet junk can result in slow Internet browsing experience and clog your computer. NetOptimizer will find and clean up the trash for ultimate speed. +ReleaseNotesUrl: https://www.netoptimizer.com/version-history/ +PurchaseUrl: https://www.netoptimizer.com/cart/ +Documentations: +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.netoptimizer.com/user-manual.pdf +- DocumentLabel: Frequently Asked Questions + DocumentUrl: https://www.netoptimizer.com/support/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WebMinds/NetOptimizer/7.0.26.309/WebMinds.NetOptimizer.yaml b/manifests/w/WebMinds/NetOptimizer/7.0.26.309/WebMinds.NetOptimizer.yaml new file mode 100644 index 000000000000..f903bd514c1b --- /dev/null +++ b/manifests/w/WebMinds/NetOptimizer/7.0.26.309/WebMinds.NetOptimizer.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WebMinds.NetOptimizer +PackageVersion: 7.0.26.309 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wimysoft/WimyGit/Nightly/2.99.4/Wimysoft.WimyGit.Nightly.installer.yaml b/manifests/w/Wimysoft/WimyGit/Nightly/2.99.4/Wimysoft.WimyGit.Nightly.installer.yaml new file mode 100644 index 000000000000..46dedbfe8139 --- /dev/null +++ b/manifests/w/Wimysoft/WimyGit/Nightly/2.99.4/Wimysoft.WimyGit.Nightly.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: Wimysoft.WimyGit.Nightly +PackageVersion: 2.99.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: WimyGitN.exe + PortableCommandAlias: wimygitn +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zelon/wimygit/releases/download/nightly-v2.99.4/wimygit-windows-nightly-v2.99.4.zip + InstallerSha256: 86F247A26F2D59B3E79620CF7C4EB3048A119230541856F94FD233E135BBD98B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/w/Wimysoft/WimyGit/Nightly/2.99.4/Wimysoft.WimyGit.Nightly.locale.en-US.yaml b/manifests/w/Wimysoft/WimyGit/Nightly/2.99.4/Wimysoft.WimyGit.Nightly.locale.en-US.yaml new file mode 100644 index 000000000000..f611f0d1282f --- /dev/null +++ b/manifests/w/Wimysoft/WimyGit/Nightly/2.99.4/Wimysoft.WimyGit.Nightly.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: Wimysoft.WimyGit.Nightly +PackageVersion: 2.99.4 +PackageLocale: en-US +Publisher: Wimysoft +PublisherUrl: https://github.com/zelon +PublisherSupportUrl: https://github.com/zelon/wimygit/issues +PackageName: WimyGitNightly +PackageUrl: https://github.com/zelon/wimygit +License: MIT +ShortDescription: Git GUI Client for Windows Nightly +ReleaseNotesUrl: https://github.com/zelon/wimygit/releases/tag/nightly-v2.99.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/zelon/wimygit/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wimysoft/WimyGit/Nightly/2.99.4/Wimysoft.WimyGit.Nightly.yaml b/manifests/w/Wimysoft/WimyGit/Nightly/2.99.4/Wimysoft.WimyGit.Nightly.yaml new file mode 100644 index 000000000000..0003a73bc503 --- /dev/null +++ b/manifests/w/Wimysoft/WimyGit/Nightly/2.99.4/Wimysoft.WimyGit.Nightly.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: Wimysoft.WimyGit.Nightly +PackageVersion: 2.99.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.0.1/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/1.0.1/ZedIndustries.Zed.installer.yaml deleted file mode 100644 index afaa7f0573f3..000000000000 --- a/manifests/z/ZedIndustries/Zed/1.0.1/ZedIndustries.Zed.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# 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: ZedIndustries.Zed -PackageVersion: 1.0.1 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -ReleaseDate: 2026-05-04 -AppsAndFeaturesEntries: -- ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Zed' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.0.1/Zed-x86_64.exe - InstallerSha256: 3774671E833A281AA1C7FBF950E847C3277C9F60E8022E38582B9DBBA165CC7F -- Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.0.1/Zed-aarch64.exe - InstallerSha256: A40AC55EEDFC4D5E657C5896FAC067570F486CA9B58D8383C3C2595EF2BD5248 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.0.1/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/1.0.1/ZedIndustries.Zed.locale.en-US.yaml deleted file mode 100644 index c97b07e4d582..000000000000 --- a/manifests/z/ZedIndustries/Zed/1.0.1/ZedIndustries.Zed.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# 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: ZedIndustries.Zed -PackageVersion: 1.0.1 -PackageLocale: en-US -Publisher: Zed Industries -PublisherUrl: https://zed.dev/ -PublisherSupportUrl: https://zed.dev/support -PrivacyUrl: https://zed.dev/privacy-policy -Author: The Zed Industries Authors -PackageName: Zed -PackageUrl: https://zed.dev/windows -License: GPL-3.0 -LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL -Copyright: Copyright 2022 - 2025 Zed Industries, Inc. -ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -Description: |- - Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - - Chat with teammates, write notes together, and share your screen and project. All included. - - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. -Moniker: zed -Tags: -- code-editor -- developer-tools -- editor -- text-editor -ReleaseNotes: '- Fixed an issue where agent failed to apply edits in some cases (#55500)' -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.0.1 -PurchaseUrl: https://zed.dev/pricing -Documentations: -- DocumentLabel: Community Links - DocumentUrl: https://zed.dev/community-links -- DocumentLabel: Getting Started - DocumentUrl: https://zed.dev/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0