diff --git a/.github/policies/labelAdded.manualValidationCompleted.yml b/.github/policies/labelAdded.manualValidationCompleted.yml new file mode 100644 index 0000000000000..6631d6b4e3ffe --- /dev/null +++ b/.github/policies/labelAdded.manualValidationCompleted.yml @@ -0,0 +1,37 @@ +id: labelAdded.manualValidationCompleted +name: GitOps.PullRequestIssueManagement +description: Handlers when "Manual-Validation-Completed" label is added +owner: +resource: repository +disabled: false +where: +configuration: + resourceManagementConfiguration: + eventResponderTasks: + - description: >- + When the label "Manual-Validation-Completed" is added to a pull request + * Add the PR specific reply notifying the issue author + * Remove the Internal-Error-Dynamic-Scan label + * Remove the Validation-No-Executables label + * Remove the Validation-Executable-Error label + if: + - payloadType: Pull_Request + - labelAdded: + label: Manual-Validation-Completed + then: + - addReply: + reply: >- + This pull request has been marked as "Manual-Validation-Completed". + A microsoft employee still needs to review and approve the changes before it can be merged. + + Template: msftbot/microsoft/mvpValidated + - removeLabel: + label: Internal-Error-Dynamic-Scan + - removeLabel: + label: Validation-No-Executables + - removeLabel: + label: Validation-Executable-Error + # The policy service should trigger even when the label was added by the policy service + triggerOnOwnActions: true +onFailure: +onSuccess: diff --git a/.github/policies/microsoftMVPTriggers.yml b/.github/policies/microsoftMVPTriggers.yml new file mode 100644 index 0000000000000..083502bbf12a0 --- /dev/null +++ b/.github/policies/microsoftMVPTriggers.yml @@ -0,0 +1,38 @@ +id: microsoftMVPTriggers +name: GitOps.PullRequestIssueManagement +description: Defines the users and permissions available to Microsoft MVPs +owner: +resource: repository +disabled: false +where: +configuration: + resourceManagementConfiguration: + eventResponderTasks: + - if: + # If the activity sender is a microsoft MVP and not the issue author + - or: + - isActivitySender: + user: Trenly + issueAuthor: False + - isActivitySender: + user: mdanish-kh + issueAuthor: False + then: + # If the payload is an issue_Comment or a Pull_Request_Review_Comment + - if: + - or: + - payloadType: Issue_Comment + - payloadType: Pull_Request_Review_Comment + # Remove the Needs-Triage label + # Take different actions based on the comment pattern + then: + # Manual-Validation-Completed + - if: + - commentContains: + pattern: '\[[Pp]olicy\]\s+[mM]anual[\s-][vV]alidation[\s-][cC]ompleted' + isRegex: True + then: + - addLabel: + label: Manual-Validation-Completed +onFailure: +onSuccess: diff --git a/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.installer.yaml b/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.installer.yaml new file mode 100644 index 0000000000000..020ee54df5e6b --- /dev/null +++ b/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Amazon.SSMAgent +PackageVersion: 3.3.3572.0 +InstallerType: burn +Scope: machine +UpgradeBehavior: install +ProductCode: '{7fe818cc-b366-4a93-9787-ea3232bef713}' +AppsAndFeaturesEntries: +- UpgradeCode: '{D66D03A7-CA16-4C0C-B5B2-520F22AE5448}' +Installers: +- Architecture: x64 + InstallerUrl: https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.3.3572.0/windows_amd64/AmazonSSMAgentSetup.exe + InstallerSha256: CE888957FB7F52C4D79073B35C2351557B75DDE8B21DFC7CF2A3D58D1ADA42FD +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.locale.en-US.yaml b/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.locale.en-US.yaml new file mode 100644 index 0000000000000..8b03e068917ec --- /dev/null +++ b/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Amazon.SSMAgent +PackageVersion: 3.3.3572.0 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://aws.amazon.com/ +PublisherSupportUrl: https://github.com/aws/amazon-ssm-agent/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: Amazon SSM Agent +PackageUrl: https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent-windows.html +License: Apache-2.0 +LicenseUrl: https://github.com/aws/amazon-ssm-agent/blob/HEAD/LICENSE +Copyright: Copyright 2015-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved. +ShortDescription: An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs). +Description: |- + AWS Systems Manager Agent (SSM Agent) is Amazon software that runs on Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, on-premises servers, and virtual machines (VMs). SSM Agent makes it possible for Systems Manager to update, manage, and configure these resources. The agent processes requests from the Systems Manager service in the AWS Cloud, and then runs them as specified in the request. SSM Agent then sends status and execution information back to the Systems Manager service by using the Amazon Message Gateway Service (ssmmessages). (In AWS Regions launched before 2024, status and execution information might also be sent back by the Amazon Message Delivery Service (service prefix: ec2messages).) + If you monitor traffic, you will see that your managed nodes communicate with ssmmessages.* endpoints and possibly ec2messages.* endpoints. For more information, see Reference: ec2messages, ssmmessages, and other API operations. For information about porting SSM Agent logs to Amazon CloudWatch Logs, see Logging and monitoring in AWS Systems Manager. +Tags: +- aws +ReleaseNotesUrl: https://github.com/aws/amazon-ssm-agent/releases/tag/v3.3.3050.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.locale.zh-CN.yaml b/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.locale.zh-CN.yaml new file mode 100644 index 0000000000000..18ae1c2e6aece --- /dev/null +++ b/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.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.10.0.schema.json + +PackageIdentifier: Amazon.SSMAgent +PackageVersion: 3.3.3572.0 +PackageLocale: zh-CN +PublisherUrl: https://aws.amazon.com/cn/ +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +PackageUrl: https://docs.aws.amazon.com/zh_cn/systems-manager/latest/userguide/ssm-agent-windows.html +ShortDescription: 一个用于远程管理和配置 Amazon EC2 实例、本地服务器和虚拟机的代理 +Description: |- + AWS Systems Manager Agent(SSM Agent)是一款 Amazon 软件,可在 Amazon Elastic Compute Cloud(Amazon EC2)实例、边缘设备、本地服务器和虚拟机(VM)上运行。SSM Agent 使 Systems Manager 可以更新、管理和配置这些资源。代理在 AWS Cloud 中处理来自 Systems Manager 服务的请求,然后按照请求中指定的方式运行它们。SSM Agent 之后使用 Amazon Message Gateway Service(ssmmessages)将状态和执行信息发送回 Systems Manager 服务。(在 2024 年之前推出的 AWS 区域 中,状态和执行信息也可能通过 Amazon Message Delivery Service(服务前缀:ec2messages)发回。) + 如果您监控流量,则会发现托管式节点与 ssmmessages.* 端点以及可能与 ec2messages.* 端点进行通信。有关更多信息,请参阅 参考:ec2messages、ssmmessages 和其他 API 操作。有关将 SSM Agent 日志移植到 Amazon CloudWatch Logs 的更多信息,请参阅 AWS Systems Manager 中的日志记录和监控。 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.yaml b/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.yaml new file mode 100644 index 0000000000000..acdff467526c0 --- /dev/null +++ b/manifests/a/Amazon/SSMAgent/3.3.3572.0/Amazon.SSMAgent.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Amazon.SSMAgent +PackageVersion: 3.3.3572.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.installer.yaml b/manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.installer.yaml similarity index 81% rename from manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.installer.yaml rename to manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.installer.yaml index 19c528db326ed..fde2f46a2ba99 100644 --- a/manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.installer.yaml +++ b/manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.installer.yaml @@ -2,14 +2,14 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Argente.Utilities -PackageVersion: 3.0.4.3 -ReleaseDate: 2025-12-22 +PackageVersion: 3.0.4.4 +ReleaseDate: 2025-12-26 Installers: - Architecture: x86 InstallerType: inno Scope: machine InstallerUrl: https://argenteutilities.com/en/download/utilitiesx86 - InstallerSha256: 95A67BF813EDB72EE4D25D59D2CB91CD89AB0CCEBDFFD9F94D71F248BC38F1B2 + InstallerSha256: 1398059DF43AB084561DFA809663D96B0CF73779F29A5694940B3CF307D42237 InstallModes: - interactive - silent @@ -24,7 +24,7 @@ Installers: InstallerType: inno Scope: machine InstallerUrl: https://argenteutilities.com/en/download/utilitiesx64 - InstallerSha256: 350EC31936CAC864B3D5900E2F5FD38C5927113485492D8D0A4441229FC546DF + InstallerSha256: 38FEAC5157614DFC06C6757AE7C2024898BC0304674D999CE2F35507418B01BC InstallModes: - interactive - silent @@ -39,7 +39,7 @@ Installers: InstallerType: inno Scope: machine InstallerUrl: https://argenteutilities.com/en/download/utilitiesarm64 - InstallerSha256: B443C585574C1971D3A51AE0A878B24BC6335DCD271AF4D56AB0984A4A89F52A + InstallerSha256: 8614BBAB2D3826A320C0C1F7F68842E04E51EC54C8FCDF78531C0045C7098675 InstallModes: - interactive - silent @@ -56,7 +56,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: Argente.Utilities.X86\Argente.Utilities.exe InstallerUrl: https://argenteutilities.com/en/download/utilitiesx86portable - InstallerSha256: 9EAED2C3A0734A32345AE05CB76DD03EAC89ACAE6E4AE01E9FB7CE98C4698968 + InstallerSha256: 9A8F7BC5DCFAC36214FE7CE2FF321A8314D625757C8C615E78838E60FDA8598D UpgradeBehavior: uninstallPrevious ArchiveBinariesDependOnPath: true - Architecture: x64 @@ -65,7 +65,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: Argente.Utilities.X64\Argente.Utilities.exe InstallerUrl: https://argenteutilities.com/en/download/utilitiesx64portable - InstallerSha256: BD52B2AE5AE0455D66E902424E4080FE67395729C0D049DB923BA65C17ADC2B8 + InstallerSha256: F12083BCC599027484DD0136351B82ED920EEA01CA929285EB65D609BE4CFFCD UpgradeBehavior: uninstallPrevious ArchiveBinariesDependOnPath: true - Architecture: arm64 @@ -74,7 +74,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: Argente.Utilities.Arm64\Argente.Utilities.exe InstallerUrl: https://argenteutilities.com/en/download/utilitiesarm64portable - InstallerSha256: 7B77F2ED9B24D16D7B8C3E7D6551E68E5A0486B13B286985B3C7515BC402B342 + InstallerSha256: 12896230525E2D2E4DA928AD1258DEC3979E72B0581728BAEDEA004ECD75CAE2 UpgradeBehavior: uninstallPrevious ArchiveBinariesDependOnPath: true ManifestType: installer diff --git a/manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.locale.en-US.yaml b/manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.locale.en-US.yaml similarity index 68% rename from manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.locale.en-US.yaml rename to manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.locale.en-US.yaml index 0bdf865b8c780..1053f70093b67 100644 --- a/manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.locale.en-US.yaml +++ b/manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Argente.Utilities -PackageVersion: 3.0.4.3 +PackageVersion: 3.0.4.4 PackageLocale: en-US Publisher: Raúl Argente PublisherUrl: https://argenteutilities.com/ @@ -16,14 +16,13 @@ Copyright: Copyright © 2008 - 2025 Raúl Argente CopyrightUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal ShortDescription: The choice of more than 13.000.000 users, protects your privacy, fix mistakes and make your device faster and safe ReleaseNotes: |- - New version of Argente Utilities. Version 3.0.4.3 introduces significant improvements in security, speed, and stability. The application is under continuous development. - - New: [General] added a message when there are no more elements to exclude - - Improved: [General] internal license management system - - Improved: [General] internal code - - Improved: [Software Updater] internal update checking system - - Fixed: [Software Updater] duplicate process issue in rare cases - - Fixed: [General] icon loading issue in rare cases - - Fixed: [General] other internal issues + New version of Argente Utilities. Version 3.0.4.4 introduces significant improvements in security, speed, and stability. The application is under continuous development. + - New: [Duplicate Finder] property to display and filter by file types + - New: [Uninstall Manager] more applications added to the protected section + - Improved: [General] item selection in lists + - Improved: [Uninstall Manager] internal filtering system + - Improved: [Duplicate Finder] disabled state for unselected items + - Fixed: [General] other internal errors ReleaseNotesUrl: https://argenteutilities.com/en/blog ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.locale.zh-CN.yaml b/manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.locale.zh-CN.yaml similarity index 94% rename from manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.locale.zh-CN.yaml rename to manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.locale.zh-CN.yaml index a9f60c087e1e9..90a65b79d1cae 100644 --- a/manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.locale.zh-CN.yaml +++ b/manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: Argente.Utilities -PackageVersion: 3.0.4.3 +PackageVersion: 3.0.4.4 PackageLocale: zh-CN License: 专有软件 ShortDescription: 超过 13,000,000 用户的选择,保护您的隐私,修正错误,让设备运行更快更安全 diff --git a/manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.yaml b/manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.yaml similarity index 90% rename from manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.yaml rename to manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.yaml index 6cf61692adbe1..d5e4531398f97 100644 --- a/manifests/a/Argente/Utilities/3.0.4.3/Argente.Utilities.yaml +++ b/manifests/a/Argente/Utilities/3.0.4.4/Argente.Utilities.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Argente.Utilities -PackageVersion: 3.0.4.3 +PackageVersion: 3.0.4.4 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/13/Lite/.validation b/manifests/b/BellSoft/LibericaJDK/13/Lite/.validation new file mode 100644 index 0000000000000..117a6aefb2a0d --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/13/Lite/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"5e44534c-ca95-4579-908d-170083a026cf","TestPlan":"Validation-Domain","PackagePath":"manifests/b/BellSoft/LibericaJDK/13/Lite/13.0.2+9","CommitId":"946ace8c2b286e59535df644f8f38c98bce8842c"}],"StandardInstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/b/BellSoft/LibericaJDK/13/Lite/13.0.2+9/BellSoft.LibericaJDK.13.Lite.installer.yaml b/manifests/b/BellSoft/LibericaJDK/13/Lite/13.0.2+9/BellSoft.LibericaJDK.13.Lite.installer.yaml new file mode 100644 index 0000000000000..22f51eb57ea18 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/13/Lite/13.0.2+9/BellSoft.LibericaJDK.13.Lite.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.13.Lite +PackageVersion: 13.0.2+9 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2020-02-25 +Installers: +- Architecture: x86 + InstallerUrl: https://download.bell-sw.com/java/13.0.2+9/bellsoft-jdk13.0.2+9-windows-i586-lite.msi + InstallerSha256: 829866610B0B395D90511083AEC7F1B53E4D184B9E2F42A05C5A299272AC92A4 + ProductCode: '{C6D94EEA-E4A7-4CF4-BE95-B73C6C9508B9}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 13 Lite (32-bit) + DisplayVersion: 13.0.2.9 + ProductCode: '{C6D94EEA-E4A7-4CF4-BE95-B73C6C9508B9}' + UpgradeCode: '{5AB7D0FE-EE8D-4B94-A53C-4EAA0EC96C58}' +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/13.0.2+9/bellsoft-jdk13.0.2+9-windows-amd64-lite.msi + InstallerSha256: E189F12A7CA2ECD8F53158213B607C1E89A07FA5DB92464F1814E93197AFCA4C + ProductCode: '{6D6D8E41-7D7A-4306-8DC9-FB8FD1CADA2F}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 13 Lite (64-bit) + DisplayVersion: 13.0.2.9 + ProductCode: '{6D6D8E41-7D7A-4306-8DC9-FB8FD1CADA2F}' + UpgradeCode: '{B2353C13-2B42-4605-9A32-5ED3F335EE79}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/13/Lite/13.0.2+9/BellSoft.LibericaJDK.13.Lite.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJDK/13/Lite/13.0.2+9/BellSoft.LibericaJDK.13.Lite.locale.en-US.yaml new file mode 100644 index 0000000000000..892262f8743b3 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/13/Lite/13.0.2+9/BellSoft.LibericaJDK.13.Lite.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.13.Lite +PackageVersion: 13.0.2+9 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com +PackageName: Liberica JDK 13 Lite +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_eula/ +Copyright: Copyright (c) BellSoft Corporation +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: > + Liberica JDK is available on a variety of platforms. It is built from OpenJDK which BellSoft contributes to and is thoroughly tested. + Liberica JDK is compatible with the Java SE standard as confirmed by the JCK provided under the license from OpenJDK. Support options are available from BellSoft. +Tags: +- hotspot +- java +- liberica +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/13/Lite/13.0.2+9/BellSoft.LibericaJDK.13.Lite.yaml b/manifests/b/BellSoft/LibericaJDK/13/Lite/13.0.2+9/BellSoft.LibericaJDK.13.Lite.yaml new file mode 100644 index 0000000000000..e7fe6c8a4ad58 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/13/Lite/13.0.2+9/BellSoft.LibericaJDK.13.Lite.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.13.Lite +PackageVersion: 13.0.2+9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/15/Lite/15.0.2+10/BellSoft.LibericaJDK.15.Lite.installer.yaml b/manifests/b/BellSoft/LibericaJDK/15/Lite/15.0.2+10/BellSoft.LibericaJDK.15.Lite.installer.yaml new file mode 100644 index 0000000000000..9c6fedb1755ac --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/15/Lite/15.0.2+10/BellSoft.LibericaJDK.15.Lite.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.15.Lite +PackageVersion: 15.0.2+10 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2021-01-21 +Installers: +- Architecture: x86 + InstallerUrl: https://download.bell-sw.com/java/15.0.2+10/bellsoft-jdk15.0.2+10-windows-i586-lite.msi + InstallerSha256: 54724CFBA4937219226004C55086185F8FE681B0549AE368DA5E22FB01B04422 + ProductCode: '{A85CE0D6-A912-4C6C-9A8A-C6F301F22ACD}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 15 Lite (32-bit) + DisplayVersion: 15.0.2.10 + UpgradeCode: '{E9DE9971-2E5E-41D9-8ECB-59E06BE3FF66}' +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/15.0.2+10/bellsoft-jdk15.0.2+10-windows-amd64-lite.msi + InstallerSha256: BC5CD0AA43DD2ECD8AED6B15917A927F62A2283214ACE63CD40466EE010F1360 + ProductCode: '{1723024F-DDCC-4B1B-9F31-32EBB090030E}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 15 Lite (64-bit) + DisplayVersion: 15.0.2.10 + UpgradeCode: '{4F3259FD-2151-4FCB-9082-8057E7333EDD}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/15/Lite/15.0.2+10/BellSoft.LibericaJDK.15.Lite.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJDK/15/Lite/15.0.2+10/BellSoft.LibericaJDK.15.Lite.locale.en-US.yaml new file mode 100644 index 0000000000000..753b4f4565057 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/15/Lite/15.0.2+10/BellSoft.LibericaJDK.15.Lite.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.15.Lite +PackageVersion: 15.0.2+10 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica JDK 15 Lite +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL-2.0 +LicenseUrl: https://bell-sw.com/liberica_eula/ +Copyright: Copyright (c) BellSoft Corporation +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: > + Liberica JDK is available on a variety of platforms. It is built from OpenJDK which BellSoft contributes to and is thoroughly tested. + Liberica JDK is compatible with the Java SE standard as confirmed by the JCK provided under the license from OpenJDK. Support options are available from BellSoft. +Tags: +- hotspot +- java +- liberica +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/15/Lite/15.0.2+10/BellSoft.LibericaJDK.15.Lite.yaml b/manifests/b/BellSoft/LibericaJDK/15/Lite/15.0.2+10/BellSoft.LibericaJDK.15.Lite.yaml new file mode 100644 index 0000000000000..89e6185c11d3f --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/15/Lite/15.0.2+10/BellSoft.LibericaJDK.15.Lite.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.15.Lite +PackageVersion: 15.0.2+10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/Bitfocus/Companion/4.2.2/Bitfocus.Companion.installer.yaml b/manifests/b/Bitfocus/Companion/4.2.2/Bitfocus.Companion.installer.yaml new file mode 100644 index 0000000000000..ab50cd71a3220 --- /dev/null +++ b/manifests/b/Bitfocus/Companion/4.2.2/Bitfocus.Companion.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Bitfocus.Companion +PackageVersion: 4.2.2 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://s4.bitfocus.io/builds/companion/companion-win64-4.2.2+8755-stable-6b5530ac3d.exe + InstallerSha256: C31DDCB1067350A9CE3C5A60CBDEBC370250D9EB8E19942EB6BD4D9001F68F6A +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/Bitfocus/Companion/4.2.2/Bitfocus.Companion.locale.en-US.yaml b/manifests/b/Bitfocus/Companion/4.2.2/Bitfocus.Companion.locale.en-US.yaml new file mode 100644 index 0000000000000..89fe565b691ab --- /dev/null +++ b/manifests/b/Bitfocus/Companion/4.2.2/Bitfocus.Companion.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Bitfocus.Companion +PackageVersion: 4.2.2 +PackageLocale: en-US +Publisher: Bitfocus +PackageName: Companion +License: MIT Licence +Copyright: Copyright © 2025 Companion +ShortDescription: Companion elevates the affordable Elgato Stream Deck and similar devices into professional control surfaces for an extensive range of equipment and applications. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/Bitfocus/Companion/4.2.2/Bitfocus.Companion.yaml b/manifests/b/Bitfocus/Companion/4.2.2/Bitfocus.Companion.yaml new file mode 100644 index 0000000000000..9223ea919587e --- /dev/null +++ b/manifests/b/Bitfocus/Companion/4.2.2/Bitfocus.Companion.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Bitfocus.Companion +PackageVersion: 4.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/Brave/Brave/Nightly/144.1.87.123/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/144.1.87.123/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..ca8b774a95262 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/144.1.87.123/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.10.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 144.1.87.123 +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.87.123/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: 0DF225FFEE17B9F820D2D5DCF37B7F08CCB0A9D8D905111BC78EE92942360B00 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.123/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: C55E412E916B82DB6735DF07690D3F02D3AB494C0728CFDEE2677DEFB8A01674 + 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.87.123/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: FB6FE33733A3CEAA72279299DF2E6AE29567AA313B81FCEB5410B42BD6E0AD8F + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.123/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: 174818B2014B9025FC5C56EF311A827D887DC3A4CB7E7DA5334BA0B12C77EB4A + 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.87.123/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: 6B550CC4D5DDCB868752F931C08625E18BD297934F11421808B572A38C9BD964 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.123/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: F0D28EEF1AD5C8C9922847C72232C18655E038424D9635B8581A980020BC28D2 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/Brave/Brave/Nightly/144.1.87.123/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/144.1.87.123/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..c32e4c45f60bd --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/144.1.87.123/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.10.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 144.1.87.123 +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 © 2025 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.10.0 diff --git a/manifests/b/Brave/Brave/Nightly/144.1.87.123/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/144.1.87.123/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6438b79277765 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/144.1.87.123/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.10.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 144.1.87.123 +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: 版权所有2025 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.10.0 diff --git a/manifests/b/Brave/Brave/Nightly/144.1.87.123/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/144.1.87.123/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..c43bf74edffbf --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/144.1.87.123/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.10.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 144.1.87.123 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/CCExtractor/CCExtractor/0.96.3/CCExtractor.CCExtractor.installer.yaml b/manifests/c/CCExtractor/CCExtractor/0.96.3/CCExtractor.CCExtractor.installer.yaml new file mode 100644 index 0000000000000..0225c0c6a2bc3 --- /dev/null +++ b/manifests/c/CCExtractor/CCExtractor/0.96.3/CCExtractor.CCExtractor.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: CCExtractor.CCExtractor +PackageVersion: 0.96.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/CCExtractor/ccextractor/releases/download/v0.96.3/CCExtractor.0.96.3.msi + InstallerSha256: 76C6E34931E882DD6EA6A5EF50FECC0D13CE54CC417EC763A1AD1EB28E23E137 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/CCExtractor/CCExtractor/0.96.3/CCExtractor.CCExtractor.locale.en-US.yaml b/manifests/c/CCExtractor/CCExtractor/0.96.3/CCExtractor.CCExtractor.locale.en-US.yaml new file mode 100644 index 0000000000000..6d8381ac3fbf0 --- /dev/null +++ b/manifests/c/CCExtractor/CCExtractor/0.96.3/CCExtractor.CCExtractor.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: CCExtractor.CCExtractor +PackageVersion: 0.96.3 +PackageLocale: en-US +Publisher: CCExtractor Development +PublisherUrl: https://ccextractor.org/ +PublisherSupportUrl: https://github.com/CCExtractor/ccextractor/issues +Author: CCExtractor Development Team +PackageName: CCExtractor +PackageUrl: https://ccextractor.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/CCExtractor/ccextractor/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) CCExtractor Development +ShortDescription: A tool to extract subtitles from video files +Description: |- + CCExtractor is a tool that analyzes video files and produces independent subtitle files from the closed captions data. + + Key features: + - Extracts closed captions from various video formats (MPEG, H.264, MKV, MP4, etc.) + - Supports multiple input sources including DVDs, DVRs, and live TV captures + - Outputs to multiple formats (SRT, WebVTT, SAMI, transcript, etc.) + - OCR support for bitmap-based subtitles (DVB, teletext) + - Cross-platform (Windows, Linux, macOS) + - Includes a GUI for easy operation +Moniker: ccextractor +Tags: +- accessibility +- closed-captions +- dvb +- extraction +- media +- ocr +- srt +- subtitles +- teletext +- video +ReleaseNotes: |- + What's New in 0.96.3 + New Features + - VOBSUB subtitle extraction with OCR support for MP4 files + - VOBSUB subtitle extraction support for MKV/Matroska files + - Native SCC input support - CCExtractor can now read SCC (Scenarist Closed Caption) files + - Configurable frame rate (--scc-framerate) and styled PAC codes for SCC output + Bug Fixes + - Apply --delay option to DVB/bitmap subtitles (previously only worked with text-based subtitles) + - 200ms timing offset in MOV/MP4 caption extraction + - utf8proc include path for system library builds + - Use fixed-width integer types in MP4 bswap functions for better portability + - Guard ocr_text access with ENABLE_OCR preprocessor check + - Preserve FFmpeg libs when building with -system-libs -hardsubx + Build Improvements + - Add vobsub_decoder to Windows and autoconf build systems + - Add winget and Chocolatey packaging workflows for Windows distribution + Documentation + - Add VOBSUB extraction documentation and subtile-ocr Dockerfile + Full changelog: https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT +ReleaseNotesUrl: https://github.com/CCExtractor/ccextractor/releases/tag/v0.96.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/CCExtractor/CCExtractor/0.96.3/CCExtractor.CCExtractor.yaml b/manifests/c/CCExtractor/CCExtractor/0.96.3/CCExtractor.CCExtractor.yaml new file mode 100644 index 0000000000000..c05b7eb0bb704 --- /dev/null +++ b/manifests/c/CCExtractor/CCExtractor/0.96.3/CCExtractor.CCExtractor.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: CCExtractor.CCExtractor +PackageVersion: 0.96.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/Cloudfleet/CLI/0.8.8/Cloudfleet.CLI.installer.yaml b/manifests/c/Cloudfleet/CLI/0.8.8/Cloudfleet.CLI.installer.yaml new file mode 100644 index 0000000000000..019334bc143b6 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.8.8/Cloudfleet.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.8.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cloudfleet.exe +ReleaseDate: 2025-12-29 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.cloudfleet.ai/cli/0.8.8/cloudfleet_windows_amd64.zip + InstallerSha256: 2EB2296A8C06CE5412CF9A2D69CD9989D295477F463DF54D17324E8694642DB0 +- Architecture: arm64 + InstallerUrl: https://downloads.cloudfleet.ai/cli/0.8.8/cloudfleet_windows_arm64.zip + InstallerSha256: 35AEFE7EECE3A6F7D73EA944B208E21CA1A15A1EB07BFF25E9AEC40745D36F00 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Cloudfleet/CLI/0.8.8/Cloudfleet.CLI.locale.en-US.yaml b/manifests/c/Cloudfleet/CLI/0.8.8/Cloudfleet.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..1ea8f80de05e4 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.8.8/Cloudfleet.CLI.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.8.8 +PackageLocale: en-US +Publisher: Cloudfleet +PackageName: Cloudfleet CLI +License: MIT License +ShortDescription: Cloudfleet CLI enables users to manage their Cloudfleet accounts and Cloudfleet Kubernetes Engine clusters +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Cloudfleet/CLI/0.8.8/Cloudfleet.CLI.yaml b/manifests/c/Cloudfleet/CLI/0.8.8/Cloudfleet.CLI.yaml new file mode 100644 index 0000000000000..d5806fe91ceaf --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.8.8/Cloudfleet.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.8.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/ControlUp.ControlUpAgent.installer.yaml b/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/ControlUp.ControlUpAgent.installer.yaml new file mode 100644 index 0000000000000..ff7670b805b10 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/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.10.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgent +PackageVersion: 9.1.5.445 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +ProductCode: '{7B7D16D7-462C-4F1B-9B5A-7C627920E30A}' +AppsAndFeaturesEntries: +- UpgradeCode: '{42F448C8-835A-4EA0-BE1C-05136450B66B}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.controlup.com/agent/9.1.5.445/ControlUpAgent-net48-x64-9.1.5.445-signed.msi + InstallerSha256: 94CC4B00DE5C9B943186A481075B898F7549BCCD0E9DC76A99B1980EFD8B9DBA +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/ControlUp.ControlUpAgent.locale.en-US.yaml b/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/ControlUp.ControlUpAgent.locale.en-US.yaml new file mode 100644 index 0000000000000..fc49f3209d7fa --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/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.10.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgent +PackageVersion: 9.1.5.445 +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 © 2025 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.10.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/ControlUp.ControlUpAgent.locale.zh-CN.yaml b/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/ControlUp.ControlUpAgent.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1777101cb5fe0 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/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.10.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgent +PackageVersion: 9.1.5.445 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在您的机器上监控与管理物理和虚拟 Windows 设备 +Description: 在您的机器上安装 ControlUp 代理以监控与管理环境中物理和虚拟 Windows 设备。该代理可让您实时查看机器性能指标、用户会话、进程运行状态等丰富信息。任何安装了此代理的设备均被视为“受管机器”。 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/ControlUp.ControlUpAgent.yaml b/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/ControlUp.ControlUpAgent.yaml new file mode 100644 index 0000000000000..33a8b299fef65 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.1.5.445/ControlUp.ControlUpAgent.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgent +PackageVersion: 9.1.5.445 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/ControlUp.ControlUpAgentManager.installer.yaml b/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/ControlUp.ControlUpAgentManager.installer.yaml new file mode 100644 index 0000000000000..eb04e1e7ccbf7 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/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.10.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgentManager +PackageVersion: 9.1.5.445 +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: ControlUpAgent-RealTimeAgentManager-net8-x64-9.1.5.445-signed.msi +InstallerSwitches: + InstallLocation: APPDIR="" +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: ControlUpAgent 9.1.5.445 +AppsAndFeaturesEntries: +- InstallerType: exe +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.controlup.com/agent_manager/9.1.5.445/ControlUpAgent-RealTimeAgentManager-net8-x64-signed-9.1.5.445.zip + InstallerSha256: 77ADA36B7C1328E2B9AA075BA13D30285F6367EE4CA2849C8CE4D59E212E0F02 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/ControlUp.ControlUpAgentManager.locale.en-US.yaml b/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/ControlUp.ControlUpAgentManager.locale.en-US.yaml new file mode 100644 index 0000000000000..a02f685da6aee --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/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.10.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgentManager +PackageVersion: 9.1.5.445 +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 © 2025 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.10.0 diff --git a/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/ControlUp.ControlUpAgentManager.locale.zh-CN.yaml b/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/ControlUp.ControlUpAgentManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..56098d9965c5b --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/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.10.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgentManager +PackageVersion: 9.1.5.445 +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.10.0 diff --git a/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/ControlUp.ControlUpAgentManager.yaml b/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/ControlUp.ControlUpAgentManager.yaml new file mode 100644 index 0000000000000..941a6afd7aaf0 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgentManager/9.1.5.445/ControlUp.ControlUpAgentManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgentManager +PackageVersion: 9.1.5.445 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.14.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.14.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml new file mode 100644 index 0000000000000..79b22df551ad9 --- /dev/null +++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.14.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Datronicsoft.SpacedeskDriver.Server +PackageVersion: 2.2.14.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: REBOOT=ReallySuppress +UpgradeBehavior: install +ReleaseDate: 2025-12-29 +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.spacedesk.net/downloads/spacedesk_driver_Win_10_32_v2214.msi + InstallerSha256: F2000BE57DC827DBCEFFA794C75A463C2707AE29D46BCE0DBFFE90105EE5E78A + ProductCode: '{89B71A95-4751-4CE6-8F31-321D523D23A3}' + AppsAndFeaturesEntries: + - ProductCode: '{89B71A95-4751-4CE6-8F31-321D523D23A3}' + UpgradeCode: '{960B967D-8BE1-46CF-9BCB-1C57E489E1A9}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\datronicsoft' +- Architecture: x64 + InstallerUrl: https://downloads.spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2214.msi + InstallerSha256: 2A7987EED90FFA026733C43343E22DC1147C1092EA59AA900F431AD906C88ACE + ProductCode: '{6DADA253-D7EA-4A07-BB0E-226E92551299}' + AppsAndFeaturesEntries: + - ProductCode: '{6DADA253-D7EA-4A07-BB0E-226E92551299}' + UpgradeCode: '{3CBC4D7B-B6A4-4107-BB9E-66EDFF3909B0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\datronicsoft' +- Architecture: arm64 + InstallerUrl: https://downloads.spacedesk.net/downloads/spacedesk_driver_Win_10_ARM64_v2214.msi + InstallerSha256: 9CA6E7B721CD706134BD80393AE178485BB1C75A61B42E6B06C0B61145FDD1D1 + ProductCode: '{6DADA253-D7EA-4A07-BB0E-226E92551299}' + AppsAndFeaturesEntries: + - ProductCode: '{6DADA253-D7EA-4A07-BB0E-226E92551299}' + UpgradeCode: '{3CBC4D7B-B6A4-4107-BB9E-66EDFF3909B0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\datronicsoft' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.14.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.14.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml new file mode 100644 index 0000000000000..89a21ca8c993a --- /dev/null +++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.14.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Datronicsoft.SpacedeskDriver.Server +PackageVersion: 2.2.14.0 +PackageLocale: en-US +Publisher: datronicsoft Inc. +PublisherUrl: https://spacedesk.net/ +PublisherSupportUrl: https://forum.spacedesk.ph/ +PrivacyUrl: https://spacedesk.net/privacy-policy/ +Author: datronicsoft +PackageName: spacedesk Windows DRIVER +PackageUrl: https://spacedesk.net/##box_430 +License: Proprietary +LicenseUrl: https://spacedesk.net/#licensing +Copyright: Copyright © 2021 – datronicsoft +CopyrightUrl: https://spacedesk.net/legal-notice/ +ShortDescription: Spacedesk Driver Software for Windows PRIMARY PC (server) runs only with Windows 11 and Windows 10 +Moniker: spacedesk-server +Tags: +- display +- network +- spacedeskdisplay.inf +- spacedeskdriverandroidcontrol.inf +- spacedeskdriverandroidusb.inf +- spacedeskdriveraudio.inf +- spacedeskdriverbus.inf +- spacedeskdriverhid.inf +- spacedeskktminputmouse.inf +- spacedeskvideocapture.inf +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.14.0/Datronicsoft.SpacedeskDriver.Server.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.14.0/Datronicsoft.SpacedeskDriver.Server.yaml new file mode 100644 index 0000000000000..4ac8efd1fcc78 --- /dev/null +++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.14.0/Datronicsoft.SpacedeskDriver.Server.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Datronicsoft.SpacedeskDriver.Server +PackageVersion: 2.2.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.installer.yaml new file mode 100644 index 0000000000000..c3abfecb56fbb --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.139.3.0 +Platform: +- Windows.Desktop +- Windows.Universal +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +Protocols: +- http +- https +FileExtensions: +- htm +- html +- pdf +PackageFamilyName: DuckDuckGo.DesktopBrowser_ya2fgkz3nks94 +Installers: +- Architecture: x86 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.139.3.0/DuckDuckGo_0.139.3.0.msixbundle + InstallerSha256: E61EF46F7C862A931D2C65000F5FE034D868DEB0933B95AB40F267335B5F2C6C + SignatureSha256: 1B9F281B0630927CD18D28FC0DCFEE76BB6E1D04813E5F4EE08533E5E2340A71 +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.139.3.0/DuckDuckGo_0.139.3.0.msixbundle + InstallerSha256: E61EF46F7C862A931D2C65000F5FE034D868DEB0933B95AB40F267335B5F2C6C + SignatureSha256: 1B9F281B0630927CD18D28FC0DCFEE76BB6E1D04813E5F4EE08533E5E2340A71 +- Architecture: arm64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.139.3.0/DuckDuckGo_0.139.3.0.msixbundle + InstallerSha256: E61EF46F7C862A931D2C65000F5FE034D868DEB0933B95AB40F267335B5F2C6C + SignatureSha256: 1B9F281B0630927CD18D28FC0DCFEE76BB6E1D04813E5F4EE08533E5E2340A71 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..ba095cca6f00e --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.139.3.0 +PackageLocale: en-US +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo +PackageUrl: https://duckduckgo.com/windows +License: Freeware +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2025 DuckDuckGo +ShortDescription: An everyday browser that truly protects your privacy. +Tags: +- browser +- chromium +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c1700d8e76bd4 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.139.3.0 +PackageLocale: zh-CN +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo +PackageUrl: https://duckduckgo.com/windows +License: 免费软件 +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2025 DuckDuckGo +ShortDescription: 一款时刻并真正保护您隐私的浏览器 +Tags: +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.yaml new file mode 100644 index 0000000000000..001880f213a90 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.139.3.0/DuckDuckGo.DesktopBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.139.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/f/FilesCommunity/Files/4.0.24.0/FilesCommunity.Files.installer.yaml b/manifests/f/FilesCommunity/Files/4.0.24.0/FilesCommunity.Files.installer.yaml new file mode 100644 index 0000000000000..e4fcb96bc88ce --- /dev/null +++ b/manifests/f/FilesCommunity/Files/4.0.24.0/FilesCommunity.Files.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FilesCommunity.Files +PackageVersion: 4.0.24.0 +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.WindowsAppRuntime.1.8 + - PackageIdentifier: Microsoft.VCLibs.Desktop.14 +PackageFamilyName: Files_1y0xx7n9077q4 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.files.community/files/stable/Files.Package_4.0.24.0_Test/Files.Package_4.0.24.0_x64_arm64.msixbundle + InstallerSha256: 577c3d80ce6c28cadcd3d3352ea0775c484e63270222bc8368e84e3e12d41988 +- Architecture: arm64 + InstallerUrl: https://cdn.files.community/files/stable/Files.Package_4.0.24.0_Test/Files.Package_4.0.24.0_x64_arm64.msixbundle + InstallerSha256: 577c3d80ce6c28cadcd3d3352ea0775c484e63270222bc8368e84e3e12d41988 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2025-12-25 diff --git a/manifests/f/FilesCommunity/Files/4.0.24.0/FilesCommunity.Files.locale.en-US.yaml b/manifests/f/FilesCommunity/Files/4.0.24.0/FilesCommunity.Files.locale.en-US.yaml new file mode 100644 index 0000000000000..afb7d4eda758a --- /dev/null +++ b/manifests/f/FilesCommunity/Files/4.0.24.0/FilesCommunity.Files.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FilesCommunity.Files +PackageVersion: 4.0.24.0 +PackageLocale: en-US +Publisher: Files Community +PublisherUrl: https://files.community +PackageName: Files +PackageUrl: https://github.com/files-community/Files +License: MIT +LicenseUrl: https://github.com/files-community/Files/blob/main/LICENSE +ShortDescription: Building the best file manager for Windows +Moniker: files +ReleaseNotesUrl: https://files.community/blog/posts/v4-0-24 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.2.0.0/Giuspen.Cherrytree.yaml b/manifests/f/FilesCommunity/Files/4.0.24.0/FilesCommunity.Files.yaml similarity index 58% rename from manifests/g/Giuspen/Cherrytree/1.2.0.0/Giuspen.Cherrytree.yaml rename to manifests/f/FilesCommunity/Files/4.0.24.0/FilesCommunity.Files.yaml index ba7a9148791ac..176d0ea900215 100644 --- a/manifests/g/Giuspen/Cherrytree/1.2.0.0/Giuspen.Cherrytree.yaml +++ b/manifests/f/FilesCommunity/Files/4.0.24.0/FilesCommunity.Files.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.6.0 +# Created using wingetcreate 1.9.14.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json -PackageIdentifier: Giuspen.Cherrytree -PackageVersion: 1.2.0.0 +PackageIdentifier: FilesCommunity.Files +PackageVersion: 4.0.24.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/f/FilesCommunity/FilesPreview/4.0.24.0/FilesCommunity.FilesPreview.installer.yaml b/manifests/f/FilesCommunity/FilesPreview/4.0.24.0/FilesCommunity.FilesPreview.installer.yaml new file mode 100644 index 0000000000000..4a73248432463 --- /dev/null +++ b/manifests/f/FilesCommunity/FilesPreview/4.0.24.0/FilesCommunity.FilesPreview.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FilesCommunity.FilesPreview +PackageVersion: 4.0.24.0 +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.WindowsAppRuntime.1.8 + - PackageIdentifier: Microsoft.VCLibs.Desktop.14 +PackageFamilyName: FilesPreview_1y0xx7n9077q4 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.files.community/files/preview/Files.Package_4.0.24.0_Test/Files.Package_4.0.24.0_x64_arm64.msixbundle + InstallerSha256: fe3328ab4c30277f8c5248a78d3b308341fd08e2b497bbd93982a1a8c5b21052 +- Architecture: arm64 + InstallerUrl: https://cdn.files.community/files/preview/Files.Package_4.0.24.0_Test/Files.Package_4.0.24.0_x64_arm64.msixbundle + InstallerSha256: fe3328ab4c30277f8c5248a78d3b308341fd08e2b497bbd93982a1a8c5b21052 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2025-12-25 diff --git a/manifests/f/FilesCommunity/FilesPreview/4.0.24.0/FilesCommunity.FilesPreview.locale.en-US.yaml b/manifests/f/FilesCommunity/FilesPreview/4.0.24.0/FilesCommunity.FilesPreview.locale.en-US.yaml new file mode 100644 index 0000000000000..189916372a6cc --- /dev/null +++ b/manifests/f/FilesCommunity/FilesPreview/4.0.24.0/FilesCommunity.FilesPreview.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FilesCommunity.FilesPreview +PackageVersion: 4.0.24.0 +PackageLocale: en-US +Publisher: Files Community +PublisherUrl: https://files.community +PackageName: Files - Preview +PackageUrl: https://github.com/files-community/Files +License: MIT +LicenseUrl: https://github.com/files-community/Files/blob/main/LICENSE +ShortDescription: Building the best file manager for Windows +Moniker: filespreview +ReleaseNotesUrl: https://files.community/blog/posts/v4-0-24 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FilesCommunity/FilesPreview/4.0.24.0/FilesCommunity.FilesPreview.yaml b/manifests/f/FilesCommunity/FilesPreview/4.0.24.0/FilesCommunity.FilesPreview.yaml new file mode 100644 index 0000000000000..96092a6809213 --- /dev/null +++ b/manifests/f/FilesCommunity/FilesPreview/4.0.24.0/FilesCommunity.FilesPreview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FilesCommunity.FilesPreview +PackageVersion: 4.0.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Firezone/Client/GUI/1.5.9/Firezone.Client.GUI.installer.yaml b/manifests/f/Firezone/Client/GUI/1.5.9/Firezone.Client.GUI.installer.yaml new file mode 100644 index 0000000000000..48eda4ca12304 --- /dev/null +++ b/manifests/f/Firezone/Client/GUI/1.5.9/Firezone.Client.GUI.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Firezone.Client.GUI +PackageVersion: 1.5.9 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{1F0C20DF-C9E3-4847-88CB-E17885792C2A}' +ReleaseDate: 2025-12-22 +AppsAndFeaturesEntries: +- ProductCode: '{1F0C20DF-C9E3-4847-88CB-E17885792C2A}' + UpgradeCode: '{8AEF9B86-7239-57FE-9F44-5E8928AAA545}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Firezone' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/firezone/firezone/releases/download/gui-client-1.5.9/firezone-client-gui-windows_1.5.9_x86_64.msi + InstallerSha256: 667B236878B442B5AAA367623A9D9AE24AB8829E30362B389560C08B8218EC2F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/f/Firezone/Client/GUI/1.5.9/Firezone.Client.GUI.locale.en-US.yaml b/manifests/f/Firezone/Client/GUI/1.5.9/Firezone.Client.GUI.locale.en-US.yaml new file mode 100644 index 0000000000000..1328fe0aeda45 --- /dev/null +++ b/manifests/f/Firezone/Client/GUI/1.5.9/Firezone.Client.GUI.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Firezone.Client.GUI +PackageVersion: 1.5.9 +PackageLocale: en-US +Publisher: Firezone +PublisherUrl: https://github.com/firezone +PublisherSupportUrl: https://github.com/firezone/firezone/issues +PackageName: Firezone +PackageUrl: https://github.com/firezone/firezone +License: Apache-2.0 +LicenseUrl: https://github.com/firezone/firezone/blob/HEAD/LICENSE +ShortDescription: GUI Client for the Firezone zero-trust access platform. +Tags: +- VPN +- remote-access +- zero-trust +ReleaseNotes: Please see our changelog for more details. +ReleaseNotesUrl: https://firezone.dev/changelog +Documentations: +- DocumentLabel: Help + DocumentUrl: https://firezone.dev/support +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/Firezone/Client/GUI/1.5.9/Firezone.Client.GUI.yaml b/manifests/f/Firezone/Client/GUI/1.5.9/Firezone.Client.GUI.yaml new file mode 100644 index 0000000000000..81419870a01e2 --- /dev/null +++ b/manifests/f/Firezone/Client/GUI/1.5.9/Firezone.Client.GUI.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Firezone.Client.GUI +PackageVersion: 1.5.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.2.0.0/Giuspen.Cherrytree.installer.yaml b/manifests/g/Giuspen/Cherrytree/1.2.0.0/Giuspen.Cherrytree.installer.yaml deleted file mode 100644 index b5e56cdd1ccb7..0000000000000 --- a/manifests/g/Giuspen/Cherrytree/1.2.0.0/Giuspen.Cherrytree.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Giuspen.Cherrytree -PackageVersion: 1.2.0.0 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: '{DBA7384C-E1C6-44B5-A3B4-C94F2F0B8C0C}_is1' -ReleaseDate: 2024-10-04 -AppsAndFeaturesEntries: -- Publisher: Giuseppe Penone - ProductCode: '{DBA7384C-E1C6-44B5-A3B4-C94F2F0B8C0C}_is1' -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x64 - InstallerUrl: https://www.giuspen.net/software/cherrytree_1.2.0.0_win64_setup.exe - InstallerSha256: 4F2E476772E88692B0632FC6CB8873518D2E33CE4BC6923A7AA802D053A3B211 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.2.0.0/Giuspen.Cherrytree.locale.en-US.yaml b/manifests/g/Giuspen/Cherrytree/1.2.0.0/Giuspen.Cherrytree.locale.en-US.yaml deleted file mode 100644 index 570142d83cca2..0000000000000 --- a/manifests/g/Giuspen/Cherrytree/1.2.0.0/Giuspen.Cherrytree.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Giuspen.Cherrytree -PackageVersion: 1.2.0.0 -PackageLocale: en-US -Publisher: Giuseppe Penone -PublisherUrl: https://www.giuspen.com/ -PublisherSupportUrl: https://github.com/giuspen/cherrytree/issues -Author: Giuseppe Penone -PackageName: CherryTree -PackageUrl: https://www.giuspen.com/cherrytree -License: GPL-3.0-or-later -LicenseUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt -CopyrightUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt -ShortDescription: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. -Description: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in either a single file (xml or sqlite) or multiple files and directories. -Moniker: cherrytree -Tags: -- editor -- note -- wiki -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.installer.yaml b/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.installer.yaml new file mode 100644 index 0000000000000..0968bb68362e1 --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.installer.yaml @@ -0,0 +1,23 @@ +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.2.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: "{DBA7384C-E1C6-44B5-A3B4-C94F2F0B8C0C}_is1" +ReleaseDate: 2024-10-04 +AppsAndFeaturesEntries: + - DisplayVersion: 1.2.0.0 + ProductCode: "{DBA7384C-E1C6-44B5-A3B4-C94F2F0B8C0C}_is1" +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\CherryTree' +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/giuspen/cherrytree/releases/download/v1.2.0/cherrytree_1.2.0.0_win64_setup.exe + InstallerSha256: 4F2E476772E88692B0632FC6CB8873518D2E33CE4BC6923A7AA802D053A3B211 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.locale.en-US.yaml b/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.locale.en-US.yaml new file mode 100644 index 0000000000000..639c4bf27f70e --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: Giuseppe Penone +PublisherUrl: https://www.giuspen.com/ +PublisherSupportUrl: https://github.com/giuspen/cherrytree/issues +Author: Giuseppe Penone +PackageName: CherryTree +PackageUrl: https://www.giuspen.com/cherrytree +License: GPL-3.0-or-later +LicenseUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +Copyright: |- + Copyright © 2009-2025 + Giuseppe Penone + Evgenii Gurianov +CopyrightUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +ShortDescription: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. +Description: > + A hierarchical note taking application, featuring rich text and syntax highlighting, + storing data in either a single file (xml or sqlite) or multiple files and directories. +# Moniker: cherrytree # Same as PackageName +Tags: + - editor + - note + - wiki +ReleaseNotes: |- + - dropped unmaintained and outdated libgtksourceviewmm3 for libgtksourceview4 (direct access to C API, #2562) + - implemented quick node selection typing part of the node name, default keyboard shortcut to Ctrl+Shift+G (#2552, work of @ericguin) + - implemented collapsible headers support when TOC is generated (#2389) + - fixed links to nodes not working when exporting to html, single file (#2570) + - fixed properties of fonts selected in the preferences dialog not enforced: bold, italic, stretch, variant (#2533) + - hyperlinks: do not automatically add the prefix http:// when a URL-like prefix already exists (#2570) + - fixed crash pressing Ctrl+Z while editing table light cell + - changed default keyboard shortcut to open codebox properties dialog to Shift+Alt+U as the previous shortcut was causing problems to german layout keyboards (#2549) + - fixed formatting issues with fmt 11 (#2548, #2560) + - added support for new language Slovak (work of Michal Fusatý) +ReleaseNotesUrl: https://github.com/giuspen/cherrytree/releases/tag/v1.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.locale.zh-CN.yaml b/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8bde8463575bf --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.2.0 +PackageLocale: zh-CN +Publisher: Giuseppe Penone +PublisherUrl: https://www.giuspen.com/ +PublisherSupportUrl: https://github.com/giuspen/cherrytree/issues +Author: Giuseppe Penone +PackageName: CherryTree +PackageUrl: https://www.giuspen.com/cherrytree +License: GPL-3.0-or-later +LicenseUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +Copyright: |- + Copyright © 2009-2025 + Giuseppe Penone + Evgenii Gurianov +CopyrightUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +ShortDescription: 一个层级式笔记记录程序,具有富文本和代码高亮的功能 +Description: 一个层级式笔记记录程序,具有富文本和代码高亮的功能,数据存储在单个文件(xml或sqlite)或多个文件和目录中。 +Tags: + - 编辑器 + - 笔记 + - wiki +ReleaseNotes: |- + - dropped unmaintained and outdated libgtksourceviewmm3 for libgtksourceview4 (direct access to C API, #2562) + - implemented quick node selection typing part of the node name, default keyboard shortcut to Ctrl+Shift+G (#2552, work of @ericguin) + - implemented collapsible headers support when TOC is generated (#2389) + - fixed links to nodes not working when exporting to html, single file (#2570) + - fixed properties of fonts selected in the preferences dialog not enforced: bold, italic, stretch, variant (#2533) + - hyperlinks: do not automatically add the prefix http:// when a URL-like prefix already exists (#2570) + - fixed crash pressing Ctrl+Z while editing table light cell + - changed default keyboard shortcut to open codebox properties dialog to Shift+Alt+U as the previous shortcut was causing problems to german layout keyboards (#2549) + - fixed formatting issues with fmt 11 (#2548, #2560) + - added support for new language Slovak (work of Michal Fusatý) +ReleaseNotesUrl: https://github.com/giuspen/cherrytree/releases/tag/v1.2.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.yaml b/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.yaml new file mode 100644 index 0000000000000..4e76f2880c1bb --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.2.0/Giuspen.Cherrytree.yaml @@ -0,0 +1,8 @@ +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.installer.yaml b/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.installer.yaml new file mode 100644 index 0000000000000..8f7bfb5fe89ba --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.installer.yaml @@ -0,0 +1,24 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.6.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: "{DBA7384C-E1C6-44B5-A3B4-C94F2F0B8C0C}_is1" +ReleaseDate: 2025-09-19 +AppsAndFeaturesEntries: + - DisplayName: CherryTree version 1.6.2.0 + DisplayVersion: 1.6.2.0 + ProductCode: "{DBA7384C-E1C6-44B5-A3B4-C94F2F0B8C0C}_is1" +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\CherryTree' +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/giuspen/cherrytree/releases/download/v1.6.2/cherrytree_1.6.2.0_win64_setup.exe + InstallerSha256: 5D0CF06B68376EA58DD11A7A4B9735E07619AF78C8E1B045FB89EF0D21B3459E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.locale.en-US.yaml b/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.locale.en-US.yaml new file mode 100644 index 0000000000000..59ef49c0ec3a8 --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.6.2 +PackageLocale: en-US +Publisher: Giuseppe Penone +PublisherUrl: https://www.giuspen.com/ +PublisherSupportUrl: https://github.com/giuspen/cherrytree/issues +Author: Giuseppe Penone +PackageName: CherryTree +PackageUrl: https://www.giuspen.com/cherrytree +License: GPL-3.0-or-later +LicenseUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +Copyright: |- + Copyright © 2009-2025 + Giuseppe Penone + Evgenii Gurianov +CopyrightUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +ShortDescription: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. +Description: > + A hierarchical note taking application, featuring rich text and syntax highlighting, + storing data in either a single file (xml or sqlite) or multiple files and directories. +# Moniker: cherrytree # Same as PackageName +Tags: + - editor + - note + - wiki +ReleaseNotes: |- + - fixed links to TOCs (anchors) no longer scrolling to the target (#2768, #2766, #2389) + - default option for searching multiple words is back to 'exact match' as way faster; the last used option is now preserved across sessions (#2767) +ReleaseNotesUrl: https://github.com/giuspen/cherrytree/releases/tag/v1.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.locale.zh-CN.yaml b/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.locale.zh-CN.yaml new file mode 100644 index 0000000000000..61442b3554101 --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.6.2 +PackageLocale: zh-CN +Publisher: Giuseppe Penone +PublisherUrl: https://www.giuspen.com/ +PublisherSupportUrl: https://github.com/giuspen/cherrytree/issues +Author: Giuseppe Penone +PackageName: CherryTree +PackageUrl: https://www.giuspen.com/cherrytree +License: GPL-3.0-or-later +LicenseUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +Copyright: |- + Copyright © 2009-2025 + Giuseppe Penone + Evgenii Gurianov +CopyrightUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +ShortDescription: 一个层级式笔记记录程序,具有富文本和代码高亮的功能 +Description: 一个层级式笔记记录程序,具有富文本和代码高亮的功能,数据存储在单个文件(xml或sqlite)或多个文件和目录中。 +Tags: + - 编辑器 + - 笔记 + - wiki +ReleaseNotes: |- + - fixed links to TOCs (anchors) no longer scrolling to the target (#2768, #2766, #2389) + - default option for searching multiple words is back to 'exact match' as way faster; the last used option is now preserved across sessions (#2767) +ReleaseNotesUrl: https://github.com/giuspen/cherrytree/releases/tag/v1.6.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.yaml b/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.yaml new file mode 100644 index 0000000000000..0fbfef35e1214 --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.6.2/Giuspen.Cherrytree.yaml @@ -0,0 +1,8 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HetznerCloud/CLI/1.58.0/HetznerCloud.CLI.installer.yaml b/manifests/h/HetznerCloud/CLI/1.58.0/HetznerCloud.CLI.installer.yaml new file mode 100644 index 0000000000000..9b419e3b06ea3 --- /dev/null +++ b/manifests/h/HetznerCloud/CLI/1.58.0/HetznerCloud.CLI.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: HetznerCloud.CLI +PackageVersion: 1.58.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hcloud.exe +ReleaseDate: 2025-12-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/hetznercloud/cli/releases/download/v1.58.0/hcloud-windows-386.zip + InstallerSha256: D6C6CCB2AEF7748EE8B606479B6CAAAB04D958B3FC3B8DAB4A244957C0B44FA9 +- Architecture: x64 + InstallerUrl: https://github.com/hetznercloud/cli/releases/download/v1.58.0/hcloud-windows-amd64.zip + InstallerSha256: 8801E2338A0D687074852FE8EA22FFAFBF9E0A789BA04185137806DAC18C999D +- Architecture: arm64 + InstallerUrl: https://github.com/hetznercloud/cli/releases/download/v1.58.0/hcloud-windows-arm64.zip + InstallerSha256: 7E9A985E9CF56F5711D0D551C3AC7EC2DB1A88CD88A3F9EE3E132810D4340B5D +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/h/HetznerCloud/CLI/1.58.0/HetznerCloud.CLI.locale.en-US.yaml b/manifests/h/HetznerCloud/CLI/1.58.0/HetznerCloud.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..a05467ec6b19a --- /dev/null +++ b/manifests/h/HetznerCloud/CLI/1.58.0/HetznerCloud.CLI.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: HetznerCloud.CLI +PackageVersion: 1.58.0 +PackageLocale: en-US +Publisher: Hetzner Cloud +PublisherUrl: https://github.com/hetznercloud +PublisherSupportUrl: https://github.com/hetznercloud/cli/issues +PackageName: hcloud +PackageUrl: https://github.com/hetznercloud/cli +License: MIT +LicenseUrl: https://github.com/hetznercloud/cli/blob/HEAD/LICENSE +ShortDescription: Command-line interface for Hetzner Cloud +Tags: +- cli +- command-line +- command-line-tool +- commandline-interface +- hcloud +- hetzner +- hetzner-cloud +ReleaseNotes: |- + Features + - firewall: add list columns for labels, created and age (#1239) + - drop builds for windows armv6 and armv7 (32 bit) (#1246) + - context: allow creation in non-interactive tty (#1252) +ReleaseNotesUrl: https://github.com/hetznercloud/cli/releases/tag/v1.58.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/h/HetznerCloud/CLI/1.58.0/HetznerCloud.CLI.yaml b/manifests/h/HetznerCloud/CLI/1.58.0/HetznerCloud.CLI.yaml new file mode 100644 index 0000000000000..47708c6e58338 --- /dev/null +++ b/manifests/h/HetznerCloud/CLI/1.58.0/HetznerCloud.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: HetznerCloud.CLI +PackageVersion: 1.58.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/i/IndigoByte/DrExplain/7.0.1369/IndigoByte.DrExplain.installer.yaml b/manifests/i/IndigoByte/DrExplain/7.0.1369/IndigoByte.DrExplain.installer.yaml new file mode 100644 index 0000000000000..1475621ab5b43 --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/7.0.1369/IndigoByte.DrExplain.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 7.0.1369 +Platform: +- Windows.Desktop +MinimumOSVersion: "6.1" +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- gui +- doc +- docx +- rtf +- chm +- hlp +- html +- txt +- xml +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.drexplain.com/drexplain_7_0_1369.exe + InstallerSha256: 7D3D5D21B8CA9133D0C1A9F9B8D4143F829DCB0B3EA2476775C8896E8447F72D +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/i/IndigoByte/DrExplain/7.0.1369/IndigoByte.DrExplain.locale.en-US.yaml b/manifests/i/IndigoByte/DrExplain/7.0.1369/IndigoByte.DrExplain.locale.en-US.yaml new file mode 100644 index 0000000000000..74021a98efa8c --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/7.0.1369/IndigoByte.DrExplain.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 7.0.1369 +PackageLocale: en-US +Publisher: Indigo Byte Systems, LLC +PublisherSupportUrl: https://www.drexplain.com/support/ +PrivacyUrl: https://www.drexplain.com/privacy.php +Author: Indigo Byte Systems, LLC +PackageName: Dr.Explain +PackageUrl: https://www.drexplain.com/ +License: Proprietary +LicenseUrl: https://www.drexplain.com/help/license.php +Copyright: Copyright (c) Indigo Byte Systems, LLC, 2004-2025. All rights reserved. +ShortDescription: Help authoring tool to quickly create online manuals, help files, user guides and documentation. +Moniker: drexplain +Tags: +- manual +- online-manuals +- help +- help-files +- online-help +- guide +- user-guides +- documentation +- hat +- html +- chm +- pdf +- docx +- rtf +- hlp +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/i/IndigoByte/DrExplain/7.0.1369/IndigoByte.DrExplain.yaml b/manifests/i/IndigoByte/DrExplain/7.0.1369/IndigoByte.DrExplain.yaml new file mode 100644 index 0000000000000..72a008ad8dc3a --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/7.0.1369/IndigoByte.DrExplain.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 7.0.1369 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/j/JanProchazka/dbgate/6.8.2/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/6.8.2/JanProchazka.dbgate.installer.yaml new file mode 100644 index 0000000000000..c11ac639cb6be --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/6.8.2/JanProchazka.dbgate.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 6.8.2 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: eabf4847-a999-55ba-aa27-eacddccc1540 +ReleaseDate: 2025-12-29 +AppsAndFeaturesEntries: +- DisplayName: DbGate 6.8.2 + ProductCode: eabf4847-a999-55ba-aa27-eacddccc1540 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v6.8.2/dbgate-6.8.2-win.exe + InstallerSha256: 8B7CBF16E23F9045D0B97B5A52263196BAC0588E2AD7C3F9324447F22CAC4B71 +- Architecture: x64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v6.8.2/dbgate-6.8.2-win_x64.exe + InstallerSha256: 436C79CB7817EE69B0A9FEE7DB505E57204A07D9F56C8F8B9733FB59D0AB493D +- Architecture: arm64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v6.8.2/dbgate-6.8.2-win_arm64.exe + InstallerSha256: 92B5B44CE00A211E0B8577A4C30759E652280536357AED641E2173CF32447E9E +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JanProchazka/dbgate/6.8.2/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/6.8.2/JanProchazka.dbgate.locale.en-US.yaml new file mode 100644 index 0000000000000..5970ebb279e3f --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/6.8.2/JanProchazka.dbgate.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 6.8.2 +PackageLocale: en-US +Publisher: Jan Prochazka +PublisherUrl: https://github.com/dbgate/dbgate +PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +Author: Jan Prochazka +PackageName: DbGate +PackageUrl: https://github.com/dbgate/dbgate +License: GPL-3.0 +LicenseUrl: https://github.com/dbgate/dbgate/blob/HEAD/LICENSE +Copyright: Copyright (c) Jan Prochazka +CopyrightUrl: https://github.com/dbgate/dbgate/blob/HEAD/LICENSE +ShortDescription: An open-source database administration tool. +Description: |- + Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. + Runs under Windows, Linux, Mac or as web application +Tags: +- database-gui +- database-manager +- electron +- mongodb +- mysql +- postgresql +- sql +- sql-server +- sqlite +ReleaseNotes: '- FIXED: Initialize storage database from envoronment variables failed with PostgreSQL' +ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v6.8.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JanProchazka/dbgate/6.8.2/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/6.8.2/JanProchazka.dbgate.yaml new file mode 100644 index 0000000000000..3cf77f96eda3a --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/6.8.2/JanProchazka.dbgate.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 6.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.installer.yaml b/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.installer.yaml new file mode 100644 index 0000000000000..ad94ca6e7952e --- /dev/null +++ b/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JunkunDi.CrossDesk +PackageVersion: v1.2.0-20251230-78c82f7 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ProductCode: CrossDesk +ReleaseDate: 2025-12-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kunkundi/crossdesk/releases/download/v1.2.0-20251230-78c82f7/crossdesk-win-x64-v1.2.0-20251230-78c82f7.exe + InstallerSha256: 9BD9562FDFD51D8265F25F4AE1243D65C83CBDD4494E20AF1BC0971E8CFB462F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.locale.en-US.yaml b/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.locale.en-US.yaml new file mode 100644 index 0000000000000..4febe7a645eef --- /dev/null +++ b/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.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.10.0.schema.json + +PackageIdentifier: JunkunDi.CrossDesk +PackageVersion: v1.2.0-20251230-78c82f7 +PackageLocale: en-US +ShortDescription: A lightweight, cross-platform remote desktop software with support for Web Client access +Description: |- + CrossDesk is a lightweight cross-platform remote desktop software. + CrossDesk is an experimental application of MiniRTC, a lightweight cross-platform real-time audio and video transmission library. MiniRTC provides fundamental capabilities including network traversal (RFC5245), video software/hardware encoding and decoding (H264/AV1), audio encoding/decoding (Opus), signaling interaction, network congestion control, and transmission encryption (SRTP). +Tags: +- home-office +- remote +- remote-access +- remote-assistance +- remote-control +- remote-desktop +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.locale.zh-CN.yaml b/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3ceb869aaeac7 --- /dev/null +++ b/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: JunkunDi.CrossDesk +PackageVersion: v1.2.0-20251230-78c82f7 +PackageLocale: zh-CN +Publisher: CrossDesk +PublisherUrl: https://github.com/kunkundi +PublisherSupportUrl: https://github.com/kunkundi/crossdesk/issues +Author: Junkun Di +PackageName: CrossDesk +PackageUrl: https://www.crossdesk.cn/ +License: LGPL-3.0 +LicenseUrl: https://github.com/kunkundi/crossdesk/blob/HEAD/LICENSE +Copyright: © 2025 by JUNKUN DI. All rights reserved. +ShortDescription: 一款支持 Web 客户端访问的轻量级跨平台远程桌面软件。 +Description: |- + CrossDesk 是一个轻量级的跨平台远程桌面软件,支持 Web 端控制远程设备。 + CrossDesk 是 MiniRTC 实时音视频传输库的实验性应用。MiniRTC 是一个轻量级的跨平台实时音视频传输库。它具有网络透传(RFC5245),视频软硬编解码(H264/AV1),音频编解码(Opus),信令交互,网络拥塞控制,传输加密(SRTP)等基础能力。 +Tags: +- 远程 +- 远程办公 +- 远程协助 +- 远程控制 +- 远程桌面 +- 远程访问 +- 远程连接 +ReleaseNotes: |- + 更新内容 + 1. 新增文件传输功能。 + 2. 新增剪贴板共享功能。 + 3. 修复界面文字布局异常问题。 + 4. 修复丢包率计算异常问题。 +ReleaseNotesUrl: https://github.com/kunkundi/crossdesk/releases/tag/v1.2.0-20251230-78c82f7 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.yaml b/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.yaml new file mode 100644 index 0000000000000..5cdc3f19d8695 --- /dev/null +++ b/manifests/j/JunkunDi/CrossDesk/v1.2.0-20251230-78c82f7/JunkunDi.CrossDesk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: JunkunDi.CrossDesk +PackageVersion: v1.2.0-20251230-78c82f7 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml b/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml index 193c4b82dff5f..dc1a557547168 100644 --- a/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml +++ b/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml @@ -9,14 +9,14 @@ ProductCode: bomber Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-775-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 5668AA49B816158C5339BAC46A57EEAABFCAE2D8942F5838BAE4C9AEB3D9563F + InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-777-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B330687461B9C835BF70D8910E85B9F14A4FA3461076F8046FE7065D1F3C5B4E InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-775-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 5668AA49B816158C5339BAC46A57EEAABFCAE2D8942F5838BAE4C9AEB3D9563F + InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-777-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B330687461B9C835BF70D8910E85B9F14A4FA3461076F8046FE7065D1F3C5B4E InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.installer.yaml b/manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.installer.yaml similarity index 64% rename from manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.installer.yaml rename to manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.installer.yaml index 27182d60d7b70..d879727cdf759 100644 --- a/manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.installer.yaml +++ b/manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.installer.yaml @@ -2,21 +2,21 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: KDE.KMahjongg -PackageVersion: 25.08.3 +PackageVersion: 25.12.0 InstallerType: nullsoft UpgradeBehavior: install ProductCode: kmahjongg Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-949-windows-cl-msvc2022-x86_64.exe - InstallerSha256: F7F8E24E36DD435948938ADC3A4E530215F5384059FED57C04EBB7D2B570BC61 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-951-windows-cl-msvc2022-x86_64.exe + InstallerSha256: CD99813F67B104FE113A0D7E82DEF5D71746AB3D664307E3E42126CC814D3899 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-949-windows-cl-msvc2022-x86_64.exe - InstallerSha256: F7F8E24E36DD435948938ADC3A4E530215F5384059FED57C04EBB7D2B570BC61 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-951-windows-cl-msvc2022-x86_64.exe + InstallerSha256: CD99813F67B104FE113A0D7E82DEF5D71746AB3D664307E3E42126CC814D3899 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.locale.en-US.yaml b/manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.locale.en-US.yaml similarity index 97% rename from manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.locale.en-US.yaml rename to manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.locale.en-US.yaml index 4c5524628ed51..df41b1e106e97 100644 --- a/manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.locale.en-US.yaml +++ b/manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: KDE.KMahjongg -PackageVersion: 25.08.3 +PackageVersion: 25.12.0 PackageLocale: en-US Publisher: KDE e.V. PublisherUrl: https://kde.org/ diff --git a/manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.locale.zh-CN.yaml b/manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.locale.zh-CN.yaml similarity index 96% rename from manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.locale.zh-CN.yaml rename to manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.locale.zh-CN.yaml index bee4ebc0513b8..8de4a8ec46858 100644 --- a/manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.locale.zh-CN.yaml +++ b/manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: KDE.KMahjongg -PackageVersion: 25.08.3 +PackageVersion: 25.12.0 PackageLocale: zh-CN PublisherUrl: https://kde.org/zh-cn/ PublisherSupportUrl: https://kde.org/zh-cn/support/ diff --git a/manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.yaml b/manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.yaml similarity index 90% rename from manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.yaml rename to manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.yaml index 03f1eb7b7a5b9..4e0383235fec2 100644 --- a/manifests/k/KDE/KMahjongg/25.08.3/KDE.KMahjongg.yaml +++ b/manifests/k/KDE/KMahjongg/25.12.0/KDE.KMahjongg.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: KDE.KMahjongg -PackageVersion: 25.08.3 +PackageVersion: 25.12.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml b/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml index 6bc2b12d49340..be74118449c9f 100644 --- a/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml +++ b/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kolf Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-941-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 14D86F595DFB10FED322EC7F6E25FADD5276B47E188E65ECDD044ECDA22DB443 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-943-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 138A8E70B5B1E7509DB361BEC13429B14EE1D53863E7EE6579154A7E1AF52947 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-941-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 14D86F595DFB10FED322EC7F6E25FADD5276B47E188E65ECDD044ECDA22DB443 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-943-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 138A8E70B5B1E7509DB361BEC13429B14EE1D53863E7EE6579154A7E1AF52947 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KonicaMinolta/UniversalPrinterDriverPCL6/3.9.1203.500/KonicaMinolta.UniversalPrinterDriverPCL6.installer.yaml b/manifests/k/KonicaMinolta/UniversalPrinterDriverPCL6/3.9.1203.500/KonicaMinolta.UniversalPrinterDriverPCL6.installer.yaml new file mode 100644 index 0000000000000..6902166c516f8 --- /dev/null +++ b/manifests/k/KonicaMinolta/UniversalPrinterDriverPCL6/3.9.1203.500/KonicaMinolta.UniversalPrinterDriverPCL6.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: KonicaMinolta.UniversalPrinterDriverPCL6 +PackageVersion: 3.9.1203.500 +InstallerType: exe +InstallerSwitches: + Silent: -y + SilentWithProgress: -y + InstallLocation: -o"\KonicaMinolta" +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://cscsupportftp.mykonicaminolta.com/DownloadFile/Download.ashx?fileversionid=43620&productid=1801 + InstallerSha256: 30CF9B9BD9A1517AB835EFE6200A7AA2B5C4850E58FDFFE220297FF0501C6E71 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/k/KonicaMinolta/UniversalPrinterDriverPCL6/3.9.1203.500/KonicaMinolta.UniversalPrinterDriverPCL6.locale.en-US.yaml b/manifests/k/KonicaMinolta/UniversalPrinterDriverPCL6/3.9.1203.500/KonicaMinolta.UniversalPrinterDriverPCL6.locale.en-US.yaml new file mode 100644 index 0000000000000..9a397511e3367 --- /dev/null +++ b/manifests/k/KonicaMinolta/UniversalPrinterDriverPCL6/3.9.1203.500/KonicaMinolta.UniversalPrinterDriverPCL6.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: KonicaMinolta.UniversalPrinterDriverPCL6 +PackageVersion: 3.9.1203.500 +PackageLocale: en-US +Publisher: Konica Minolta +PackageName: Konica Minolta Universal Printer Driver PCL6 +License: Proprietary +ShortDescription: Konica Minolta Universal Printer Driver, PCL6, v3 driver model in case of issues with v4 driver model. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 + diff --git a/manifests/k/KonicaMinolta/UniversalPrinterDriverPCL6/3.9.1203.500/KonicaMinolta.UniversalPrinterDriverPCL6.yaml b/manifests/k/KonicaMinolta/UniversalPrinterDriverPCL6/3.9.1203.500/KonicaMinolta.UniversalPrinterDriverPCL6.yaml new file mode 100644 index 0000000000000..f80c10e072467 --- /dev/null +++ b/manifests/k/KonicaMinolta/UniversalPrinterDriverPCL6/3.9.1203.500/KonicaMinolta.UniversalPrinterDriverPCL6.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: KonicaMinolta.UniversalPrinterDriverPCL6 +PackageVersion: 3.9.1203.500 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/k/KurtZimmermann/RegCool/3.0.0.2/KurtZimmermann.RegCool.installer.yaml b/manifests/k/KurtZimmermann/RegCool/3.0.0.2/KurtZimmermann.RegCool.installer.yaml new file mode 100644 index 0000000000000..96dc465a8b53d --- /dev/null +++ b/manifests/k/KurtZimmermann/RegCool/3.0.0.2/KurtZimmermann.RegCool.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: KurtZimmermann.RegCool +PackageVersion: 3.0.0.2 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Silent: /si /de /st + SilentWithProgress: /si /de /st +UpgradeBehavior: install +Commands: +- regcool +- regedit +Installers: +- Architecture: x86 + InstallerUrl: https://kurtzimmermann.com/github/RegCool.exe + InstallerSha256: BE28805ACFCF5670FBBF6AD1139112D47ACD1810E2ABE3A9298B7B3B076851A2 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2025-12-26 diff --git a/manifests/k/KurtZimmermann/RegCool/3.0.0.2/KurtZimmermann.RegCool.locale.en-us.yaml b/manifests/k/KurtZimmermann/RegCool/3.0.0.2/KurtZimmermann.RegCool.locale.en-us.yaml new file mode 100644 index 0000000000000..1fe7fc0d96b7a --- /dev/null +++ b/manifests/k/KurtZimmermann/RegCool/3.0.0.2/KurtZimmermann.RegCool.locale.en-us.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: KurtZimmermann.RegCool +PackageVersion: 3.0.0.2 +PackageLocale: en-us +Publisher: Kurt Zimmermann +PublisherUrl: https://kurtzimmermann.com/index_e.html +PublisherSupportUrl: https://kurtzimmermann.com/index_e.html +PrivacyUrl: https://kurtzimmermann.com/index_e.html +Author: Kurt Zimmermann +PackageName: RegCool +PackageUrl: https://kurtzimmermann.com/index_e.html +License: Freeware +Copyright: ©2025 Kurt Zimmermann +ShortDescription: RegCool - Extended Registry Editor +Description: RegCool is a very flexible editor for the Windows registry. The program offers an attractive interface, convenient context menus and a handy tool bar, with the extensive editing functions are available at your fingertips. RegCool provides the complete functionality of the Windows own Regedit, but adds a lot of additions. Editing .reg and .hive-Files in Offline Mode (Offline Registry) +Moniker: regcool +Tags: +- regcool +- regedit +- registry +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/k/KurtZimmermann/RegCool/3.0.0.2/KurtZimmermann.RegCool.yaml b/manifests/k/KurtZimmermann/RegCool/3.0.0.2/KurtZimmermann.RegCool.yaml new file mode 100644 index 0000000000000..da40d15804887 --- /dev/null +++ b/manifests/k/KurtZimmermann/RegCool/3.0.0.2/KurtZimmermann.RegCool.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: KurtZimmermann.RegCool +PackageVersion: 3.0.0.2 +DefaultLocale: en-us +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/l/LazyDuchess/AlderLakePatcher/1.0.1/LazyDuchess.AlderLakePatcher.installer.yaml b/manifests/l/LazyDuchess/AlderLakePatcher/1.0.1/LazyDuchess.AlderLakePatcher.installer.yaml new file mode 100644 index 0000000000000..d52dc04bc7d9c --- /dev/null +++ b/manifests/l/LazyDuchess/AlderLakePatcher/1.0.1/LazyDuchess.AlderLakePatcher.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: LazyDuchess.AlderLakePatcher +PackageVersion: 1.0.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: AlderLakePatch.exe + PortableCommandAlias: alderlakepatch +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/LazyDuchess/AlderLakePatcher/releases/download/1.0.1/AlderLakePatch.zip + InstallerSha256: 6DF830A41C92A2D322DE307E665133E417183ABE0E7C06E2AA733EE81F50CAF8 +ManifestType: installer +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/l/LazyDuchess/AlderLakePatcher/1.0.1/LazyDuchess.AlderLakePatcher.locale.en-US.yaml b/manifests/l/LazyDuchess/AlderLakePatcher/1.0.1/LazyDuchess.AlderLakePatcher.locale.en-US.yaml new file mode 100644 index 0000000000000..7d11db6dfef75 --- /dev/null +++ b/manifests/l/LazyDuchess/AlderLakePatcher/1.0.1/LazyDuchess.AlderLakePatcher.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: LazyDuchess.AlderLakePatcher +PackageVersion: 1.0.1 +PackageLocale: en-US +PackageUrl: https://github.com/LazyDuchess/AlderLakePatcher +Publisher: Nahuel Rocchetti (LazyDuchess) +PackageName: AlderLakePatcher +License: None stated +ShortDescription: Frontend for patching games to fix Alder Lake and Raptor Lake crashes on boot. +Tags: +- intelalderlake +- intel-alder-lake +- intelcpus +- intel-cpus +- intelprocessors +- intel-processors +- executable-patcher +- intelraptorlake +- intel-raptor-lake +- thesims3 +- ts3 +- intel12thgen +- intel-12th-gen +- intel13thgen +- intel-13th-gen +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LazyDuchess/AlderLakePatcher/1.0.1/LazyDuchess.AlderLakePatcher.yaml b/manifests/l/LazyDuchess/AlderLakePatcher/1.0.1/LazyDuchess.AlderLakePatcher.yaml new file mode 100644 index 0000000000000..0441103799965 --- /dev/null +++ b/manifests/l/LazyDuchess/AlderLakePatcher/1.0.1/LazyDuchess.AlderLakePatcher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: LazyDuchess.AlderLakePatcher +PackageVersion: 1.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..d663a96b59d92 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.68 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2025-12-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.6.68/CLIProxyAPI_6.6.68_windows_amd64.zip + InstallerSha256: BCDE0A46EBD63A6E1D9B759956AE350FC1784F0AC6CD22E27C1A3FC5276BD1FE +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..78bc03426e015 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.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.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.68 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - 530273906bcd58711eeaf8daf078bae5a7f9a85e Merge pull request #776 from router-for-me/fix-ag-claude + - 06ddf575d9d50f318a1ec52629f350f143c3d785 fix(antigravity): inject required placeholder when properties exist without required +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v6.6.68 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a32dd8bee419 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.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.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.68 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..64405e6040720 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.68/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.68 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.installer.yaml b/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.installer.yaml new file mode 100644 index 0000000000000..4a9301197f691 --- /dev/null +++ b/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: leezer3.OpenBVE +PackageVersion: 1.11.3.4 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{D617A45D-C2F6-44D1-A85C-CA7FFA91F7FC}_is1' +ReleaseDate: 2025-12-29 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/leezer3/OpenBVE/releases/download/1.11.3.4/openBVE-1.11.3.4-setup.exe + InstallerSha256: 9619CBE05868436EF88EE7CF19F903A6A0A1C576295340F54BA978D3A136AC76 +- Architecture: x64 + InstallerUrl: https://github.com/leezer3/OpenBVE/releases/download/1.11.3.4/openBVE-1.11.3.4-setup.exe + InstallerSha256: 9619CBE05868436EF88EE7CF19F903A6A0A1C576295340F54BA978D3A136AC76 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.locale.en-US.yaml b/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.locale.en-US.yaml new file mode 100644 index 0000000000000..7bb4fcbd47883 --- /dev/null +++ b/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.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.10.0.schema.json + +PackageIdentifier: leezer3.OpenBVE +PackageVersion: 1.11.3.4 +PackageLocale: en-US +Publisher: The OpenBVE Project +PublisherUrl: https://openbve-project.net/ +PublisherSupportUrl: https://github.com/leezer3/OpenBVE/issues +Author: Christopher Lees +PackageName: openBVE +PackageUrl: https://openbve-project.net/ +License: BSD-2-Clause +LicenseUrl: https://openbve-project.net/copyright/ +Copyright: © 2007 - 2025 The OpenBVE Project, and released into the Public Domain. +ShortDescription: A license-free, open source, free of charge train driving simulator. +Description: |- + OpenBVE is a license-free, open source, free of charge train driving simulator. + This program includes detailed per-car simulation of the brake systems, friction, air resistance, toppling and more. In 3D cabs, the driving experience is augmented with forces that shake your simulated body upon acceleration and braking, as well as in curves. Besides that, OpenBVE features a 3D positional sound system best enjoyed with surround speakers, train exteriors and timetables for the current run. Finally, via the main menu, routes and trains be easily selected to start a new session, the controls can be configured to keyboard or joystick devices, and a variety of options can be selected. + Compared to other simulators of the genre, especially compared to commercial games, OpenBVE has its main focus on realism, not necessarily on user-friendliness. You should be willing to study operational manuals for the routes and trains you want to drive, and will in many cases not get along by just memorizing a few keystrokes. If you can identify with this focus, OpenBVE might be the right simulator for you. +Tags: +- game +- gaming +- metro +- railway +- simulate +- simulation +- simulator +- subway +- train +- underground +ReleaseNotes: |- + The last release of 2025.... + Significant Changes: + - New: Introduce IRawRuntime2 interface. + - Change: Improve the display of the JumpToPosition value in Route Viewer. + - Fix: GL Menu not working in 1.11.3.2 + - Fix: Old renderer not working correctly in 1.11.3.2 + - Fix: Issue when uncoupling some trains. + - Fix: Particle sources were updating whilst in a menu. + - Fix: Incorrect particle flow direction when reversing. + - Fix: Constant speed device not working after a backwards jump. +ReleaseNotesUrl: https://github.com/leezer3/OpenBVE/releases/tag/1.11.3.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/leezer3/OpenBVE/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.locale.zh-CN.yaml b/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f3e8067a51d5f --- /dev/null +++ b/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: leezer3.OpenBVE +PackageVersion: 1.11.3.4 +PackageLocale: zh-CN +ShortDescription: 免许可证、开源、免费的火车驾驶模拟器。 +Description: |- + OpenBVE 是一款免许可证、开源、免费的火车驾驶模拟器。 + 该程序包括制动系统、摩擦、空气阻力、倾覆等每辆车的详细模拟。在三维驾驶室中,加速、制动和转弯时模拟车身的晃动会增强驾驶体验。除此以外,OpenBVE 还配备了 3D 定位声音系统,可通过搭配环绕扬声器、列车外部和当前运行时刻表以体验最佳效果。最后,可以在主菜单轻松选择路线和列车以开始新的会话,可以将键盘或操纵杆设备配置为控制器,同时还有各种选项可选。 + 与其它同类模拟器,尤其是与商业游戏相比,OpenBVE 的重点在于逼真性而不一定是用户友好性。你可能需要研究你所驾驶的路线和列车的操作手册,并且在大多数情况下仅靠记住几个按键是无法完成任务的。如果你能认同这一重点,OpenBVE 可能就是适合你的模拟器。 +Tags: +- 列车 +- 地铁 +- 模拟 +- 模拟器 +- 游戏 +- 火车 +- 轨道交通 +- 铁路 +ReleaseNotesUrl: https://github.com/leezer3/OpenBVE/releases/tag/1.11.3.4 +Documentations: +- DocumentLabel: 维基 + DocumentUrl: https://github.com/leezer3/OpenBVE/wiki +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.yaml b/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.yaml new file mode 100644 index 0000000000000..5ee470eafcf26 --- /dev/null +++ b/manifests/l/leezer3/OpenBVE/1.11.3.4/leezer3.OpenBVE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: leezer3.OpenBVE +PackageVersion: 1.11.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/loonghao/vx/0.5.15/loonghao.vx.installer.yaml b/manifests/l/loonghao/vx/0.5.15/loonghao.vx.installer.yaml new file mode 100644 index 0000000000000..dc644edd3ed52 --- /dev/null +++ b/manifests/l/loonghao/vx/0.5.15/loonghao.vx.installer.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: loonghao.vx +PackageVersion: 0.5.15 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vx.exe + PortableCommandAlias: vx +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-12-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/loonghao/vx/releases/download/vx-v0.5.15/vx-x86_64-pc-windows-msvc.zip + InstallerSha256: C3CC458DF8D0F3E172B1A5D1BB62655DEC60B9661D66185ADCAC90E724C669DD +- Architecture: arm64 + InstallerUrl: https://github.com/loonghao/vx/releases/download/vx-v0.5.15/vx-aarch64-pc-windows-msvc.zip + InstallerSha256: 9A411811FB2C9A9F02832CA78443012634DAB1F855A4A76D7365BC9DFF3CB988 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/loonghao/vx/0.5.15/loonghao.vx.locale.en-US.yaml b/manifests/l/loonghao/vx/0.5.15/loonghao.vx.locale.en-US.yaml new file mode 100644 index 0000000000000..f91cf9f26709d --- /dev/null +++ b/manifests/l/loonghao/vx/0.5.15/loonghao.vx.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: loonghao.vx +PackageVersion: 0.5.15 +PackageLocale: en-US +Publisher: loonghao +PublisherUrl: https://github.com/loonghao +PublisherSupportUrl: https://github.com/loonghao/vx/issues +PackageName: vx +PackageUrl: https://github.com/loonghao/vx +License: MIT +LicenseUrl: https://github.com/loonghao/vx/blob/main/LICENSE +ShortDescription: Universal Development Tool Manager +Description: vx is a universal development tool manager that automatically installs and manages development tools like Node.js, Python, Go, Rust, etc. Zero learning curve - just use familiar commands and vx handles the rest. +Tags: +- cli +- development +- tool-manager +- nodejs +- python +- go +- rust +- version-manager +ReleaseNotesUrl: https://github.com/loonghao/vx/releases/tag/vx-v0.5.15 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/loonghao/vx/0.5.15/loonghao.vx.yaml b/manifests/l/loonghao/vx/0.5.15/loonghao.vx.yaml new file mode 100644 index 0000000000000..17f8da7c61141 --- /dev/null +++ b/manifests/l/loonghao/vx/0.5.15/loonghao.vx.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: loonghao.vx +PackageVersion: 0.5.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Azure/QuickReview/2.15.0/Microsoft.Azure.QuickReview.installer.yaml b/manifests/m/Microsoft/Azure/QuickReview/2.15.0/Microsoft.Azure.QuickReview.installer.yaml new file mode 100644 index 0000000000000..c7321882dd6ba --- /dev/null +++ b/manifests/m/Microsoft/Azure/QuickReview/2.15.0/Microsoft.Azure.QuickReview.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Microsoft.Azure.QuickReview +PackageVersion: 2.15.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\windows_amd64\azqr.exe + PortableCommandAlias: azqr +Commands: +- azqr +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Azure/azqr/releases/download/v.2.15.0/azqr-win-amd64.zip + InstallerSha256: 4DF25DFC328E890C35DADF890EB0AD26B3BE4ED8BFC21EE455120822C9DC8E14 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-29 diff --git a/manifests/m/Microsoft/Azure/QuickReview/2.15.0/Microsoft.Azure.QuickReview.locale.en-US.yaml b/manifests/m/Microsoft/Azure/QuickReview/2.15.0/Microsoft.Azure.QuickReview.locale.en-US.yaml new file mode 100644 index 0000000000000..4994d59356f76 --- /dev/null +++ b/manifests/m/Microsoft/Azure/QuickReview/2.15.0/Microsoft.Azure.QuickReview.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Microsoft.Azure.QuickReview +PackageVersion: 2.15.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/Azure/azqr +PublisherSupportUrl: https://github.com/Azure/azqr/issues +PackageName: Microsoft Azure Quick Review +PackageUrl: https://github.com/Azure/azqr +License: MIT +LicenseUrl: https://github.com/Azure/azqr/blob/HEAD/LICENSE +Copyright: Copyright (c) Microsoft Corporation +ShortDescription: A tool to check compliance of Azure resources with Azure best practices and recommendations. +Description: Azure Quick Review (azqr) is a CLI tool used to identify Azure resources that may be or not compliant with Azure best practices and recommendations. +Moniker: azqr +Tags: +- azqr +- azure +ReleaseNotesUrl: https://github.com/Azure/azqr/releases/tag/v.2.15.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://azure.github.io/azqr +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Azure/QuickReview/2.15.0/Microsoft.Azure.QuickReview.yaml b/manifests/m/Microsoft/Azure/QuickReview/2.15.0/Microsoft.Azure.QuickReview.yaml new file mode 100644 index 0000000000000..50ef8a6737826 --- /dev/null +++ b/manifests/m/Microsoft/Azure/QuickReview/2.15.0/Microsoft.Azure.QuickReview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Microsoft.Azure.QuickReview +PackageVersion: 2.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/HIDTools/Waratah/1.80/Microsoft.HIDTools.Waratah.installer.yaml b/manifests/m/Microsoft/HIDTools/Waratah/1.80/Microsoft.HIDTools.Waratah.installer.yaml new file mode 100644 index 0000000000000..bb1cc52bc35d4 --- /dev/null +++ b/manifests/m/Microsoft/HIDTools/Waratah/1.80/Microsoft.HIDTools.Waratah.installer.yaml @@ -0,0 +1,16 @@ +#yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.HIDTools.Waratah +PackageVersion: "1.80" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: WaratahCmd.exe + PortableCommandAlias: waratah +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/microsoft/hidtools/releases/download/Waratah-v1.80/Waratah-Published.zip + InstallerSha256: DD09C7F5CFA59C668D267D746B6CEFCAE6888BB62B219617922EDDA960679072 +ManifestType: installer +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/HIDTools/Waratah/1.80/Microsoft.HIDTools.Waratah.locale.en-US.yaml b/manifests/m/Microsoft/HIDTools/Waratah/1.80/Microsoft.HIDTools.Waratah.locale.en-US.yaml new file mode 100644 index 0000000000000..96f58163f32c4 --- /dev/null +++ b/manifests/m/Microsoft/HIDTools/Waratah/1.80/Microsoft.HIDTools.Waratah.locale.en-US.yaml @@ -0,0 +1,23 @@ +#yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.HIDTools.Waratah +PackageVersion: "1.80" +PackageLocale: en-US +Publisher: Matthew Williams @ Microsoft Corporation +PackageName: Waratah +PackageUrl: https://github.com/microsoft/hidtools +License: MIT +ShortDescription: A HID descriptor composition tool. It offers a high-level of abstraction, eliminates common errors (by design), and optimizes the descriptor to reduce byte size. It implements the HID 1.11 specification so developers don't have to. +Tags: +- microsofthidtoolswaratah +- microsoft-hid-tools-waratah +- humaninterfacedevicetools +- human-interface-device-tools +- hid-1.11 +- hiddescriptorcompositiontool +- hid-descriptor-composition-tool +- whatareallyawesometoolforauthoringhids +- waratahcmd +- requirescmd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/HIDTools/Waratah/1.80/Microsoft.HIDTools.Waratah.yaml b/manifests/m/Microsoft/HIDTools/Waratah/1.80/Microsoft.HIDTools.Waratah.yaml new file mode 100644 index 0000000000000..3935e45341934 --- /dev/null +++ b/manifests/m/Microsoft/HIDTools/Waratah/1.80/Microsoft.HIDTools.Waratah.yaml @@ -0,0 +1,7 @@ +#yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.HIDTools.Waratah +PackageVersion: "1.80" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/n/NirSoft/WakeMeOnLan/1.93/NirSoft.WakeMeOnLan.locale.en-US.yaml b/manifests/n/NirSoft/WakeMeOnLan/1.93/NirSoft.WakeMeOnLan.locale.en-US.yaml deleted file mode 100644 index e5f57b4eb92bf..0000000000000 --- a/manifests/n/NirSoft/WakeMeOnLan/1.93/NirSoft.WakeMeOnLan.locale.en-US.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NirSoft.WakeMeOnLan -PackageVersion: '1.93' -PackageLocale: en-US -Publisher: NirSoft -PublisherUrl: https://www.nirsoft.net/ -PackageName: WakeMeOnLan -PackageUrl: https://www.nirsoft.net/utils/wake_on_lan.html -License: Freeware -ShortDescription: Easily turn on one or more computers using Wake-on-LAN -Description: > - Easily turn on one or more computers remotely by sending Wake-on-LAN (WOL) - packet to the remote computers. -ReleaseNotes: |- - - Version 1.93 - - Added 'Black Background' option (Under the View menu). When it's turned on, the - main table is displayed in black background and white text, instead of default - system colors. -ReleaseNotesUrl: https://www.nirsoft.net/utils/wake_on_lan.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NirSoft/WakeMeOnLan/1.93/NirSoft.WakeMeOnLan.installer.yaml b/manifests/n/NirSoft/WakeMeOnLan/1.95/NirSoft.WakeMeOnLan.installer.yaml similarity index 63% rename from manifests/n/NirSoft/WakeMeOnLan/1.93/NirSoft.WakeMeOnLan.installer.yaml rename to manifests/n/NirSoft/WakeMeOnLan/1.95/NirSoft.WakeMeOnLan.installer.yaml index 05f8fd080753d..1f4693a2cf108 100644 --- a/manifests/n/NirSoft/WakeMeOnLan/1.93/NirSoft.WakeMeOnLan.installer.yaml +++ b/manifests/n/NirSoft/WakeMeOnLan/1.95/NirSoft.WakeMeOnLan.installer.yaml @@ -1,19 +1,19 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NirSoft.WakeMeOnLan -PackageVersion: '1.93' -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: WakeMeOnLan.exe -ReleaseDate: 2025-03-13 -Installers: -- Architecture: x86 - InstallerUrl: https://www.nirsoft.net/utils/wakemeonlan.zip - InstallerSha256: 2339F1F0EE2AF7A1F50814A814DFCE162F6DF5C8F84F68A8FFB3CA0BF29A97DB -- Architecture: x64 - InstallerUrl: https://www.nirsoft.net/utils/wakemeonlan-x64.zip - InstallerSha256: 995CEEFB951C5DAAFDA1CBE160836B7631947192FF10E13FDCD3230DBF201786 -ManifestType: installer -ManifestVersion: 1.10.0 +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: NirSoft.WakeMeOnLan +PackageVersion: "1.95" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: WakeMeOnLan.exe +Installers: +- Architecture: x86 + InstallerUrl: https://www.nirsoft.net/utils/wakemeonlan.zip + InstallerSha256: 5F8A9AE13C8C81287DFF2ABD80FEDB0795B2CFF91C092E56A90ECC8F49ADD147 +- Architecture: x64 + InstallerUrl: https://www.nirsoft.net/utils/wakemeonlan-x64.zip + InstallerSha256: EBC7D7A912164E3AAB533074EBA421E35D5B3BA619915B554DCA98EE4051CD3C +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-11-16 diff --git a/manifests/n/NirSoft/WakeMeOnLan/1.95/NirSoft.WakeMeOnLan.locale.en-US.yaml b/manifests/n/NirSoft/WakeMeOnLan/1.95/NirSoft.WakeMeOnLan.locale.en-US.yaml new file mode 100644 index 0000000000000..dc566b61b06b3 --- /dev/null +++ b/manifests/n/NirSoft/WakeMeOnLan/1.95/NirSoft.WakeMeOnLan.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: NirSoft.WakeMeOnLan +PackageVersion: "1.95" +PackageLocale: en-US +Publisher: NirSoft +PublisherUrl: https://www.nirsoft.net/ +PackageName: WakeMeOnLan +PackageUrl: https://www.nirsoft.net/utils/wake_on_lan.html +License: Freeware +ShortDescription: Easily turn on one or more computers using Wake-on-LAN +Description: | + Easily turn on one or more computers remotely by sending Wake-on-LAN (WOL) packet to the remote computers. +ReleaseNotes: |- + - Version 1.95 + - Added 5 extra columns that allows you to fill any information you need for every device. By default these columns are hidden, but you can make them visible from View -> Choose Columns. + - You can edit the content of these extra columns from the Properties window. + - You can also change the caption of the extra columns by editing the WakeMeOnLan.cfg directly while WakeMeOnLan is closed. You have to put the desired captions in the following variables: ExtraName1, ExtraName2, ExtraName3, ExtraName4, ExtraName5 +ReleaseNotesUrl: https://www.nirsoft.net/utils/wake_on_lan.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/NirSoft/WakeMeOnLan/1.93/NirSoft.WakeMeOnLan.yaml b/manifests/n/NirSoft/WakeMeOnLan/1.95/NirSoft.WakeMeOnLan.yaml similarity index 74% rename from manifests/n/NirSoft/WakeMeOnLan/1.93/NirSoft.WakeMeOnLan.yaml rename to manifests/n/NirSoft/WakeMeOnLan/1.95/NirSoft.WakeMeOnLan.yaml index 4c0d77f3ec6ed..bb5d31465f0f4 100644 --- a/manifests/n/NirSoft/WakeMeOnLan/1.93/NirSoft.WakeMeOnLan.yaml +++ b/manifests/n/NirSoft/WakeMeOnLan/1.95/NirSoft.WakeMeOnLan.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NirSoft.WakeMeOnLan -PackageVersion: '1.93' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: NirSoft.WakeMeOnLan +PackageVersion: "1.95" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/n/NuitsJp/GistGet/1.2.0/NuitsJp.GistGet.installer.yaml b/manifests/n/NuitsJp/GistGet/1.2.0/NuitsJp.GistGet.installer.yaml new file mode 100644 index 0000000000000..7fca3b7fc8ee0 --- /dev/null +++ b/manifests/n/NuitsJp/GistGet/1.2.0/NuitsJp.GistGet.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: NuitsJp.GistGet +PackageVersion: 1.2.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GistGet.exe + PortableCommandAlias: gistget +UpgradeBehavior: install +Commands: +- gistget +ReleaseDate: 2025-12-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nuitsjp/GistGet/releases/download/v1.2.0/GistGet-win-x64.zip + InstallerSha256: E73C8F54E2BA7504584FB23D1E30C67DAF38FCF3D546B1B08B04735557FA5729 +ManifestType: installer +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/n/NuitsJp/GistGet/1.2.0/NuitsJp.GistGet.locale.en-US.yaml b/manifests/n/NuitsJp/GistGet/1.2.0/NuitsJp.GistGet.locale.en-US.yaml new file mode 100644 index 0000000000000..3647fdb0261c5 --- /dev/null +++ b/manifests/n/NuitsJp/GistGet/1.2.0/NuitsJp.GistGet.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: NuitsJp.GistGet +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: nuitsjp +PublisherUrl: https://github.com/nuitsjp +PackageName: GistGet +PackageUrl: https://github.com/nuitsjp/GistGet +License: MIT +LicenseUrl: https://github.com/nuitsjp/GistGet/blob/main/LICENSE +ShortDescription: Windows Package Manager Cloud Sync Tool +Description: |- + GistGet is a tool that synchronizes your WinGet package list with GitHub Gist, + enabling easy backup and restoration of your installed packages across multiple machines. +Moniker: gistget +Tags: +- winget +- gist +- sync +- package-manager +- backup +ReleaseNotesUrl: https://github.com/nuitsjp/GistGet/releases/tag/v1.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/n/NuitsJp/GistGet/1.2.0/NuitsJp.GistGet.yaml b/manifests/n/NuitsJp/GistGet/1.2.0/NuitsJp.GistGet.yaml new file mode 100644 index 0000000000000..fc65f4578dba5 --- /dev/null +++ b/manifests/n/NuitsJp/GistGet/1.2.0/NuitsJp.GistGet.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: NuitsJp.GistGet +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/o/OCaml/Alice/0.3.0/OCaml.Alice.installer.yaml b/manifests/o/OCaml/Alice/0.3.0/OCaml.Alice.installer.yaml new file mode 100644 index 0000000000000..203123f265327 --- /dev/null +++ b/manifests/o/OCaml/Alice/0.3.0/OCaml.Alice.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: OCaml.Alice +PackageVersion: 0.3.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: alice.exe + PortableCommandAlias: alice +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alicecaml/alice/releases/download/0.3.0/alice-0.3.0-x86_64-windows.zip + InstallerSha256: 9FBA2AE11AA7CA22B3A60819E8EF24F7DE839F834B2825D26A8559A4190E1E96 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-29 diff --git a/manifests/o/OCaml/Alice/0.3.0/OCaml.Alice.locale.en-US.yaml b/manifests/o/OCaml/Alice/0.3.0/OCaml.Alice.locale.en-US.yaml new file mode 100644 index 0000000000000..c466d5ba18bc7 --- /dev/null +++ b/manifests/o/OCaml/Alice/0.3.0/OCaml.Alice.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: OCaml.Alice +PackageVersion: 0.3.0 +PackageLocale: en-US +Publisher: Stephen Sherratt +PublisherUrl: https://github.com/alicecaml +PublisherSupportUrl: https://github.com/alicecaml/alice/issues +PackageName: Alice +PackageUrl: https://github.com/alicecaml/alice +License: MIT License +ShortDescription: Radical OCaml build system +ReleaseNotesUrl: https://github.com/alicecaml/alice/releases/tag/0.3.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/alicecaml/alice/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/OCaml/Alice/0.3.0/OCaml.Alice.yaml b/manifests/o/OCaml/Alice/0.3.0/OCaml.Alice.yaml new file mode 100644 index 0000000000000..90cc309c13438 --- /dev/null +++ b/manifests/o/OCaml/Alice/0.3.0/OCaml.Alice.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: OCaml.Alice +PackageVersion: 0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.installer.yaml b/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.installer.yaml new file mode 100644 index 0000000000000..09ac3ca3e97ea --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.40.14 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- qgs +- qgz +- qlr +- qml +- qpt +ProductCode: '{D4398918-8553-1014-B721-822847B4E115}' +ReleaseDate: 2025-12-19 +AppsAndFeaturesEntries: +- DisplayName: QGIS 3.40.14 'Bratislava' + ProductCode: '{D4398918-8553-1014-B721-822847B4E115}' + UpgradeCode: '{D439EC4E-8553-1014-B721-822847B4E115}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\QGIS 3.40.11' +Installers: +- Architecture: x64 + InstallerUrl: https://qgis.org/downloads/QGIS-OSGeo4W-3.40.14-1.msi + InstallerSha256: 75496C2027637056D3A99E052DC6FE11C30831EB0FDCD4B26EA9FDD76A8E26A2 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.locale.en-US.yaml b/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.locale.en-US.yaml new file mode 100644 index 0000000000000..8ad5a45ec3e50 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.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.10.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.40.14 +PackageLocale: en-US +Publisher: QGIS.org +PublisherUrl: https://www.osgeo.org/ +PublisherSupportUrl: https://www.qgis.org/en/site/forusers/support.html +Author: The Open Source Geospatial Foundation +PackageName: QGIS (LTR) +PackageUrl: https://www.qgis.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/qgis/QGIS/blob/HEAD/COPYING +CopyrightUrl: https://www.qgis.org/en/site/getinvolved/governance/trademark/ +ShortDescription: A Free and Open Source Geographic Information System (GIS) +Description: QGIS is a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and database formats and functionalities. +Moniker: qgis-ltr +Tags: +- gis +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.locale.zh-CN.yaml b/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.locale.zh-CN.yaml new file mode 100644 index 0000000000000..39df40f19d099 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.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.10.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.40.14 +PackageLocale: zh-CN +Publisher: QGIS.org +PublisherUrl: https://www.osgeo.org/ +PublisherSupportUrl: https://www.qgis.org/zh-Hans/site/forusers/support.html +Author: The Open Source Geospatial Foundation +PackageName: QGIS (LTR) +PackageUrl: https://www.qgis.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/qgis/QGIS/blob/HEAD/COPYING +CopyrightUrl: https://www.qgis.org/zh-Hans/site/getinvolved/governance/trademark/ +ShortDescription: 免费开源的地理信息系统(GIS) +Description: QGIS 是一个用户友好的开源地理信息系统(GIS),采用 GNU 通用公共许可证授权。QGIS 是开源地理空间基金会(The Open Source Geospatial Foundation,OSGeo)的官方项目,可在 Linux、Unix、Mac OSX、Windows 和 Android 上运行,并支持多种矢量、光栅和数据库格式及功能。 +Tags: +- 地理信息系统 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.yaml b/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.yaml new file mode 100644 index 0000000000000..b8212f775f107 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.40.14/OSGeo.QGIS_LTR.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.40.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.installer.yaml b/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.installer.yaml new file mode 100644 index 0000000000000..549b5f899007c --- /dev/null +++ b/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Opera.Opera.Beta +PackageVersion: 126.0.5750.11 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- operabeta +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-beta/126.0.5750.11/win/Opera_beta_126.0.5750.11_Setup.exe + InstallerSha256: C0C2A99DF249FF432D812203E7481EE68C98E3E906FB98EB2095EB8BDE9CD260 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-beta/126.0.5750.11/win/Opera_beta_126.0.5750.11_Setup.exe + InstallerSha256: C0C2A99DF249FF432D812203E7481EE68C98E3E906FB98EB2095EB8BDE9CD260 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-beta/126.0.5750.11/win/Opera_beta_126.0.5750.11_Setup_x64.exe + InstallerSha256: E129C1751CE2CFCD93C87C5B2583B404C3B588FD5183E6B8FF4A12EE1EA43522 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-beta/126.0.5750.11/win/Opera_beta_126.0.5750.11_Setup_x64.exe + InstallerSha256: E129C1751CE2CFCD93C87C5B2583B404C3B588FD5183E6B8FF4A12EE1EA43522 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-beta/126.0.5750.11/win/Opera_beta_126.0.5750.11_Setup_arm64.exe + InstallerSha256: 1430DB9766EAC12FDA7BD89FEB8D9F90385AC06D39233977FC2C370511249982 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-beta/126.0.5750.11/win/Opera_beta_126.0.5750.11_Setup_arm64.exe + InstallerSha256: 1430DB9766EAC12FDA7BD89FEB8D9F90385AC06D39233977FC2C370511249982 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.locale.en-US.yaml b/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..420afc6185ee3 --- /dev/null +++ b/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.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.10.0.schema.json + +PackageIdentifier: Opera.Opera.Beta +PackageVersion: 126.0.5750.11 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera beta +PackageUrl: https://www.opera.com/opera +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2025 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: The Opera browser includes everything you need for private, safe, and efficient browsing, along with a variety of unique features to enhance your capabilities online. +Description: Opera is a multi-platform web browser developed by Opera Software. Opera is a Chromium-based browser. It distinguishes itself from other browsers through its user interface, functionality, and other features. +Moniker: opera-beta +Tags: +- browser +- chromium +- internet +- web +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.locale.zh-CN.yaml b/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a1e29b9ec29f4 --- /dev/null +++ b/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Opera.Opera.Beta +PackageVersion: 126.0.5750.11 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera beta +PackageUrl: https://www.opera.com/zh-cn/opera +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2025 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera 浏览器让您可以私密、安全和高效地浏览,还有各种独特功能提高您的上网冲浪能力。 +Description: Opera 是 Opera 软件公司开发的多平台网络浏览器。Opera 是一款基于 Chromium 的浏览器,在用户界面、功能和其它特性上与其它浏览器有所不同。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.yaml b/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.yaml new file mode 100644 index 0000000000000..64d6bcce52eec --- /dev/null +++ b/manifests/o/Opera/Opera/Beta/126.0.5750.11/Opera.Opera.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Opera.Opera.Beta +PackageVersion: 126.0.5750.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/r/Rakudo/Rakudo/2025.05.01/Rakudo.Rakudo.installer.yaml b/manifests/r/Rakudo/Rakudo/2025.12.01/Rakudo.Rakudo.installer.yaml similarity index 52% rename from manifests/r/Rakudo/Rakudo/2025.05.01/Rakudo.Rakudo.installer.yaml rename to manifests/r/Rakudo/Rakudo/2025.12.01/Rakudo.Rakudo.installer.yaml index 39902ae824891..ee8c1ee613763 100644 --- a/manifests/r/Rakudo/Rakudo/2025.05.01/Rakudo.Rakudo.installer.yaml +++ b/manifests/r/Rakudo/Rakudo/2025.12.01/Rakudo.Rakudo.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.12.0 +# Created with komac v2.14.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Rakudo.Rakudo -PackageVersion: 2025.05.01 +PackageVersion: 2025.12.01 InstallerLocale: en-US InstallerType: wix Scope: machine @@ -11,18 +11,17 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{5C366C29-B104-4DE3-9CDB-354ED5AACC08}' +ProductCode: '{CEB49CE7-3499-4492-A808-F75FEA2CD824}' ReleaseDate: 2025-05-17 AppsAndFeaturesEntries: -- DisplayName: Rakudo 2025.05 - DisplayVersion: 1.0.0 - ProductCode: '{5C366C29-B104-4DE3-9CDB-354ED5AACC08}' +- DisplayName: Rakudo 2025.12 + ProductCode: '{CEB49CE7-3499-4492-A808-F75FEA2CD824}' UpgradeCode: '{08B7EB05-7EAC-4B60-9F5B-AF6E367FE0FD}' InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Rakudo' + DefaultInstallLocation: '%ProgramFiles%/Rakudo' Installers: - Architecture: x64 - InstallerUrl: https://rakudo.org/dl/rakudo/rakudo-moar-2025.05-01-win-x86_64-msvc.msi - InstallerSha256: B98F509B1798DDE66B7133981C064C93B9B64A14D8BEF8EDDB97C298E25818BC + InstallerUrl: https://rakudo.org/dl/rakudo/rakudo-moar-2025.12-01-win-x86_64-msvc.msi + InstallerSha256: F2FCE015C3500837CFB24742A325DCB9AC4319A633BEF4DDDED7E480506AFB9F ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/r/Rakudo/Rakudo/2025.05.01/Rakudo.Rakudo.locale.en-US.yaml b/manifests/r/Rakudo/Rakudo/2025.12.01/Rakudo.Rakudo.locale.en-US.yaml similarity index 91% rename from manifests/r/Rakudo/Rakudo/2025.05.01/Rakudo.Rakudo.locale.en-US.yaml rename to manifests/r/Rakudo/Rakudo/2025.12.01/Rakudo.Rakudo.locale.en-US.yaml index 5c115ae4cc11d..f0c2545401244 100644 --- a/manifests/r/Rakudo/Rakudo/2025.05.01/Rakudo.Rakudo.locale.en-US.yaml +++ b/manifests/r/Rakudo/Rakudo/2025.12.01/Rakudo.Rakudo.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.12.0 +# Created with komac v2.14.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Rakudo.Rakudo -PackageVersion: 2025.05.01 +PackageVersion: 2025.12.01 PackageLocale: en-US Publisher: The Raku Community PublisherUrl: https://rakudo.org/ diff --git a/manifests/r/Rakudo/Rakudo/2025.05.01/Rakudo.Rakudo.yaml b/manifests/r/Rakudo/Rakudo/2025.12.01/Rakudo.Rakudo.yaml similarity index 74% rename from manifests/r/Rakudo/Rakudo/2025.05.01/Rakudo.Rakudo.yaml rename to manifests/r/Rakudo/Rakudo/2025.12.01/Rakudo.Rakudo.yaml index 77d95511b2aeb..21724602ef1a5 100644 --- a/manifests/r/Rakudo/Rakudo/2025.05.01/Rakudo.Rakudo.yaml +++ b/manifests/r/Rakudo/Rakudo/2025.12.01/Rakudo.Rakudo.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.12.0 +# Created with komac v2.14.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Rakudo.Rakudo -PackageVersion: 2025.05.01 +PackageVersion: 2025.12.01 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/r/Rakudo/Rakudo/Star/2025.05.01/Rakudo.Rakudo.Star.installer.yaml b/manifests/r/Rakudo/Rakudo/Star/2025.12.01/Rakudo.Rakudo.Star.installer.yaml similarity index 54% rename from manifests/r/Rakudo/Rakudo/Star/2025.05.01/Rakudo.Rakudo.Star.installer.yaml rename to manifests/r/Rakudo/Rakudo/Star/2025.12.01/Rakudo.Rakudo.Star.installer.yaml index 73a6110c9ccbf..a9b5df5aeb3ca 100644 --- a/manifests/r/Rakudo/Rakudo/Star/2025.05.01/Rakudo.Rakudo.Star.installer.yaml +++ b/manifests/r/Rakudo/Rakudo/Star/2025.12.01/Rakudo.Rakudo.Star.installer.yaml @@ -1,11 +1,11 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Rakudo.Rakudo.Star -PackageVersion: 2025.05.01 +PackageVersion: 2025.12.01 InstallerLocale: en-US InstallerType: wix -Scope: user +Scope: machine InstallModes: - interactive - silent @@ -14,18 +14,17 @@ UpgradeBehavior: install Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ProductCode: '{C5A0093A-4892-4CEB-AE17-2C145FDAA334}' +ProductCode: '{A708CFC3-9C66-4B8E-AA6C-011AA48F673A}' ReleaseDate: 2025-05-22 AppsAndFeaturesEntries: -- DisplayName: Rakudo Star 2025.05 - DisplayVersion: 1.0.0 - ProductCode: '{C5A0093A-4892-4CEB-AE17-2C145FDAA334}' +- DisplayName: Rakudo Star 2025.12 + ProductCode: '{A708CFC3-9C66-4B8E-AA6C-011AA48F673A}' UpgradeCode: '{08B7EB05-7EAC-4B60-9F5B-AF6E367FE0FD}' InstallationMetadata: DefaultInstallLocation: rakudo Installers: - Architecture: x64 - InstallerUrl: https://rakudo.org/dl/star/rakudo-star-2025.05-01-win-x86_64-msvc.msi - InstallerSha256: 960DD7632947462A31D37ADB445E558203AD33EB874E5947754E77D1FE5B88E8 + InstallerUrl: https://rakudo.org/dl/star/rakudo-star-2025.12-01-win-x86_64-msvc.msi + InstallerSha256: 534D0812805BC0CF1072008692EB52A9BDD293BEEF6281F4650A2B3E63EA44A6 ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/r/Rakudo/Rakudo/Star/2025.05.01/Rakudo.Rakudo.Star.locale.en-US.yaml b/manifests/r/Rakudo/Rakudo/Star/2025.12.01/Rakudo.Rakudo.Star.locale.en-US.yaml similarity index 83% rename from manifests/r/Rakudo/Rakudo/Star/2025.05.01/Rakudo.Rakudo.Star.locale.en-US.yaml rename to manifests/r/Rakudo/Rakudo/Star/2025.12.01/Rakudo.Rakudo.Star.locale.en-US.yaml index cb610ad7620f5..90d77ba51a302 100644 --- a/manifests/r/Rakudo/Rakudo/Star/2025.05.01/Rakudo.Rakudo.Star.locale.en-US.yaml +++ b/manifests/r/Rakudo/Rakudo/Star/2025.12.01/Rakudo.Rakudo.Star.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Rakudo.Rakudo.Star -PackageVersion: 2025.05.01 +PackageVersion: 2025.12.01 PackageLocale: en-US Publisher: The Raku Community PublisherUrl: https://rakudo.org/ @@ -19,4 +19,4 @@ Tags: - rakudo - rakudo-star ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/r/Rakudo/Rakudo/Star/2025.05.01/Rakudo.Rakudo.Star.yaml b/manifests/r/Rakudo/Rakudo/Star/2025.12.01/Rakudo.Rakudo.Star.yaml similarity index 56% rename from manifests/r/Rakudo/Rakudo/Star/2025.05.01/Rakudo.Rakudo.Star.yaml rename to manifests/r/Rakudo/Rakudo/Star/2025.12.01/Rakudo.Rakudo.Star.yaml index 7d5b4a47bb2d0..f76e8feef462d 100644 --- a/manifests/r/Rakudo/Rakudo/Star/2025.05.01/Rakudo.Rakudo.Star.yaml +++ b/manifests/r/Rakudo/Rakudo/Star/2025.12.01/Rakudo.Rakudo.Star.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Rakudo.Rakudo.Star -PackageVersion: 2025.05.01 +PackageVersion: 2025.12.01 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.installer.yaml b/manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.installer.yaml similarity index 75% rename from manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.installer.yaml rename to manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.installer.yaml index 45993f3309b4d..b5b656a96c7b8 100644 --- a/manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.installer.yaml +++ b/manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS2.CRLF.7-5-2.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: SysInfoTools.MBOXExporterTool -PackageVersion: "25.6" -InstallerType: exe # install4j +PackageVersion: "25.12" +InstallerType: exe Scope: machine InstallModes: - interactive @@ -18,6 +18,6 @@ ProductCode: 2555-9417-2837-7512 Installers: - Architecture: x64 InstallerUrl: https://www.sysinfotools.com/demo-version/SysInfo-MBOX-Exporter-Demo.exe - InstallerSha256: 52630E62DE29A43FDF0164E7EB2A6D69E3A4ED9AD7EB0787397DC7060A563BEF + InstallerSha256: D635A6221F9BD3D720AD06C90CFE72F13C403C34AB2C56446D18CDC5665E1B6F ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.locale.en-US.yaml b/manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.locale.en-US.yaml similarity index 89% rename from manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.locale.en-US.yaml rename to manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.locale.en-US.yaml index bb45a27f6d7cc..0211c1b84a1cd 100644 --- a/manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.locale.en-US.yaml +++ b/manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS2.CRLF.7-5-2.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: SysInfoTools.MBOXExporterTool -PackageVersion: "25.6" +PackageVersion: "25.12" PackageLocale: en-US Publisher: Sysinfotools PublisherUrl: https://www.sysinfotools.com/ @@ -17,12 +17,7 @@ Copyright: © SysinfoTools Software. All rights reserved. CopyrightUrl: https://www.sysinfotools.com/copyright.php ShortDescription: Export MBOX Files into PST, PDF, Gmail, EML, etc. Description: SysInfo MBOX Exporter is one of the best and most reliable tools for exporting MBOX files into several other message formats like PST, EML, PDF, etc. It allows users to import MBOX files into various email clients like Gmail, Office 365, Thunderbird, etc. In addition, its advanced functionalities help you get precise and satisfactory results. -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: PurchaseUrl: https://www.sysinfotools.com/buynow/mbox-exporter.php -# InstallationNotes: Documentations: - DocumentLabel: Help Manual DocumentUrl: https://www.sysinfotools.com/software-guide/import-mbox-online.html diff --git a/manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.locale.zh-CN.yaml b/manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.locale.zh-CN.yaml similarity index 69% rename from manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.locale.zh-CN.yaml rename to manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.locale.zh-CN.yaml index a76b395c53d62..8900ed26829fa 100644 --- a/manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.locale.zh-CN.yaml +++ b/manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.locale.zh-CN.yaml @@ -1,28 +1,12 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS2.CRLF.7-5-2.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: SysInfoTools.MBOXExporterTool -PackageVersion: "25.6" +PackageVersion: "25.12" PackageLocale: zh-CN -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: License: 专有软件 -# LicenseUrl: -# Copyright: -# CopyrightUrl: ShortDescription: 将 MBOX 文件导出为 PST、PDF、Gmail、EML 等格式。 Description: SysInfo MBOX Exporter 是一款出色且可靠的工具,可将 MBOX 文件导出为多种其他邮件格式,如 PST、EML、PDF 等。它允许用户将 MBOX 文件导入到 Gmail、Office 365、Thunderbird 等各种电子邮件客户端中。此外,其高级功能可帮助您获得精确且满意的结果。 -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: Documentations: - DocumentLabel: 帮助手册 DocumentUrl: https://www.sysinfotools.com/software-guide/import-mbox-online.html diff --git a/manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.yaml b/manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.yaml similarity index 69% rename from manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.yaml rename to manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.yaml index 62746aea18686..eb57d7d2c63a9 100644 --- a/manifests/s/SysInfoTools/MBOXExporterTool/25.6/SysInfoTools.MBOXExporterTool.yaml +++ b/manifests/s/SysInfoTools/MBOXExporterTool/25.12/SysInfoTools.MBOXExporterTool.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS2.CRLF.7-5-2.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: SysInfoTools.MBOXExporterTool -PackageVersion: "25.6" +PackageVersion: "25.12" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/t/Teradata/TTUBase/20.00.30.00/Teradata.TTUBase.installer.yaml b/manifests/t/Teradata/TTUBase/20.00.30.00/Teradata.TTUBase.installer.yaml new file mode 100644 index 0000000000000..91ca2863b6ab9 --- /dev/null +++ b/manifests/t/Teradata/TTUBase/20.00.30.00/Teradata.TTUBase.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Teradata.TTUBase +PackageVersion: 20.00.30.00 +InstallerLocale: en-US +InstallerType: zip +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent + Custom: ALLARGS="{F1847ED2-DBF5-45D1-98C9-0F634A3D2000} 20.00 "ALL" Base" +UpgradeBehavior: install +Installers: +- Architecture: x64 + NestedInstallerType: exe + NestedInstallerFiles: + - RelativeFilePath: .\TeradataToolsAndUtilitiesBase\Windows\TTU\TTUSuiteSilent.exe + InstallerUrl: https://downloads.teradata.com/sites/default/files/2025-12/TeradataToolsAndUtilitiesBase__windows_indep.20.00.30.00.zip + InstallerSha256: bf52f809edcfc7b8e4b648f0f8c4b2987e698f3788eccddc13fbbb93961b142f +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/t/Teradata/TTUBase/20.00.30.00/Teradata.TTUBase.locale.en-US.yaml b/manifests/t/Teradata/TTUBase/20.00.30.00/Teradata.TTUBase.locale.en-US.yaml new file mode 100644 index 0000000000000..1518807b76119 --- /dev/null +++ b/manifests/t/Teradata/TTUBase/20.00.30.00/Teradata.TTUBase.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Teradata.TTUBase +PackageVersion: 20.00.30.00 +PackageLocale: en-US +Publisher: Teradata Corporation +PublisherUrl: https://www.teradata.com/ +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Teradata Tools and Utilities - Base 20.00.30 +# PackageUrl: +License: Teradata +LicenseUrl: https://downloads.teradata.com/download/license/download-agreement-teradata-tools-utilities +# Copyright: +# CopyrightUrl: +ShortDescription: Teradata Tools and Utilities - Base +Description: Teradata Tools and Utilities - Base +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/t/Teradata/TTUBase/20.00.30.00/Teradata.TTUBase.yaml b/manifests/t/Teradata/TTUBase/20.00.30.00/Teradata.TTUBase.yaml new file mode 100644 index 0000000000000..8c0d323e4e5e7 --- /dev/null +++ b/manifests/t/Teradata/TTUBase/20.00.30.00/Teradata.TTUBase.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Teradata.TTUBase +PackageVersion: 20.00.30.00 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.installer.yaml b/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.installer.yaml new file mode 100644 index 0000000000000..1005966381978 --- /dev/null +++ b/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Yuanli.uTools +PackageVersion: 7.5.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: e38e520f-3e39-5799-a112-30abd8037c63 +ReleaseDate: 2025-12-29 +Installers: +- Architecture: x86 + InstallerUrl: https://open.u-tools.cn/download/uTools-7.5.0-ia32.exe + InstallerSha256: 238AF1AB2865699C7ADFDA34158F6B5AE5E6EFDD949AE701DAB1F276C6C7D6D0 + AppsAndFeaturesEntries: + - DisplayVersion: 7.5.0-ia32 +- Architecture: x64 + InstallerUrl: https://open.u-tools.cn/download/uTools-7.5.0.exe + InstallerSha256: CABFFA61F4182213270F1102FC3726B2461B8B6FF13E096B32E75D1CA9D91E9A + AppsAndFeaturesEntries: + - DisplayVersion: 7.5.0 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.locale.en-US.yaml b/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.locale.en-US.yaml new file mode 100644 index 0000000000000..2872b378cfc1d --- /dev/null +++ b/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.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.10.0.schema.json + +PackageIdentifier: Yuanli.uTools +PackageVersion: 7.5.0 +PackageLocale: en-US +Publisher: 福州猿力信息科技有限公司 +PublisherUrl: https://u.tools +PublisherSupportUrl: https://u.tools/docs/guide/about-uTools.html +PrivacyUrl: https://u.tools/privacy.html +Author: Fuzhou Yuanli Information Technology Co., Ltd. +PackageName: uTools +PackageUrl: https://u.tools +License: Proprietary +LicenseUrl: https://u.tools/agreement.html +Copyright: Copyright © 2025 uTools. All rights reserved. +ShortDescription: Next generation efficiency tool platform +Description: uTools is a modern, simple, and extensible desktop software that allows you to create a handy toolset by freely choosing from a rich set of plugins. +Tags: +- add-on +- addon +- app +- application +- extension +- find +- launcher +- plugin +- productivity +- search +- tool +- utility +ReleaseNotesUrl: https://u.tools/docs/guide/changelog.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://u.tools/docs/guide/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.locale.zh-CN.yaml b/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1f199fecd6bdc --- /dev/null +++ b/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Yuanli.uTools +PackageVersion: 7.5.0 +PackageLocale: zh-CN +Publisher: 福州猿力信息科技有限公司 +PublisherUrl: https://u.tools +PublisherSupportUrl: https://u.tools/docs/guide/about-uTools.html +PrivacyUrl: https://u.tools/privacy.html +Author: 福州猿力信息科技有限公司 +PackageName: uTools +PackageUrl: https://u.tools +License: 专有软件 +LicenseUrl: https://u.tools/agreement.html +Copyright: Copyright © 2025 uTools. All rights reserved. +ShortDescription: 新一代效率工具平台 +Description: uTools 是一个极简、插件化的现代桌面软件,通过自由选配丰富的插件,打造得心应手的工具集合。 +Tags: +- 启动器 +- 工具 +- 应用 +- 扩展 +- 插件 +- 搜索 +- 效率 +- 查找 +- 生产力 +ReleaseNotes: |- + 【AI 制作插件应用】适配开发者工具新增 AI 制作插件应用,一句需求描述,AI 全流程完成插件应用制作。打开插件应用「uTools 开发者工具」体验 + 【权益扩展】用户可通过参与活动(推荐 uTools)获取插件应用安装永久席位。 + 【新增 API】 底座集成高性能图片处理库 Sharp,可通过 utools.sharp(input) 链式调用,支持生产级图像处理能力。 + 【新增 ubrowser API】utools.ubrowser.hover() 移动鼠标 + 【新增 ubrowser API】utools.ubrowser.dblclick() 双击 + 【新增 ubrowser API】utools.ubrowser.input() 输入文本 + 【新增 ubrowser API】utools.ubrowser.drop() 拖放文件 + 【优化 ubrowser API】ubrowser.click、ubrowser.mousedown、ubrowser.mouseup 增加物理操作模式 + 【优化 ubrowser API】ubrowser.wait、ubrowser.when 增加结果为 false 的判断,例如:ubrowser.wait('button', false) 等到 button 不存在 + 【优化 ubrowser API】所有元素选择器新增 iframe 嵌套支持,使用 >> 进入子上下文,例如:ubrowser.input('iframe>>input')。 + 【修复】修复某些情况 Windows 11 下打开 uTools 白条无响应问题 +ReleaseNotesUrl: https://u.tools/docs/guide/changelog.html +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://u.tools/docs/guide/faq.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.yaml b/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.yaml new file mode 100644 index 0000000000000..efc9a7410c012 --- /dev/null +++ b/manifests/y/Yuanli/uTools/7.5.0/Yuanli.uTools.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Yuanli.uTools +PackageVersion: 7.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2025.12.15.233113/yt-dlp.yt-dlp.nightly.installer.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2025.12.15.233113/yt-dlp.yt-dlp.nightly.installer.yaml new file mode 100644 index 0000000000000..1c01ecede1d21 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2025.12.15.233113/yt-dlp.yt-dlp.nightly.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp.nightly +PackageVersion: 2025.12.15.233113 +InstallerType: portable +Commands: +- yt-dlp +Dependencies: + PackageDependencies: + - PackageIdentifier: DenoLand.Deno + - PackageIdentifier: yt-dlp.FFmpeg +ReleaseDate: 2025-12-15 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2025.12.15.233113/yt-dlp_x86.exe + InstallerSha256: 51738E043B0291BF088DD10F0397E0B238580A905F8DE0E132569D993795A2B0 +- Architecture: x64 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2025.12.15.233113/yt-dlp.exe + InstallerSha256: 827B889C572EA7A7B6F451081A5F35F0EACCAEFC1EB11B62226C00F328D8B2D2 +- Architecture: arm64 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2025.12.15.233113/yt-dlp_arm64.exe + InstallerSha256: 824F382699002CDFC92CF88B882CCBEDFDF34F87DE7E250A1208BA79BE5A0C2B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2025.12.15.233113/yt-dlp.yt-dlp.nightly.locale.en-US.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2025.12.15.233113/yt-dlp.yt-dlp.nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..7c1381785e858 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2025.12.15.233113/yt-dlp.yt-dlp.nightly.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp.nightly +PackageVersion: 2025.12.15.233113 +PackageLocale: en-US +Publisher: yt-dlp +PublisherUrl: https://github.com/yt-dlp +PublisherSupportUrl: https://github.com/yt-dlp/yt-dlp/issues +PackageName: yt-dlp-nightly +PackageUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds +License: Unlicense +LicenseUrl: https://github.com/yt-dlp/yt-dlp/blob/master/LICENSE +Copyright: pukkandan.ytdlp@gmail.com | UNLICENSE +ShortDescription: A feature-rich command-line audio/video downloader. +Description: |- + The yt-dlp nightly channel builds. + yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites. + The project is a fork of youtube-dl based on the now inactive youtube-dlc. +Moniker: yt-dlp-nightly +Tags: +- audio +- audio-downloader +- download +- downloader +- media +- media-downloader +- nightly +- video +- video-downloader +- youtube +- youtube-dl +- youtube-dlp +- ytdlp +ReleaseNotes: |- + Generated from: yt-dlp/yt-dlp@ff61bef + Installation Discord Donate Documentation + A description of the various files is in the README + The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt + Changelog + Extractor changes + - archive.org: Fix metadata extraction (#15286) by bashonly + - parti: Fix extractors (#15319) by seproDev + - pornhub: Optimize metadata extraction (#15231) by norepro + - telecinco: Fix extractor (#15311) by 0xvd, bashonly + - youtube: tab: Fix flat thumbnails extraction for shorts (#15331) by bashonly +ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2025.12.15.233113 +Documentations: +- DocumentLabel: Discord + DocumentUrl: https://discord.gg/H5MNcFW63r +- DocumentLabel: Update Channels + DocumentUrl: https://github.com/yt-dlp/yt-dlp#update-channels +- DocumentLabel: Wiki + DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2025.12.15.233113/yt-dlp.yt-dlp.nightly.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2025.12.15.233113/yt-dlp.yt-dlp.nightly.yaml new file mode 100644 index 0000000000000..eebac7e7437f0 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2025.12.15.233113/yt-dlp.yt-dlp.nightly.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp.nightly +PackageVersion: 2025.12.15.233113 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0