diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.installer.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.installer.yaml index 84289535c493..172f07b3c2eb 100644 --- a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.installer.yaml +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.installer.yaml @@ -1,26 +1,26 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: AnInsomniacy.MotrixNext -PackageVersion: 3.9.4 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Protocols: -- magnet -- thunder -FileExtensions: -- meta4 -- metalink -- torrent -ProductCode: MotrixNext -ReleaseDate: 2026-06-07 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.4/MotrixNext_3.9.4_x64-setup.exe - InstallerSha256: 0AA5D48ED2A0B3A4CE1FA2687FA9AB1DEA1D4F091D93D3CAB44BBF3B0DC90BCB -- Architecture: arm64 - InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.4/MotrixNext_3.9.4_arm64-setup.exe - InstallerSha256: E0204A67FF258A0E7C98ED57142753931FDF4C93E4DCEDF6EBE9A71137AA46CD -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AnInsomniacy.MotrixNext +PackageVersion: 3.9.4 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- magnet +- thunder +FileExtensions: +- meta4 +- metalink +- torrent +ProductCode: MotrixNext +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.4/MotrixNext_3.9.4_x64-setup.exe + InstallerSha256: 80481D1E3141138138896AC74B9995D3D22D775E98C401DF1F525C76C910BF42 +- Architecture: arm64 + InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.4/MotrixNext_3.9.4_arm64-setup.exe + InstallerSha256: A8A2C55B78188158380EDB3B795377E0E9743E7EDDCB6AD9A1B6CC73A1D53F60 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.en-US.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.en-US.yaml index dd0d55187645..d874b2749500 100644 --- a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.en-US.yaml +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.en-US.yaml @@ -1,69 +1,69 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: AnInsomniacy.MotrixNext -PackageVersion: 3.9.4 -PackageLocale: en-US -Publisher: motrix -PublisherUrl: https://github.com/AnInsomniacy -PublisherSupportUrl: https://github.com/AnInsomniacy/motrix-next/issues -PackageName: MotrixNext -PackageUrl: https://github.com/AnInsomniacy/motrix-next -License: MIT -LicenseUrl: https://github.com/AnInsomniacy/motrix-next/blob/HEAD/LICENSE -Copyright: Copyright (c) 2025-present AnInsomniacy -ShortDescription: A full-featured download manager — rebuilt from the ground up -Description: |- - Motrix by agalwood was one of the best open-source download managers available — clean UI, aria2-powered, cross-platform. It inspired thousands of users and developers alike. - However, the original project has been largely inactive since 2023. The Electron + Vue 2 + Vuex + Element UI stack accumulated technical debt, making it increasingly difficult to maintain, extend, or package for modern platforms. - - What we kept - We owe a great deal to the original Motrix and its community. The following were gratefully adopted and continue to serve as the foundation for parts of Motrix Next: - - Aria2 error code system and RPC client — the error handling conventions and JSON-RPC communication layer for the aria2 engine - - Internationalization — 25+ community-contributed locale files covering Chinese, Japanese, Korean, Arabic, French, German, and many more - - Download utilities — tracker list management, cURL command parsing, and other protocol-level helpers - - What we rebuilt - Motrix Next is not a fork — it is a complete rewrite. Every other layer of the application has been redesigned and reimplemented from scratch: - | Layer | Motrix (Legacy) | Motrix Next | - | ------------ | ----------------------- | ------------------------------- | - | Runtime | Electron | Tauri 2 (Rust) | - | Frontend | Vue 2 + Vuex | Vue 3 Composition API + Pinia | - | UI Framework | Element UI | Naive UI | - | Language | JavaScript | TypeScript + Rust | - | Styling | SCSS + Element theme | Vanilla CSS + custom properties | - | Engine Mgmt | Node.js `child_process` | Tauri sidecar | - | Build System | electron-builder | Vite + Cargo | - | Bundle Size | ~80 MB | ~20 MB | - | Auto-Update | electron-updater | Tauri updater plugin | - - Design & Motion - The overall UI layout stays true to Motrix's original design — the sidebar navigation, task list, and preference panels all follow the familiar structure that made Motrix intuitive from day one. - What changed is everything underneath. Every transition and micro-interaction has been carefully tuned to follow Material Design 3 motion guidelines: - - Asymmetric timing — enter animations are slightly longer than exits, giving new content time to land while dismissed content leaves quickly - - Emphasized easing curves — decelerate on enter (cubic-bezier(0.2, 0, 0, 1)), accelerate on exit (cubic-bezier(0.3, 0, 0.8, 0.15)), replacing generic ease curves throughout the codebase - - Spring-based modals — dialogs use physically-modeled spring animations for a natural, responsive feel - - Consistent motion tokens — all durations and curves are defined as CSS custom properties, ensuring a unified rhythm across 12+ components -Tags: -- download -- downloader -ReleaseNotes: |- - What's Changed - Motrix Next 3.9.4 promotes the 3.9.4 beta cycle to stable. This release refreshes bundled engine binaries, improves task detail readability and copy actions, expands link handling for magnet and ED2K workflows, polishes responsive navigation and text wrapping, updates browser extension documentation, and refines network preference controls. - ✨ New Features - - Task Detail copy actions — Added copyable values for task metadata and reusable render functions for long text fields. - - Magnet and ED2K lifecycle support — Added task lifecycle handling for magnet and ED2K links. - - History cleanup for deleted tasks — Deleted tasks can now remove matching history records. - - User-Agent management — Added user-agent management and improved related network preference controls. - - Browser extension documentation — Added the Firefox Add-ons link for the Motrix Next extension. - 🛠 Improvements - - Engine binaries — Updated bundled binaries for supported architectures. - - Task Detail readability — Long task names, URLs, tracker values, and copyable metadata now render more clearly. - - Deletion messaging — Refined localized task deletion text for clarity and consistency. - - Text wrapping — Improved URI input wrapping and task name multiline display. - - Navigation layout — Improved sub-navigation responsiveness. - - Disk allocation default — Changed the default file allocation method to trunc. - - Proxy controls — Improved proxy button styling in network preferences. -ReleaseNotesUrl: https://github.com/AnInsomniacy/motrix-next/releases/tag/v3.9.4 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AnInsomniacy.MotrixNext +PackageVersion: 3.9.4 +PackageLocale: en-US +Publisher: motrix +PublisherUrl: https://github.com/AnInsomniacy +PublisherSupportUrl: https://github.com/AnInsomniacy/motrix-next/issues +PackageName: MotrixNext +PackageUrl: https://github.com/AnInsomniacy/motrix-next +License: MIT +LicenseUrl: https://github.com/AnInsomniacy/motrix-next/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025-present AnInsomniacy +ShortDescription: A full-featured download manager — rebuilt from the ground up +Description: |- + Motrix by agalwood was one of the best open-source download managers available — clean UI, aria2-powered, cross-platform. It inspired thousands of users and developers alike. + However, the original project has been largely inactive since 2023. The Electron + Vue 2 + Vuex + Element UI stack accumulated technical debt, making it increasingly difficult to maintain, extend, or package for modern platforms. + + What we kept + We owe a great deal to the original Motrix and its community. The following were gratefully adopted and continue to serve as the foundation for parts of Motrix Next: + - Aria2 error code system and RPC client — the error handling conventions and JSON-RPC communication layer for the aria2 engine + - Internationalization — 25+ community-contributed locale files covering Chinese, Japanese, Korean, Arabic, French, German, and many more + - Download utilities — tracker list management, cURL command parsing, and other protocol-level helpers + + What we rebuilt + Motrix Next is not a fork — it is a complete rewrite. Every other layer of the application has been redesigned and reimplemented from scratch: + | Layer | Motrix (Legacy) | Motrix Next | + | ------------ | ----------------------- | ------------------------------- | + | Runtime | Electron | Tauri 2 (Rust) | + | Frontend | Vue 2 + Vuex | Vue 3 Composition API + Pinia | + | UI Framework | Element UI | Naive UI | + | Language | JavaScript | TypeScript + Rust | + | Styling | SCSS + Element theme | Vanilla CSS + custom properties | + | Engine Mgmt | Node.js `child_process` | Tauri sidecar | + | Build System | electron-builder | Vite + Cargo | + | Bundle Size | ~80 MB | ~20 MB | + | Auto-Update | electron-updater | Tauri updater plugin | + + Design & Motion + The overall UI layout stays true to Motrix's original design — the sidebar navigation, task list, and preference panels all follow the familiar structure that made Motrix intuitive from day one. + What changed is everything underneath. Every transition and micro-interaction has been carefully tuned to follow Material Design 3 motion guidelines: + - Asymmetric timing — enter animations are slightly longer than exits, giving new content time to land while dismissed content leaves quickly + - Emphasized easing curves — decelerate on enter (cubic-bezier(0.2, 0, 0, 1)), accelerate on exit (cubic-bezier(0.3, 0, 0.8, 0.15)), replacing generic ease curves throughout the codebase + - Spring-based modals — dialogs use physically-modeled spring animations for a natural, responsive feel + - Consistent motion tokens — all durations and curves are defined as CSS custom properties, ensuring a unified rhythm across 12+ components +Tags: +- download +- downloader +ReleaseNotes: |- + What's Changed + Motrix Next 3.9.4 promotes the 3.9.4 beta cycle to stable. This release refreshes bundled engine binaries, improves task detail readability and copy actions, expands link handling for magnet and ED2K workflows, polishes responsive navigation and text wrapping, updates browser extension documentation, and refines network preference controls. + ✨ New Features + - Task Detail copy actions — Added copyable values for task metadata and reusable render functions for long text fields. + - Magnet and ED2K lifecycle support — Added task lifecycle handling for magnet and ED2K links. + - History cleanup for deleted tasks — Deleted tasks can now remove matching history records. + - User-Agent management — Added user-agent management and improved related network preference controls. + - Browser extension documentation — Added the Firefox Add-ons link for the Motrix Next extension. + 🛠 Improvements + - Engine binaries — Updated bundled binaries for supported architectures. + - Task Detail readability — Long task names, URLs, tracker values, and copyable metadata now render more clearly. + - Deletion messaging — Refined localized task deletion text for clarity and consistency. + - Text wrapping — Improved URI input wrapping and task name multiline display. + - Navigation layout — Improved sub-navigation responsiveness. + - Disk allocation default — Changed the default file allocation method to trunc. + - Proxy controls — Improved proxy button styling in network preferences. +ReleaseNotesUrl: https://github.com/AnInsomniacy/motrix-next/releases/tag/v3.9.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.zh-CN.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.zh-CN.yaml index 5c795cc379cf..0a93263f9d2e 100644 --- a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.zh-CN.yaml +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.zh-CN.yaml @@ -1,43 +1,43 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: AnInsomniacy.MotrixNext -PackageVersion: 3.9.4 -PackageLocale: zh-CN -ShortDescription: 一款功能齐全的下载管理器——从零开始重新打造 -Description: |- - Motrix(由 agalwood 开发)曾是最优秀的开源下载管理器之一:界面简洁、基于 aria2 引擎、跨平台支持。它启发了成千上万的用户与开发者。 - 然而,自 2023 年以来,原项目已基本处于非活跃状态。其 Electron + Vue 2 + Vuex + Element UI 技术栈积累了大量技术债务,导致在现代平台上进行维护、扩展或打包变得愈发困难。 - - 我们保留的内容 - 我们深深感激原 Motrix 项目及其社区。以下内容被悉心采纳,并继续作为 Motrix Next 部分功能的基础: - - Aria2 错误码系统与 RPC 客户端:用于 aria2 引擎的错误处理规范及 JSON-RPC 通信层 - - 国际化:25 多个由社区贡献的语言包,涵盖中文、日文、韩文、阿拉伯文、法文、德文等多种语言 - - 下载工具:追踪器列表管理、cURL 命令解析及其他协议级辅助功能 - - 我们重构的内容 - Motrix Next 并非分支项目,而是一次彻底的重写。应用的每一其他层级均从零开始重新设计与实现: - | 层级 | Motrix(旧版) | Motrix Next | - | -------- | ----------------------- | ----------------------------- | - | 运行时 | Electron | Tauri 2(Rust) | - | 前端框架 | Vue 2 + Vuex | Vue 3 Composition API + Pinia | - | UI 框架 | Element UI | Naive UI | - | 编程语言 | JavaScript | TypeScript + Rust | - | 样式方案 | SCSS + Element 主题 | 原生 CSS + 自定义属性 | - | 引擎管理 | Node.js `child_process` | Tauri 侧车(sidecar) | - | 构建系统 | electron-builder | Vite + Cargo | - | 打包体积 | ~80 MB | ~20 MB | - | 自动更新 | electron-updater | Tauri 更新插件 | - - 设计与动效 - 整体 UI 布局忠实延续了 Motrix 的原始设计——侧边栏导航、任务列表及偏好设置面板均沿用那套自诞生之初便直观易用的熟悉结构。 - 真正改变的是其下所有底层实现。每一处转场与微交互均经过精心调校,严格遵循 Material Design 3 的动效指南: - - 非对称时序:进入动画略长于退出动画,使新内容有足够时间“落地”,而 dismissed 内容则快速离场 - - 强调缓动曲线:进入时减速(cubic-bezier(0.2, 0, 0, 1)),退出时加速(cubic-bezier(0.3, 0, 0.8, 0.15)),全面替代代码库中通用的 ease 曲线 - - 基于弹簧的模态框:对话框采用物理建模的弹簧动画,带来自然且响应灵敏的交互感受 - - 统一的动效令牌:所有持续时间与缓动曲线均定义为 CSS 自定义属性,确保 across 12+ 组件间节奏一致 -Tags: -- 下载 -- 下载器 -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AnInsomniacy.MotrixNext +PackageVersion: 3.9.4 +PackageLocale: zh-CN +ShortDescription: 一款功能齐全的下载管理器——从零开始重新打造 +Description: |- + Motrix(由 agalwood 开发)曾是最优秀的开源下载管理器之一:界面简洁、基于 aria2 引擎、跨平台支持。它启发了成千上万的用户与开发者。 + 然而,自 2023 年以来,原项目已基本处于非活跃状态。其 Electron + Vue 2 + Vuex + Element UI 技术栈积累了大量技术债务,导致在现代平台上进行维护、扩展或打包变得愈发困难。 + + 我们保留的内容 + 我们深深感激原 Motrix 项目及其社区。以下内容被悉心采纳,并继续作为 Motrix Next 部分功能的基础: + - Aria2 错误码系统与 RPC 客户端:用于 aria2 引擎的错误处理规范及 JSON-RPC 通信层 + - 国际化:25 多个由社区贡献的语言包,涵盖中文、日文、韩文、阿拉伯文、法文、德文等多种语言 + - 下载工具:追踪器列表管理、cURL 命令解析及其他协议级辅助功能 + + 我们重构的内容 + Motrix Next 并非分支项目,而是一次彻底的重写。应用的每一其他层级均从零开始重新设计与实现: + | 层级 | Motrix(旧版) | Motrix Next | + | -------- | ----------------------- | ----------------------------- | + | 运行时 | Electron | Tauri 2(Rust) | + | 前端框架 | Vue 2 + Vuex | Vue 3 Composition API + Pinia | + | UI 框架 | Element UI | Naive UI | + | 编程语言 | JavaScript | TypeScript + Rust | + | 样式方案 | SCSS + Element 主题 | 原生 CSS + 自定义属性 | + | 引擎管理 | Node.js `child_process` | Tauri 侧车(sidecar) | + | 构建系统 | electron-builder | Vite + Cargo | + | 打包体积 | ~80 MB | ~20 MB | + | 自动更新 | electron-updater | Tauri 更新插件 | + + 设计与动效 + 整体 UI 布局忠实延续了 Motrix 的原始设计——侧边栏导航、任务列表及偏好设置面板均沿用那套自诞生之初便直观易用的熟悉结构。 + 真正改变的是其下所有底层实现。每一处转场与微交互均经过精心调校,严格遵循 Material Design 3 的动效指南: + - 非对称时序:进入动画略长于退出动画,使新内容有足够时间“落地”,而 dismissed 内容则快速离场 + - 强调缓动曲线:进入时减速(cubic-bezier(0.2, 0, 0, 1)),退出时加速(cubic-bezier(0.3, 0, 0.8, 0.15)),全面替代代码库中通用的 ease 曲线 + - 基于弹簧的模态框:对话框采用物理建模的弹簧动画,带来自然且响应灵敏的交互感受 + - 统一的动效令牌:所有持续时间与缓动曲线均定义为 CSS 自定义属性,确保 across 12+ 组件间节奏一致 +Tags: +- 下载 +- 下载器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.yaml index 43fdcf1f4998..975b3e1169f1 100644 --- a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.yaml +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.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: AnInsomniacy.MotrixNext -PackageVersion: 3.9.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AnInsomniacy.MotrixNext +PackageVersion: 3.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml b/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml index ebfd38190ff6..e97df4734dfd 100644 --- a/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml +++ b/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml @@ -9,14 +9,14 @@ ProductCode: granatier Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-903-windows-cl-msvc2022-x86_64.exe - InstallerSha256: CCAB57F136DED761765D4201808FFFC2AF5A9512A67503CE655444EF17392A30 + InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-909-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 82BE2873E861333951105ED44EF3CC6412F6B1FE7967D0C603C56A37EB2DC034 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-903-windows-cl-msvc2022-x86_64.exe - InstallerSha256: CCAB57F136DED761765D4201808FFFC2AF5A9512A67503CE655444EF17392A30 + InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-909-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 82BE2873E861333951105ED44EF3CC6412F6B1FE7967D0C603C56A37EB2DC034 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml b/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml index 02b111a46413..85e68a56ce97 100644 --- a/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml +++ b/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml @@ -9,14 +9,14 @@ ProductCode: killbots Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-932-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8F440D9E35C10FBF804B40753F9C69785F13FD8623DD8943B7F034180D593D78 + InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-938-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 30ACB8485953A4995E3112308B20E6C671CB6A16348A67EDF3FA72126F900CD4 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-932-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8F440D9E35C10FBF804B40753F9C69785F13FD8623DD8943B7F034180D593D78 + InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-938-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 30ACB8485953A4995E3112308B20E6C671CB6A16348A67EDF3FA72126F900CD4 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kiriki/master/KDE.Kiriki.installer.yaml b/manifests/k/KDE/Kiriki/master/KDE.Kiriki.installer.yaml index 823c75878b0d..1aae935c616f 100644 --- a/manifests/k/KDE/Kiriki/master/KDE.Kiriki.installer.yaml +++ b/manifests/k/KDE/Kiriki/master/KDE.Kiriki.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kiriki Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kiriki/master/windows/kiriki-master-809-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 501BDE9C05A31A964B304176B6436B8497864EDB81EE43C552B4820CB50A485C + InstallerUrl: https://cdn.kde.org/ci-builds/games/kiriki/master/windows/kiriki-master-815-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E578CEABFFE97BB987D316E4E869B28249EF149FC12720EDF73D486F1ACC0461 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kiriki/master/windows/kiriki-master-809-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 501BDE9C05A31A964B304176B6436B8497864EDB81EE43C552B4820CB50A485C + InstallerUrl: https://cdn.kde.org/ci-builds/games/kiriki/master/windows/kiriki-master-815-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E578CEABFFE97BB987D316E4E869B28249EF149FC12720EDF73D486F1ACC0461 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml b/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml index d3305dfa8d8c..8920bc0c7e18 100644 --- a/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml +++ b/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml @@ -9,14 +9,14 @@ ProductCode: minuet Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1098-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 00FCEC8AEC00A428CE76850AEA29B8E19F956C64B9583C6803111D4205A0208E + InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1103-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 05E7B980B27E678B27FD1FAD69EFD1040D96CEF79B173A6DEF9B2365B6F78937 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1098-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 00FCEC8AEC00A428CE76850AEA29B8E19F956C64B9583C6803111D4205A0208E + InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1103-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 05E7B980B27E678B27FD1FAD69EFD1040D96CEF79B173A6DEF9B2365B6F78937 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml index 1cdd93b78168..89ab301f4756 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jun/07 +# Automatically updated by the winget bot at 2026/Jun/08 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly @@ -17,6 +17,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.msi - InstallerSha256: 06FF5F5E78099344826C64FB8FF8E74AAE67D82E3C4686C67A2F7C98D66EA4E2 + InstallerSha256: A310A573CDCF5F2FE764EE208E1B53431F6CC952773E66B3BA4E650EB25EE7C5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml index 2ed5a3c0298e..0c06f12149df 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jun/07 +# Automatically updated by the winget bot at 2026/Jun/08 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml index 6dee4ab4b3d3..d5bb38a73e54 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jun/07 +# Automatically updated by the winget bot at 2026/Jun/08 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly diff --git a/manifests/w/wez/wezterm/nightly/20260607-082427-8afe0ad3/wez.wezterm.nightly.installer.yaml b/manifests/w/wez/wezterm/nightly/20260607-082427-8afe0ad3/wez.wezterm.nightly.installer.yaml new file mode 100644 index 000000000000..85c229da318c --- /dev/null +++ b/manifests/w/wez/wezterm/nightly/20260607-082427-8afe0ad3/wez.wezterm.nightly.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/Jun/08 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wez.wezterm.nightly +PackageVersion: 20260607-082427-8afe0ad3 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' +ReleaseDate: 2026-04-30 +AppsAndFeaturesEntries: +- ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\WezTerm' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wezterm/wezterm/releases/download/nightly/WezTerm-nightly-setup.exe + InstallerSha256: 372B208200AA543F783A4AF7322C9487150065F6410E296DA6FDA6AEF8F83575 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260607-082427-8afe0ad3/wez.wezterm.nightly.locale.en-US.yaml b/manifests/w/wez/wezterm/nightly/20260607-082427-8afe0ad3/wez.wezterm.nightly.locale.en-US.yaml new file mode 100644 index 000000000000..f3616c0ee6bb --- /dev/null +++ b/manifests/w/wez/wezterm/nightly/20260607-082427-8afe0ad3/wez.wezterm.nightly.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/Jun/08 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wez.wezterm.nightly +PackageVersion: 20260607-082427-8afe0ad3 +PackageLocale: en-US +Publisher: Wez Furlong +PublisherUrl: https://github.com/wezterm +PublisherSupportUrl: https://github.com/wezterm/wezterm/issues +Author: Wez Furlong +PackageName: WezTerm +PackageUrl: https://github.com/wezterm/wezterm +License: MIT +LicenseUrl: https://github.com/wezterm/wezterm/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2018-Present Wez Furlong +CopyrightUrl: https://github.com/wezterm/wezterm/blob/main/LICENSE.md +ShortDescription: | + A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust +Tags: +- rust +- serial +- serial-port +- terminal +- terminal-emulator +- terminal-emulators +ReleaseNotes: |- + Ignore the sources associated with this release: it's just the readme. + This release holds builds generated by the nightly build process that runs in the CI/CD environment. + These builds may be unstable or unusable; they are simply a build of whatever is in master at the time that the nightly build runs. +ReleaseNotesUrl: https://github.com/wezterm/wezterm/releases/tag/nightly +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260607-082427-8afe0ad3/wez.wezterm.nightly.yaml b/manifests/w/wez/wezterm/nightly/20260607-082427-8afe0ad3/wez.wezterm.nightly.yaml new file mode 100644 index 000000000000..db5d8bbf505a --- /dev/null +++ b/manifests/w/wez/wezterm/nightly/20260607-082427-8afe0ad3/wez.wezterm.nightly.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/08 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: wez.wezterm.nightly +PackageVersion: 20260607-082427-8afe0ad3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0